Date: Tuesday, September 11, 2018 @ 08:42:50 Author: felixonmars Revision: 379611
upgpkg: haskell-warp 3.2.25-1 rebuild with warp 3.2.25 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-11 08:32:54 UTC (rev 379610) +++ PKGBUILD 2018-09-11 08:42:50 UTC (rev 379611) @@ -4,8 +4,8 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.2.24 -pkgrel=5 +pkgver=3.2.25 +pkgrel=1 pkgdesc="A fast, light-weight web server for WAI applications." url="https://github.com/yesodweb/wai" license=("MIT") @@ -18,7 +18,7 @@ makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit' 'haskell-lifted-base' 'haskell-quickcheck' 'haskell-silently') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('25e633ec11d7145ddc0d28eb2b208b0edc56894e47479f8a12bc5f76867bc4b52c7add044ff9ab44c14fce2cc8a7d9bc9225546709cef8696a2e50d1459df62f') +sha512sums=('3ce59ff259d047680f9f3dcb17f029bfad8854c3badb76ee06bd06019364d12d3426eb85a684c8419092c408a7a4604466d949cf91e4a9f28e008c147a5d0537') build() { cd $_hkgname-$pkgver
