mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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>
This commit is contained in:
parent
c64a033299
commit
e45c16fd7b
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue