Date: Wednesday, December 21, 2016 @ 06:27:42 Author: felixonmars Revision: 200632
upgpkg: haskell-warp-tls 3.2.2-24 rebuild with memory-0.14 Modified: haskell-warp-tls/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 06:25:01 UTC (rev 200631) +++ PKGBUILD 2016-12-21 06:27:42 UTC (rev 200632) @@ -5,7 +5,7 @@ _hkgname=warp-tls pkgname=haskell-warp-tls pkgver=3.2.2 -pkgrel=23 +pkgrel=24 pkgdesc="HTTP over TLS support for Warp via the TLS package" url="http://github.com/yesodweb/wai" license=("MIT") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" "haskell-network" "haskell-streaming-commons" "haskell-tls" "haskell-wai" "haskell-warp") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('9fc2a031ed5fd17c63479743869ed03fdf80f707a9ecfe4ff02939f4f7df091b') build() {
