Date: Wednesday, February 10, 2021 @ 09:17:45
  Author: felixonmars
Revision: 853445

upgpkg: haskell-tls 1.5.5-1: rebuild with tls 1.5.5

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-10 09:15:51 UTC (rev 853444)
+++ PKGBUILD    2021-02-10 09:17:45 UTC (rev 853445)
@@ -3,8 +3,8 @@
 
 _hkgname=tls
 pkgname=haskell-tls
-pkgver=1.5.4
-pkgrel=76
+pkgver=1.5.5
+pkgrel=1
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="https://github.com/vincenthz/hs-tls";
 license=("BSD")
@@ -14,7 +14,7 @@
          "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('fb95ab6012ed95d82a41810b83e6f779645fa56d46c57f34a954a6885c295737808edcdcdca9e88e5b3c663f5aee71f104fe1fdd9ab35fb6a8ade4a202376d4a')
+sha512sums=('7fd7159e6cb9304b495e7d8235f457f06f6628a91e4184686a8aeab846c78ffca15608f55c281e09400386123732ba843b52f85415dc5a595f554f5c27068a41')
 
 build() {
     cd $_hkgname-$pkgver

Reply via email to