Date: Monday, June 13, 2022 @ 13:51:55 Author: felixonmars Revision: 1237534
upgpkg: haskell-tls 1.6.0-1: rebuild with tls 1.6.0 Modified: haskell-tls/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-13 13:51:15 UTC (rev 1237533) +++ PKGBUILD 2022-06-13 13:51:55 UTC (rev 1237534) @@ -3,8 +3,8 @@ _hkgname=tls pkgname=haskell-tls -pkgver=1.5.8 -pkgrel=3 +pkgver=1.6.0 +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=('81d0046aeb6342c5dcd3827d9315793b68436a4eec7c9bcae50f4b5b5365248c7c874addca77a50a19689f535386330435b5914386306a3f12d699a5fad1107a') +sha512sums=('e962c6600504ea2e1f701ed4488f30aff71fa52986b35091c6105ab8e26f02532e81bd6af5e8396f0b5d51fae4c4f1c4015211deb27d8a212dfd60f84b00ede8') build() { cd $_hkgname-$pkgver
