Date: Monday, March 6, 2023 @ 14:49:08 Author: felixonmars Revision: 1415576
upgpkg: haskell-aeson 2.1.2.0-1: rebuild with aeson 2.1.2.0 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-06 14:46:31 UTC (rev 1415575) +++ PKGBUILD 2023-03-06 14:49:08 UTC (rev 1415576) @@ -4,8 +4,8 @@ pkgname=haskell-aeson _hkgname=aeson -pkgver=2.1.1.0 -pkgrel=19 +pkgver=2.1.2.0 +pkgrel=1 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance" url="https://github.com/haskell/aeson" license=("GPL") @@ -21,7 +21,7 @@ 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('ffeb646bb12242786b1fd99b1572efc29f1d3ccfc28b31b7bb95d39cf25d83e4495e9aa162d3a6ec2ff2653ba38d98435c1368c908181865673d3d6e47d6e907') +sha512sums=('531e5734f6d72d185a1da4c8c2fcf71d88cbb5178bda11ffec2f90f2acef17bfed64bd894023c97e5a73aa0fae13d73be09cbb44dcd5762926bc46b556283363') build() { cd $_hkgname-$pkgver
