[arch-commits] Commit in haskell-sha/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Nov 14 15:57:04 UTC 2016


    Date: Monday, November 14, 2016 @ 15:57:04
  Author: spupykin
Revision: 195739

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-14 15:56:50 UTC (rev 195738)
+++ PKGBUILD	2016-11-14 15:57:04 UTC (rev 195739)
@@ -7,12 +7,12 @@
 pkgver=1.6.4.2
 pkgrel=5
 pkgdesc="Implementations of the SHA suite of message digest functions"
-url="http://hackage.haskell.org/package/SHA"
+url="https://hackage.haskell.org/package/SHA"
 license=('BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc')
 options=('strip')
-source=("http://hackage.haskell.org/packages/archive/SHA/${pkgver}/SHA-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/SHA/${pkgver}/SHA-${pkgver}.tar.gz")
 sha256sums=('c470176f63cbe49fd0502a1b32ef22bc01b1af42385583b8be94547750958a8c')
 
 build() {



More information about the arch-commits mailing list