Date: Tuesday, October 4, 2022 @ 10:49:02 Author: felixonmars Revision: 1320902
upgpkg: haskell-req 3.11.0-1 Modified: haskell-req/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-04 10:48:50 UTC (rev 1320901) +++ PKGBUILD 2022-10-04 10:49:02 UTC (rev 1320902) @@ -2,8 +2,8 @@ _hkgname=req pkgname=haskell-req -pkgver=3.10.0 -pkgrel=2 +pkgver=3.11.0 +pkgrel=1 pkgdesc="HTTP client library" url="https://github.com/mrkkrp/req" license=('BSD') @@ -14,7 +14,7 @@ 'haskell-monad-control' 'haskell-retry' 'haskell-transformers-base' 'haskell-unliftio-core') makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('5176dfb2a5fd7597b342f1ee1065463ad15033ca6f45f26bf37a98f8e14de35c5b01321d2980f4783eb77d85c8fba4e8b486c5dfc9756a0c11fb6876ca4dc54c') +sha512sums=('38d4843790cb1338561abdb0ce95fade7bb0c094c18e4f7d9a440cf3f8ec1a9907b40814978e12e42d8332858e67875a4a5f4550afc08b0653764c4794cf505a') build() { cd $_hkgname-$pkgver
