diff options
Diffstat (limited to 'haskell/haskell-Diff')
-rw-r--r-- | haskell/haskell-Diff/haskell-Diff.SlackBuild | 5 | ||||
-rw-r--r-- | haskell/haskell-Diff/haskell-Diff.info | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/haskell/haskell-Diff/haskell-Diff.SlackBuild b/haskell/haskell-Diff/haskell-Diff.SlackBuild index 7bfbd3dd72a..732f6c95eae 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 9b90e74c46a..dacc4fa7ec2 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" |