Date: Sunday, August 21, 2022 @ 21:03:16 Author: felixonmars Revision: 1274017
upgpkg: haskell-http-client 0.7.13-1: rebuild with http-client 0.7.13 Modified: haskell-http-client/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-21 21:00:36 UTC (rev 1274016) +++ PKGBUILD 2022-08-21 21:03:16 UTC (rev 1274017) @@ -3,8 +3,8 @@ _hkgname=http-client pkgname=haskell-http-client -pkgver=0.7.12 -pkgrel=6 +pkgver=0.7.13 +pkgrel=1 pkgdesc="An HTTP client engine" url="https://github.com/snoyberg/http-client" license=("MIT") @@ -15,7 +15,7 @@ 'haskell-streaming-commons') makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-monad-control' 'haskell-zlib') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('fde1b4f3e3bd3e44fba21e9bf7abda199ed9df0a46330fdcf1519bc0c253a361365873440ca460f978b7ddd3169b30780d2cbba8f8b7f64bfbf0ef7faf37d1c5') +sha512sums=('cf78d47f64dbc69192919201ce9712b43ed9da00498281dc51b76e3753f521e4908c7676c3500589e8a3aa2c8ca013d3e16e3a600f5e27e362429acd5699e361') build() { cd $_hkgname-$pkgver
