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>
This commit is contained in:
parent
09f5e7a21b
commit
c8934b4934
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue