[arch-commits] Commit in haskell-hunit/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 24 06:19:47 UTC 2017
Date: Friday, March 24, 2017 @ 06:19:47
Author: felixonmars
Revision: 218600
upgpkg: haskell-hunit 1.6.0.0-1
rebuild with HUnit,1.6.0.0
Modified:
haskell-hunit/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-24 06:08:09 UTC (rev 218599)
+++ PKGBUILD 2017-03-24 06:19:47 UTC (rev 218600)
@@ -4,7 +4,7 @@
_hkgname=HUnit
pkgname=haskell-hunit
-pkgver=1.5.0.0
+pkgver=1.6.0.0
pkgrel=1
pkgdesc="A unit testing framework for Haskell"
url="http://hunit.sourceforge.net/"
@@ -11,8 +11,8 @@
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" 'haskell-call-stack')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('65c51d17ced1c0646d888cd8caf195df67f6fdc1394c34459bcfd1be0f9ddea0')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('06503884bb85733be05b82da1fcc47e5b81122c3a3959ef047acbea2df1338b4f4589479b46daa6a0d554c7cb06b8cf1712462a3496db22cec5621e878467120')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list