haskell/haskell-resolv: Updated for version 0.1.2.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-01-07 13:41:53 +13:00
parent 9e471f0ff3
commit 9a40f2ce38
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-resolv
VERSION=${VERSION:-0.1.1.1}
VERSION=${VERSION:-0.1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-resolv"
VERSION="0.1.1.1"
VERSION="0.1.2.0"
HOMEPAGE="https://hackage.haskell.org/package/resolv"
DOWNLOAD="https://hackage.haskell.org/packages/archive/resolv/0.1.1.1/resolv-0.1.1.1.tar.gz"
MD5SUM="205d3f547dd83dbd7c9dd081352cd98d"
DOWNLOAD="https://hackage.haskell.org/packages/archive/resolv/0.1.2.0/resolv-0.1.2.0.tar.gz"
MD5SUM="e8955ef7cc00405a454fce97a613dfef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-base16-bytestring"