Browse Source
haskell/haskell-text-icu: Updated for version 0.7.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/168/head
Andrew Clemons
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
haskell/haskell-text-icu/haskell-text-icu.SlackBuild
-
haskell/haskell-text-icu/haskell-text-icu.info
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=haskell-text-icu |
|
|
|
VERSION=${VERSION:-0.7.0.1} |
|
|
|
VERSION=${VERSION:-0.7.1.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="haskell-text-icu" |
|
|
|
VERSION="0.7.0.1" |
|
|
|
VERSION="0.7.1.0" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/text-icu" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/text-icu/0.7.0.1/text-icu-0.7.0.1.tar.gz" |
|
|
|
MD5SUM="f2e6c2c189730d6600270763112aa693" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/text-icu/0.7.1.0/text-icu-0.7.1.0.tar.gz" |
|
|
|
MD5SUM="0d6c8024e4fd91c630b90654bac43564" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="ghc" |
|
|
|
|