Date: Monday, November 14, 2016 @ 15:56:25 Author: spupykin Revision: 195736
Modified: haskell-network/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-14 15:55:55 UTC (rev 195735) +++ PKGBUILD 2016-11-14 15:56:25 UTC (rev 195736) @@ -7,12 +7,12 @@ pkgver=2.6.3.1 pkgrel=1 pkgdesc="Low-level networking interface" -url="http://hackage.haskell.org/package/${_hkgname}" +url="https://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'sh') -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -md5sums=('6144fe9ff2edf2cfb2ce73f1c49c199c') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha256sums=('57045f5e2bedc095670182130a6d1134fcc65d097824ac5b03933876067d82e6') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
