haskell/haskell-regex-posix: Updated for version 0.96.0.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-09 19:21:50 +13:00 committed by Willy Sudiarto Raharjo
parent cb3b6b856b
commit 9d33631cf5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-regex-posix
VERSION=${VERSION:-0.95.2}
VERSION=${VERSION:-0.96.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-regex-posix"
VERSION="0.95.2"
VERSION="0.96.0.1"
HOMEPAGE="https://hackage.haskell.org/package/regex-posix"
DOWNLOAD="https://hackage.haskell.org/packages/archive/regex-posix/0.95.2/regex-posix-0.95.2.tar.gz"
MD5SUM="1df0f9494aab110c7231f36393285c7c"
DOWNLOAD="https://hackage.haskell.org/packages/archive/regex-posix/0.96.0.1/regex-posix-0.96.0.1.tar.gz"
MD5SUM="94ad7a602666e6dce3aa3c86e5edfed7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-regex-base"