haskell/haskell-unicode-collation: Updated for version 0.1.3.3.

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 2024-06-02 13:35:27 +09:00 committed by Willy Sudiarto Raharjo
parent 71aaa4edec
commit 581b151e4d
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-unicode-collation
VERSION=${VERSION:-0.1.3.6}
VERSION=${VERSION:-0.1.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-unicode-collation"
VERSION="0.1.3.6"
VERSION="0.1.3.3"
HOMEPAGE="https://hackage.haskell.org/package/unicode-collation"
DOWNLOAD="https://hackage.haskell.org/package/unicode-collation-0.1.3.6/unicode-collation-0.1.3.6.tar.gz"
MD5SUM="3da22229e5a005f28327564672948e2e"
DOWNLOAD="https://hackage.haskell.org/package/unicode-collation-0.1.3.3/unicode-collation-0.1.3.3.tar.gz"
MD5SUM="fe2e1933024708e25b9414abc42190de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-th-lift-instances"