mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
haskell/haskell-tagsoup: Updated for version 0.12.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
a9b25aa77d
commit
f759050e3e
3 changed files with 10 additions and 10 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue