Date: Thursday, May 28, 2020 @ 10:42:51 Author: felixonmars Revision: 636223
upgpkg: haskell-warp 3.3.12-1: rebuild with warp 3.3.12 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-28 10:38:29 UTC (rev 636222) +++ PKGBUILD 2020-05-28 10:42:51 UTC (rev 636223) @@ -3,8 +3,8 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.3.11 -pkgrel=11 +pkgver=3.3.12 +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=('431a2ee281ada7e8f11d59c6ad43822a460a0568811647bb4e5c8d9ce03d0cd96c62717761123d578b214cd62e1dc49e634702540fc54145612342f7dc438102') +sha512sums=('14f4bf2aec911823b22419ffe91db43de4e0a8905b2bfc7127fd7cca650c0a80174b385011e885aaa508bc93b6e94372946d290ef166ad293091c06b585f1b04') build() { cd $_hkgname-$pkgver
