mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
haskell/haskell-text-conversions: Updated for version 0.3.1.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
c642aa3c94
commit
239af31309
2 changed files with 5 additions and 7 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for haskell-text-conversions
|
# Slackware build script for haskell-text-conversions
|
||||||
|
|
||||||
# Copyright 2021 Andrew Clemons, Wellington New Zealand
|
# Copyright 2021 Andrew Clemons, Wellington New Zealand
|
||||||
|
# Copyright 2024 Andrew Clemons, Tokyo Japan
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=haskell-text-conversions
|
PRGNAM=haskell-text-conversions
|
||||||
VERSION=${VERSION:-0.3.1}
|
VERSION=${VERSION:-0.3.1.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -42,9 +43,6 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
|
||||||
# the name of the created package would be, and then exit. This information
|
|
||||||
# could be useful to other scripts.
|
|
||||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="haskell-text-conversions"
|
PRGNAM="haskell-text-conversions"
|
||||||
VERSION="0.3.1"
|
VERSION="0.3.1.1"
|
||||||
HOMEPAGE="https://hackage.haskell.org/package/text-conversions"
|
HOMEPAGE="https://hackage.haskell.org/package/text-conversions"
|
||||||
DOWNLOAD="https://hackage.haskell.org/package/text-conversions-0.3.1/text-conversions-0.3.1.tar.gz"
|
DOWNLOAD="https://hackage.haskell.org/package/text-conversions-0.3.1.1/text-conversions-0.3.1.1.tar.gz"
|
||||||
MD5SUM="dd849da3b25cf5d3645949798d3b15de"
|
MD5SUM="d914d51b2b7852e14db7f8baf511a606"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="haskell-base16-bytestring haskell-base64-bytestring haskell-errors"
|
REQUIRES="haskell-base16-bytestring haskell-base64-bytestring haskell-errors"
|
||||||
|
|
Loading…
Reference in a new issue