Date: Wednesday, January 22, 2020 @ 16:47:51 Author: felixonmars Revision: 554319
upgpkg: haskell-tls 1.5.1-1: rebuild with tls 1.5.1 Modified: haskell-tls/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-22 16:42:17 UTC (rev 554318) +++ PKGBUILD 2020-01-22 16:47:51 UTC (rev 554319) @@ -3,7 +3,7 @@ _hkgname=tls pkgname=haskell-tls -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=1 pkgdesc="TLS/SSL protocol native implementation (Server and Client)" url="https://github.com/vincenthz/hs-tls" @@ -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=('b8649b9437e6c8af562feb8cf171f1ebad7e2fa6d23a39559265999c153001f15a55239e9c993a68995058bb8c9204e1ec9855d5b5d4435c4c11cfcf4101cf33') +sha512sums=('971810b213e539532be9442b6e98641859ae6976ee3d50ba438ce0c162ac135b2aa63adf7d1774f85079933d96de962439d2309f163aaee4b416b5bd609a891d') build() { cd $_hkgname-$pkgver
