diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 18:44:54 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:18:00 +0700 |
commit | c8934b4934bfc9df3cfe5858f526bfb539d3fda8 (patch) | |
tree | d7af918ecfc58e59ab9138cb9487c5b917be1e52 /haskell/haskell-http-conduit | |
parent | 09f5e7a21ba34bb1a84c5f627e5840d8cd257387 (diff) | |
download | slackbuilds-c8934b4934bfc9df3cfe5858f526bfb539d3fda8.tar.gz |
haskell/haskell-http-conduit: Updated for version 2.3.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-http-conduit')
-rw-r--r-- | haskell/haskell-http-conduit/haskell-http-conduit.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-http-conduit/haskell-http-conduit.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-http-conduit/haskell-http-conduit.SlackBuild b/haskell/haskell-http-conduit/haskell-http-conduit.SlackBuild index 5dded3db75..10a09b23ca 100644 --- a/haskell/haskell-http-conduit/haskell-http-conduit.SlackBuild +++ b/haskell/haskell-http-conduit/haskell-http-conduit.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-http-conduit -VERSION=${VERSION:-2.3.2} +VERSION=${VERSION:-2.3.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-http-conduit/haskell-http-conduit.info b/haskell/haskell-http-conduit/haskell-http-conduit.info index 47f2d3e3d5..6abd963425 100644 --- a/haskell/haskell-http-conduit/haskell-http-conduit.info +++ b/haskell/haskell-http-conduit/haskell-http-conduit.info @@ -1,10 +1,10 @@ PRGNAM="haskell-http-conduit" -VERSION="2.3.2" +VERSION="2.3.8" HOMEPAGE="https://hackage.haskell.org/package/http-conduit" -DOWNLOAD="https://hackage.haskell.org/packages/archive/http-conduit/2.3.2/http-conduit-2.3.2.tar.gz" -MD5SUM="6b072238f1acf3fb460dbde12481fcff" +DOWNLOAD="https://hackage.haskell.org/packages/archive/http-conduit/2.3.8/http-conduit-2.3.8.tar.gz" +MD5SUM="1bab328b76977035e0a512b5a29945e9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-aeson haskell-conduit haskell-conduit-extra haskell-http-client haskell-http-client-tls haskell-http-types haskell-resourcet haskell-unliftio-core haskell-void" +REQUIRES="haskell-aeson haskell-conduit-extra haskell-http-client-tls" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |