mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
haskell/haskell-HTTP: Updated for version 4000.3.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
4d736f47f0
commit
ea31981b62
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=haskell-HTTP
|
||||
VERSION=${VERSION:-4000.3.11}
|
||||
VERSION=${VERSION:-4000.3.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-HTTP"
|
||||
VERSION="4000.3.11"
|
||||
VERSION="4000.3.16"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/HTTP"
|
||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/HTTP/4000.3.11/HTTP-4000.3.11.tar.gz"
|
||||
MD5SUM="393b74a683fb72136b1ea33bbdf2f981"
|
||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/HTTP/4000.3.16/HTTP-4000.3.16.tar.gz"
|
||||
MD5SUM="027f5f8d9b710ad0199394a2b4c8a25b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-network haskell-network-uri"
|
||||
|
|
Loading…
Reference in a new issue