Date: Thursday, February 4, 2021 @ 21:36:50 Author: felixonmars Revision: 845567
upgpkg: haskell-warp 3.3.14-1: rebuild with warp 3.3.14 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-04 21:34:35 UTC (rev 845566) +++ PKGBUILD 2021-02-04 21:36:50 UTC (rev 845567) @@ -3,8 +3,8 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.3.13 -pkgrel=154 +pkgver=3.3.14 +pkgrel=1 pkgdesc="A fast, light-weight web server for WAI applications." url="https://github.com/yesodweb/wai" license=("MIT") @@ -17,7 +17,7 @@ makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit' 'haskell-lifted-base' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('ac37e1f274d26b2c846429960074d27010c0864efd87da6d79f03e3f833aca3269176bb99301ab8cb59c4476ff12bae35b26e0fe602e7b0e2cad2837592e07b1') +sha512sums=('eacaf38f8254e44fb6929f2e66b5dcaaa15faca7e4d919b1c5bd9b8ae87ddb0af2ca4388dcf41d04bf20da99b21c5499ba7ec69046c2e4c3925a3d026bf1dcf0') build() { cd $_hkgname-$pkgver
