Date: Wednesday, February 22, 2023 @ 08:17:38 Author: felixonmars Revision: 1403372
upgpkg: haskell-stm-hamt 1.2.0.9-1: rebuild with stm-hamt 1.2.0.9 Modified: haskell-stm-hamt/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-22 08:14:04 UTC (rev 1403371) +++ PKGBUILD 2023-02-22 08:17:38 UTC (rev 1403372) @@ -2,8 +2,8 @@ _hkgname=stm-hamt pkgname=haskell-stm-hamt -pkgver=1.2.0.8 -pkgrel=22 +pkgver=1.2.0.9 +pkgrel=1 pkgdesc="STM-specialised Hash Array Mapped Trie" url="https://github.com/nikita-volkov/stm-hamt" license=("MIT") @@ -13,7 +13,7 @@ makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('6c74d4ba2292d0be95fa1599c40180953a24d9dbb5d12cc27cba475dde9676dc') +sha256sums=('19a54e94b95c8cb63bbf03e09de9108bc1d2346783c60009838b5ca57f33a035') prepare() { cd $_hkgname-$pkgver
