[arch-commits] Commit in haskell-tls/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 14 14:10:16 UTC 2017
Date: Tuesday, March 14, 2017 @ 14:10:15
Author: felixonmars
Revision: 216256
upgpkg: haskell-tls 1.3.10-1
rebuild with tls,1.3.10
Modified:
haskell-tls/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-14 14:09:47 UTC (rev 216255)
+++ PKGBUILD 2017-03-14 14:10:15 UTC (rev 216256)
@@ -4,8 +4,8 @@
_hkgname=tls
pkgname=haskell-tls
-pkgver=1.3.9
-pkgrel=5
+pkgver=1.3.10
+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=('81355e16528796d3097719e74f7f1f8cae50daed06926d1995731bab8e02267b')
+sha256sums=('9f057d0f40dda5ce8d0f0e0f2a06087be8007c41462c6cab19774538c35e0171')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list