[arch-commits] Commit in haskell-tls/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 22 06:12:01 UTC 2016
Date: Thursday, December 22, 2016 @ 06:12:00
Author: felixonmars
Revision: 200898
upgpkg: haskell-tls 1.3.9-1
rebuild with tls-1.3.9
Modified:
haskell-tls/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-22 06:06:51 UTC (rev 200897)
+++ PKGBUILD 2016-12-22 06:12:00 UTC (rev 200898)
@@ -4,8 +4,8 @@
_hkgname=tls
pkgname=haskell-tls
-pkgver=1.3.8
-pkgrel=17
+pkgver=1.3.9
+pkgrel=1
pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
url="http://github.com/vincenthz/hs-tls"
license=("custom:BSD3")
@@ -14,7 +14,7 @@
"haskell-cryptonite" "haskell-data-default-class" "haskell-memory" "haskell-mtl"
"haskell-network" "haskell-x509" "haskell-x509-store" "haskell-x509-validation")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('b440cf011c3e7af89e1ed719c714ab1001e8d3b13ef9dd3660019d88826bb1e5')
+sha256sums=('81355e16528796d3097719e74f7f1f8cae50daed06926d1995731bab8e02267b')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list