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

Felix Yan felixonmars at archlinux.org
Mon Jan 23 13:44:47 UTC 2017


    Date: Monday, January 23, 2017 @ 13:44:46
  Author: felixonmars
Revision: 208536

upgpkg: haskell-safe 0.3.11-1

rebuild with safe,0.3.11

Modified:
  haskell-safe/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-23 13:42:49 UTC (rev 208535)
+++ PKGBUILD	2017-01-23 13:44:46 UTC (rev 208536)
@@ -4,7 +4,7 @@
 
 _hkgname=safe
 pkgname=haskell-safe
-pkgver=0.3.10
+pkgver=0.3.11
 pkgrel=1
 pkgdesc="Library of safe (exception free) functions"
 url="https://github.com/ndmitchell/safe#readme"
@@ -11,8 +11,8 @@
 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")
-sha256sums=('da724ad9cf4b424c4881a50439c3b13777f477e3301c068ce7d54e9031e14b9a')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('6a58c8199a8c5ee7ca14077b69c2e876b29be51c797ec4b93de9c7ab3c7bd879')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list