Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-safe


Commits:
951ac9df by Felix Yan at 2024-02-07T22:46:44+02:00
upgpkg: 0.3.21-1: rebuild with safe 0.3.21

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = haskell-safe
        pkgdesc = Library of safe (exception free) functions
-       pkgver = 0.3.20
-       pkgrel = 4
+       pkgver = 0.3.21
+       pkgrel = 1
        url = https://github.com/ndmitchell/safe#readme
        arch = x86_64
        license = BSD
        makedepends = ghc
        makedepends = haskell-quickcheck
        depends = ghc-libs
-       source = 
https://hackage.haskell.org/packages/archive/safe/0.3.20/safe-0.3.20.tar.gz
-       sha512sums = 
4bad7dce8f20112f6223b1575cde71755f203d15c2b970e0f992906fe21ac7fb69f460cfe9e3eb013689e05421a62e62902f8a6f0177620bf2c6e2919813f436
+       source = 
https://hackage.haskell.org/packages/archive/safe/0.3.21/safe-0.3.21.tar.gz
+       sha512sums = 
eb0044bd13bdfe9b57bd2948ce34798fbdc52727fcfc7cd175cea9081fafa08247941cdd0dda3210e26bb91ea8ab55a8fd778b68ed1f6b2e625c5e6e7a9fc3a5
 
 pkgname = haskell-safe


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 _hkgname=safe
 pkgname=haskell-safe
-pkgver=0.3.20
-pkgrel=4
+pkgver=0.3.21
+pkgrel=1
 pkgdesc="Library of safe (exception free) functions"
 url="https://github.com/ndmitchell/safe#readme";
 license=("BSD")
@@ -12,7 +12,7 @@ arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('4bad7dce8f20112f6223b1575cde71755f203d15c2b970e0f992906fe21ac7fb69f460cfe9e3eb013689e05421a62e62902f8a6f0177620bf2c6e2919813f436')
+sha512sums=('eb0044bd13bdfe9b57bd2948ce34798fbdc52727fcfc7cd175cea9081fafa08247941cdd0dda3210e26bb91ea8ab55a8fd778b68ed1f6b2e625c5e6e7a9fc3a5')
 
 build() {
     cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-safe/-/commit/951ac9dfa8e00d6f8d69a47060ceffda763ab7a1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-safe/-/commit/951ac9dfa8e00d6f8d69a47060ceffda763ab7a1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to