haskell/haskell-HTTP: Updated for version 4000.3.16.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2021-12-19 17:16:43 +13:00
parent 4d736f47f0
commit ea31981b62
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"