haskell/haskell-tls: Updated for version 1.5.6.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-01-07 15:16:09 +13:00
parent 24bfe462fb
commit 851a07d135
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-tls
VERSION=${VERSION:-1.4.1}
VERSION=${VERSION:-1.5.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="haskell-tls"
VERSION="1.4.1"
VERSION="1.5.6"
HOMEPAGE="https://hackage.haskell.org/package/tls"
DOWNLOAD="https://hackage.haskell.org/packages/archive/tls/1.4.1/tls-1.4.1.tar.gz"
MD5SUM="33c2a4eb5b1fb5de6e9196324aea31d3"
DOWNLOAD="https://hackage.haskell.org/packages/archive/tls/1.5.6/tls-1.5.6.tar.gz"
MD5SUM="e1d4e2d8a5887569901a1ac0d1099034"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-asn1-encoding haskell-asn1-types haskell-async haskell-byteable haskell-cereal haskell-cipher-aes haskell-cipher-des haskell-cipher-rc4 haskell-crypto-cipher-types haskell-crypto-numbers haskell-crypto-pubkey haskell-crypto-pubkey-types haskell-crypto-random haskell-cryptohash haskell-data-default-class haskell-network haskell-x509 haskell-x509-store haskell-x509-validation"
REQUIRES="haskell-asn1-encoding haskell-asn1-types haskell-async haskell-byteable haskell-cereal haskell-cipher-aes haskell-cipher-des haskell-cipher-rc4 haskell-crypto-cipher-types haskell-cryptonite haskell-crypto-numbers haskell-crypto-pubkey haskell-crypto-pubkey-types haskell-crypto-random haskell-cryptohash haskell-data-default-class haskell-network haskell-x509 haskell-x509-store haskell-x509-validation"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"