Date: Wednesday, April 26, 2017 @ 08:36:28
  Author: felixonmars
Revision: 225520

use https

Modified:
  haskell-fingertree/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-04-26 08:36:21 UTC (rev 225519)
+++ PKGBUILD    2017-04-26 08:36:28 UTC (rev 225520)
@@ -7,11 +7,11 @@
 pkgver=0.1.1.0
 pkgrel=2
 pkgdesc="Generic finger-tree structure, with example instances"
-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")
-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=('160c5ba370d781dbf2920ddca870ce8596ab76729972535595bef835ee1cddf0')
 
 build() {

Reply via email to