haskell/haskell-tagsoup: Updated for version 0.13.3.

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
Mikko Värri 2014-03-10 23:52:29 +02:00 committed by Willy Sudiarto Raharjo
parent c46e949c80
commit 0f5a99f713
2 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for tagsoup
# Written by Peter Wang (novalazy@gmail.com)
# Copyright 2013 Mikko Värri, Finland
# Copyright 2015 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-tagsoup
VERSION=${VERSION:-0.12.8}
VERSION=${VERSION:-0.13.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -98,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 LICENSE tagsoup.htm $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md LICENSE CHANGES.txt $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-tagsoup"
VERSION="0.12.8"
VERSION="0.13.3"
HOMEPAGE="http://hackage.haskell.org/package/tagsoup"
DOWNLOAD="http://hackage.haskell.org/packages/archive/tagsoup/0.12.8/tagsoup-0.12.8.tar.gz"
MD5SUM="6d95e11c949d361742180bfe3e74ad5b"
DOWNLOAD="http://hackage.haskell.org/packages/archive/tagsoup/0.13.3/tagsoup-0.13.3.tar.gz"
MD5SUM="54fcc3e07995a419a4d2261aa96a47d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-text"