haskell/haskell-Diff: Updated for version 0.4.1, new maint.

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 2022-12-15 06:46:19 +09:00 committed by Willy Sudiarto Raharjo
parent b4c9e34fdb
commit ffb5e39d04
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 9 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-Diff
VERSION=${VERSION:-0.3.4}
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then
esac
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
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View File

@ -1,10 +1,10 @@
PRGNAM="haskell-Diff"
VERSION="0.3.4"
VERSION="0.4.1"
HOMEPAGE="https://hackage.haskell.org/package/Diff"
DOWNLOAD="https://hackage.haskell.org/packages/archive/Diff/0.3.4/Diff-0.3.4.tar.gz"
MD5SUM="a1806f2218e169fc6bd1c3a8ab082365"
DOWNLOAD="https://hackage.haskell.org/packages/archive/Diff/0.4.1/Diff-0.4.1.tar.gz"
MD5SUM="5212d9a7d723c02481ce9cec93d16d38"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"