diff options
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 |
commit | ffb5e39d04ed4f5dba7fb8ea1920e37018c9c0cc (patch) | |
tree | 9ba0c98ced65f5488f4689b149c5936f47d3ab0f /haskell/haskell-Diff/haskell-Diff.SlackBuild | |
parent | b4c9e34fdb5bb4d3f8e5a57212fa7aa89616dbcc (diff) |
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/haskell-Diff/haskell-Diff.SlackBuild')
-rw-r--r-- | haskell/haskell-Diff/haskell-Diff.SlackBuild | 5 |
1 files changed, 1 insertions, 4 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 |