haskell/haskell-regex-tdfa: Updated for version 1.2.3.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2018-09-10 21:48:08 +01:00 committed by David Spencer
parent e24265fe30
commit 02e043bbcb
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-regex-tdfa PRGNAM=haskell-regex-tdfa
VERSION=${VERSION:-1.2.3} VERSION=${VERSION:-1.2.3.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-regex-tdfa" PRGNAM="haskell-regex-tdfa"
VERSION="1.2.3" VERSION="1.2.3.1"
HOMEPAGE="http://hackage.haskell.org/package/regex-tdfa" HOMEPAGE="http://hackage.haskell.org/package/regex-tdfa"
DOWNLOAD="http://hackage.haskell.org/package/regex-tdfa-1.2.3/regex-tdfa-1.2.3.tar.gz" DOWNLOAD="http://hackage.haskell.org/package/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz"
MD5SUM="15023e7788f5eb18028371a1c4a220f2" MD5SUM="1e5cecff91ccc67666c9423850b15d56"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="haskell-mtl haskell-parsec haskell-regex-base haskell-semigroups" REQUIRES="haskell-mtl haskell-parsec haskell-regex-base haskell-semigroups"