Date: Sunday, May 29, 2022 @ 03:13:16 Author: felixonmars Revision: 1213700
upgpkg: haskell-cborg-json 0.2.4.0-1: rebuild with cborg-json 0.2.4.0 Modified: haskell-cborg-json/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-29 03:09:49 UTC (rev 1213699) +++ PKGBUILD 2022-05-29 03:13:16 UTC (rev 1213700) @@ -2,8 +2,8 @@ _hkgname=cborg-json pkgname=haskell-cborg-json -pkgver=0.2.3.0 -pkgrel=54 +pkgver=0.2.4.0 +pkgrel=1 pkgdesc="A library for encoding JSON as CBOR" url="https://github.com/well-typed/cborg-json" license=('BSD') @@ -12,7 +12,7 @@ 'haskell-unordered-containers' 'haskell-vector') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('3860aea1e074d0cc2c36d34bf07f26fa46aded05408510bc9b6243d94c63e9835842568cae46dd295fa2f8ffa082949b07a03148eee5b489c6beb99ff3ca485c') +sha512sums=('ba69633dae13eb3242652755f8899d9ec7483aef1fa5c6ecae465df888392351b8815a13d67a61e16f0a24dd784502e67c369b2c18ba63c2901e87e670d030f2') build() { cd $_hkgname-$pkgver
