development/happy: Updated for version 1.19.4.

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
Mikko Värri 2014-03-10 23:31:53 +02:00 committed by Willy Sudiarto Raharjo
parent b1e8894c74
commit 3965a83617
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for happy
# 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
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=happy
VERSION=${VERSION:-1.18.10}
VERSION=${VERSION:-1.19.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="happy"
VERSION="1.18.10"
VERSION="1.19.4"
HOMEPAGE="http://haskell.org/happy"
DOWNLOAD="http://hackage.haskell.org/packages/archive/happy/1.18.10/happy-1.18.10.tar.gz"
MD5SUM="a1638e89434427e57f68ef311761dc30"
DOWNLOAD="http://hackage.haskell.org/packages/archive/happy/1.19.4/happy-1.19.4.tar.gz"
MD5SUM="5267c1c4aaa7102a882fc4cdad4a8c38"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-mtl"