diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-10 23:47:39 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:49 +0700 |
commit | be8a49f8b33530d0d9f2ccfcf7f522e488cc9b1c (patch) | |
tree | f7c024d4d332691063d449cedb78edb94f386e7a /haskell/haskell-hashable | |
parent | 6b137e01a0919ce53134caba878e844e6b1e9d73 (diff) | |
download | slackbuilds-be8a49f8b33530d0d9f2ccfcf7f522e488cc9b1c.tar.gz |
haskell/haskell-hashable: Updated for version 1.2.3.1.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Diffstat (limited to 'haskell/haskell-hashable')
-rw-r--r-- | haskell/haskell-hashable/haskell-hashable.SlackBuild | 5 | ||||
-rw-r--r-- | haskell/haskell-hashable/haskell-hashable.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/haskell/haskell-hashable/haskell-hashable.SlackBuild b/haskell/haskell-hashable/haskell-hashable.SlackBuild index 79d29062a9..c1b7e69dc6 100644 --- a/haskell/haskell-hashable/haskell-hashable.SlackBuild +++ b/haskell/haskell-hashable/haskell-hashable.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for haskell-hashable # Copyright 2014 Google Inc, Germany +# Copyright 2015 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-hashable -VERSION=${VERSION:-1.2.1.0} +VERSION=${VERSION:-1.2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,7 +98,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGES.md LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/haskell/haskell-hashable/haskell-hashable.info b/haskell/haskell-hashable/haskell-hashable.info index 7fcbe9ef05..69bacc31a4 100644 --- a/haskell/haskell-hashable/haskell-hashable.info +++ b/haskell/haskell-hashable/haskell-hashable.info @@ -1,10 +1,10 @@ PRGNAM="haskell-hashable" -VERSION="1.2.1.0" +VERSION="1.2.3.1" HOMEPAGE="http://hackage.haskell.org/package/hashable" -DOWNLOAD="http://hackage.haskell.org/package/hashable-1.2.1.0/hashable-1.2.1.0.tar.gz" -MD5SUM="74f7cadb836e63f4d4b1a24be401228d" +DOWNLOAD="http://hackage.haskell.org/package/hashable-1.2.3.1/hashable-1.2.3.1.tar.gz" +MD5SUM="7a0540000e5717c0b089278f63c13ba0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-text" -MAINTAINER="Jose Lopes" -EMAIL="jabolopes@google.com" +MAINTAINER="Mikko Värri" +EMAIL="vmj@linuxbox.fi" |