Date: Saturday, August 28, 2021 @ 07:56:20 Author: felixonmars Revision: 1007551
upgpkg: haskell-hashable 1.3.3.0-1: rebuild with hashable 1.3.3.0 Modified: haskell-hashable/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-28 07:43:51 UTC (rev 1007550) +++ PKGBUILD 2021-08-28 07:56:20 UTC (rev 1007551) @@ -3,8 +3,8 @@ _hkgname=hashable pkgname=haskell-hashable -pkgver=1.3.2.0 -pkgrel=31 +pkgver=1.3.3.0 +pkgrel=1 pkgdesc="A class for types that can be converted to a hash value" url="https://github.com/haskell-unordered-containers/hashable" license=('BSD') @@ -14,7 +14,7 @@ checkdepends=('haskell-hunit' 'haskell-quickcheck' 'haskell-random' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e828f566d90a8af01db90ac89aa68d3b6c6872363bce648b914ba9229c8e63255931cc46aec4ef646b544a91d33be133553d7a572b11498dc410a18e42cda9a2') +sha512sums=('0c1bbd1439083f79b84192597c8db72f5ad2847f2956328d50ab8672aa3e35798fd5ef18d825eb6ebd5525ba256c5fae2a61390ab4969c0dd73bc9cbc1179776') build() { cd $_hkgname-$pkgver
