Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-tls
Commits: 73a74d84 by Felix Yan at 2023-08-10T02:29:53+03:00 upgpkg: 1.7.1-1: rebuild with tls 1.7.1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ _hkgname=tls pkgname=haskell-tls -pkgver=1.7.0 -pkgrel=4 +pkgver=1.7.1 +pkgrel=1 pkgdesc="TLS/SSL protocol native implementation (Server and Client)" url="https://github.com/vincenthz/hs-tls" license=("BSD") @@ -16,7 +16,7 @@ depends=('ghc-libs' 'haskell-asn1-encoding' 'haskell-asn1-types' 'haskell-async' makedepends=('ghc' 'haskell-quickcheck' 'haskell-hourglass' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('bc87e2e92220f61400a0ead54b3e146b80d40030220aed584beabea416932b4921a341924f33d73ddd3e885164d4e7d7a90209c74ab42d9608c6c1582fa141b1') +sha512sums=('b00398f6306fda07c84a93e463958db28e6f8c2689d9a550037347730ccbe6eb9ced35b52c0e627ff6a6157523f365b29fb141354d5f3c2a4e71ad782a66f98e') build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tls/-/commit/73a74d841604043c5fe908f70c4fe4909a6c6078 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tls/-/commit/73a74d841604043c5fe908f70c4fe4909a6c6078 You're receiving this email because of your account on gitlab.archlinux.org.
