summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-12-15 06:46:19 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-17 09:14:02 +0700
commitffb5e39d04ed4f5dba7fb8ea1920e37018c9c0cc (patch)
tree9ba0c98ced65f5488f4689b149c5936f47d3ab0f /haskell
parentb4c9e34fdb5bb4d3f8e5a57212fa7aa89616dbcc (diff)
downloadslackbuilds-ffb5e39d04ed4f5dba7fb8ea1920e37018c9c0cc.tar.gz
slackbuilds-ffb5e39d04ed4f5dba7fb8ea1920e37018c9c0cc.tar.xz
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>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-Diff/haskell-Diff.SlackBuild5
-rw-r--r--haskell/haskell-Diff/haskell-Diff.info10
2 files changed, 6 insertions, 9 deletions
diff --git a/haskell/haskell-Diff/haskell-Diff.SlackBuild b/haskell/haskell-Diff/haskell-Diff.SlackBuild
index 7bfbd3dd72..732f6c95ea 100644
--- a/haskell/haskell-Diff/haskell-Diff.SlackBuild
+++ b/haskell/haskell-Diff/haskell-Diff.SlackBuild
@@ -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
diff --git a/haskell/haskell-Diff/haskell-Diff.info b/haskell/haskell-Diff/haskell-Diff.info
index 9b90e74c46..dacc4fa7ec 100644
--- a/haskell/haskell-Diff/haskell-Diff.info
+++ b/haskell/haskell-Diff/haskell-Diff.info
@@ -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"