summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2013-03-04 00:04:48 -0500
committer dsomero <xgizzmo@slackbuilds.org>2013-03-04 17:26:47 -0500
commitf759050e3e7720979362d0619868e1be5880c92d (patch)
tree650164d3ca34af4143b18fae50350ef12d2a28fe /haskell
parenta9b25aa77df9caa105bf2e9237a315c39f181bb5 (diff)
downloadslackbuilds-f759050e3e7720979362d0619868e1be5880c92d.tar.gz
slackbuilds-f759050e3e7720979362d0619868e1be5880c92d.tar.xz
haskell/haskell-tagsoup: Updated for version 0.12.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-tagsoup/haskell-tagsoup.SlackBuild4
-rw-r--r--haskell/haskell-tagsoup/haskell-tagsoup.info6
-rw-r--r--haskell/haskell-tagsoup/slack-desc10
3 files changed, 10 insertions, 10 deletions
diff --git a/haskell/haskell-tagsoup/haskell-tagsoup.SlackBuild b/haskell/haskell-tagsoup/haskell-tagsoup.SlackBuild
index 83a6a9ce3d..7b7fee2870 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 2012 Mikko Värri, Finland
+# Copyright 2013 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.6}
+VERSION=${VERSION:-0.12.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/haskell/haskell-tagsoup/haskell-tagsoup.info b/haskell/haskell-tagsoup/haskell-tagsoup.info
index c883f6d5c4..f3fbc81dfd 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.6"
+VERSION="0.12.8"
HOMEPAGE="http://hackage.haskell.org/package/tagsoup"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/tagsoup/0.12.6/tagsoup-0.12.6.tar.gz"
-MD5SUM="036a37a8605efc49bea8487eb208c3b9"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/tagsoup/0.12.8/tagsoup-0.12.8.tar.gz"
+MD5SUM="6d95e11c949d361742180bfe3e74ad5b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-text"
diff --git a/haskell/haskell-tagsoup/slack-desc b/haskell/haskell-tagsoup/slack-desc
index 95829b9b67..69af6e2942 100644
--- a/haskell/haskell-tagsoup/slack-desc
+++ b/haskell/haskell-tagsoup/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
haskell-tagsoup: haskell-tagsoup (HTML/XML parser for Haskell)