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

Felix Yan felixonmars at archlinux.org
Thu Jan 19 08:17:39 UTC 2017


    Date: Thursday, January 19, 2017 @ 08:17:38
  Author: felixonmars
Revision: 207992

upgpkg: haskell-tasty 0.11.1-1

rebuild with tasty-0.11.1

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-19 08:11:34 UTC (rev 207991)
+++ PKGBUILD	2017-01-19 08:17:38 UTC (rev 207992)
@@ -4,8 +4,8 @@
 
 _hkgname=tasty
 pkgname=haskell-tasty
-pkgver=0.11.0.4
-pkgrel=3
+pkgver=0.11.1
+pkgrel=1
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty"
 license=("MIT")
@@ -13,8 +13,8 @@
 depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
          "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
          "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('e0e248d50aaa098b2633d51a1c71f3da569ba5d6c0e77e0e39b6c9b7de97fd16')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('ab9f83401ba8b99d05bc85e2447e32416da593684daae14647777db8bb5eabdc')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list