diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-07 15:04:14 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:50 +1300 |
commit | c322f6c8c9d70b584ee9f6f514eb654b6d525a64 (patch) | |
tree | 4712ee9dabab01b7769220b3ce73d7334d47f1ff /haskell | |
parent | f224cd738016079359530f803c0e03585ae2c544 (diff) |
haskell/haskell-socks: Updated for version 0.6.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-socks/haskell-socks.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-socks/haskell-socks.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-socks/haskell-socks.SlackBuild b/haskell/haskell-socks/haskell-socks.SlackBuild index 17094daaef73..747bff233955 100644 --- a/haskell/haskell-socks/haskell-socks.SlackBuild +++ b/haskell/haskell-socks/haskell-socks.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-socks -VERSION=${VERSION:-0.5.6} +VERSION=${VERSION:-0.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-socks/haskell-socks.info b/haskell/haskell-socks/haskell-socks.info index f2df70196115..56d75db28c50 100644 --- a/haskell/haskell-socks/haskell-socks.info +++ b/haskell/haskell-socks/haskell-socks.info @@ -1,10 +1,10 @@ PRGNAM="haskell-socks" -VERSION="0.5.6" +VERSION="0.6.1" HOMEPAGE="https://hackage.haskell.org/package/socks" -DOWNLOAD="https://hackage.haskell.org/packages/archive/socks/0.5.6/socks-0.5.6.tar.gz" -MD5SUM="80d611a49f5f040caf16c4915880513f" +DOWNLOAD="https://hackage.haskell.org/packages/archive/socks/0.6.1/socks-0.6.1.tar.gz" +MD5SUM="e85be2113ecf285060ce2c3678bcd9dc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-cereal haskell-network" +REQUIRES="haskell-basement haskell-cereal haskell-network" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |