haskell/haskell-unordered-containers: Updated for version 0.2.7.0.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-30 16:53:12 +01:00 committed by Willy Sudiarto Raharjo
parent 726bc7c885
commit 523a5d428d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-unordered-containers
VERSION=${VERSION:-0.2.5.1}
VERSION=${VERSION:-0.2.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -97,7 +97,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 LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-unordered-containers"
VERSION="0.2.5.1"
VERSION="0.2.7.0"
HOMEPAGE="http://hackage.haskell.org/package/unordered-containers"
DOWNLOAD="http://hackage.haskell.org/package/unordered-containers-0.2.5.1/unordered-containers-0.2.5.1.tar.gz"
MD5SUM="c330100ca1d5e6b3cb8242d0bde706f9"
DOWNLOAD="http://hackage.haskell.org/package/unordered-containers-0.2.7.0/unordered-containers-0.2.7.0.tar.gz"
MD5SUM="42ba5beb3c018209510b88e8b4f3892c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-hashable"