summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2014-03-10 23:52:29 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-04 07:46:51 +0700
commit0f5a99f7131e098d719204ab2a5bd8bee016947b (patch)
tree5adefa25f6c376172ae023a5423ac0c0703e5cdd
parentc46e949c80d75eba2b2b16118caa5e77e1e6bd4a (diff)
downloadslackbuilds-0f5a99f7131e098d719204ab2a5bd8bee016947b.tar.gz
slackbuilds-0f5a99f7131e098d719204ab2a5bd8bee016947b.tar.xz
haskell/haskell-tagsoup: Updated for version 0.13.3.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
-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"