Date: Monday, May 18, 2020 @ 06:44:14 Author: felixonmars Revision: 629303
upgpkg: haskell-warp 3.3.11-1: rebuild with warp 3.3.11 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-18 06:38:00 UTC (rev 629302) +++ PKGBUILD 2020-05-18 06:44:14 UTC (rev 629303) @@ -3,8 +3,8 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.3.10 -pkgrel=16 +pkgver=3.3.11 +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=('6341c29227a9d67549d64b14575b6d69ceb3dd0851c22acfe377178f6daa73b29ea34be113c0890644103dad01965b5ead77503c94aceb8cbf68c8a6f5b04423') +sha512sums=('431a2ee281ada7e8f11d59c6ad43822a460a0568811647bb4e5c8d9ce03d0cd96c62717761123d578b214cd62e1dc49e634702540fc54145612342f7dc438102') build() { cd $_hkgname-$pkgver
