Date: Wednesday, February 19, 2020 @ 16:34:46 Author: felixonmars Revision: 576666
upgpkg: haskell-tls 1.5.4-1: rebuild with tls 1.5.4 Modified: haskell-tls/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-19 16:34:39 UTC (rev 576665) +++ PKGBUILD 2020-02-19 16:34:46 UTC (rev 576666) @@ -3,8 +3,8 @@ _hkgname=tls pkgname=haskell-tls -pkgver=1.5.3 -pkgrel=9 +pkgver=1.5.4 +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=('0881f1716cd0289a051d5c5c7fafd3f5b57a44551f724c6023c73d04c86f69dc9973194fbcfaea983a63fe32d3032cbf89367a52c022f8329266376fca847737') +sha512sums=('fb95ab6012ed95d82a41810b83e6f779645fa56d46c57f34a954a6885c295737808edcdcdca9e88e5b3c663f5aee71f104fe1fdd9ab35fb6a8ade4a202376d4a') build() { cd $_hkgname-$pkgver
