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:
parent
cb3b6b856b
commit
9d33631cf5
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue