summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-tagsoup/haskell-tagsoup.SlackBuild6
-rw-r--r--haskell/haskell-tagsoup/haskell-tagsoup.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/haskell/haskell-tagsoup/haskell-tagsoup.SlackBuild b/haskell/haskell-tagsoup/haskell-tagsoup.SlackBuild
index 08bf70ea3e..de2b18d6f6 100644
--- a/haskell/haskell-tagsoup/haskell-tagsoup.SlackBuild
+++ b/haskell/haskell-tagsoup/haskell-tagsoup.SlackBuild
@@ -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
diff --git a/haskell/haskell-tagsoup/haskell-tagsoup.info b/haskell/haskell-tagsoup/haskell-tagsoup.info
index f3fbc81dfd..2ee0b4c5fe 100644
--- a/haskell/haskell-tagsoup/haskell-tagsoup.info
+++ b/haskell/haskell-tagsoup/haskell-tagsoup.info
@@ -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"