Date: Thursday, July 7, 2022 @ 23:09:42 Author: felixonmars Revision: 1248421
upgpkg: haskell-cborg 0.2.7.0-1: rebuild with cborg 0.2.7.0 Modified: haskell-cborg/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 22:54:52 UTC (rev 1248420) +++ PKGBUILD 2022-07-07 23:09:42 UTC (rev 1248421) @@ -2,8 +2,8 @@ _hkgname=cborg pkgname=haskell-cborg -pkgver=0.2.6.0 -pkgrel=48 +pkgver=0.2.7.0 +pkgrel=1 pkgdesc="Concise Binary Object Representation (CBOR)" url="https://github.com/well-typed/cborg" license=('BSD') @@ -13,7 +13,7 @@ 'haskell-base64-bytestring' 'haskell-quickcheck' 'haskell-scientific' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-vector') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('a25e7f2857168ffa8a46969cef92e085d7ee1fe03be6e2a9d2baaee671bc753abc693fc535a81600f24e491407dab0d8ec56a05e2509ec0496708bc9309ae007') +sha512sums=('f034bb498a1e7d69dd3587b804f076afdc87d98af494da18385b8ac4271e9257e51c3ff4504bd208e1b856c19558c35f27137adced681dc846b9489892453306') prepare() { cd $_hkgname-$pkgver
