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

Felix Yan felixonmars at archlinux.org
Wed Dec 28 05:06:43 UTC 2016


    Date: Wednesday, December 28, 2016 @ 05:06:42
  Author: felixonmars
Revision: 203144

upgpkg: haskell-http-client 0.5.5-1

rebuild with http-client-0.5.5

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-28 04:17:07 UTC (rev 203143)
+++ PKGBUILD	2016-12-28 05:06:42 UTC (rev 203144)
@@ -4,8 +4,8 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.5.4
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client"
 license=("MIT")
@@ -14,8 +14,8 @@
          "haskell-cookie" "haskell-exceptions" "haskell-http-types" "haskell-mime-types"
          "haskell-network" "haskell-network-uri" "haskell-random" "haskell-streaming-commons"
          "haskell-text")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f226b9dd4b7a6b5ef3becddd02baeabe3429b88584a42609ca3733c84bfe7300')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('d1fdda6035e0bab95d3294f5175ac8c3629f9cd1d32e1bce5d0aa27226751c85')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list