Browse Source
haskell/haskell-tls: Updated for version 1.5.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/159/head
Andrew Clemons
4 years ago
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with
5 additions and
5 deletions
-
haskell/haskell-tls/haskell-tls.SlackBuild
-
haskell/haskell-tls/haskell-tls.info
|
|
@ -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} |
|
|
|
|
|
@ -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" |