mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
haskell/haskell-utf8-string: Updated for version 0.3.8.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
93b5c948bf
commit
55b2aa8427
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for utf8-string
|
||||
|
||||
# Copyright 2012 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,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haskell-utf8-string
|
||||
VERSION=${VERSION:-0.3.7}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.3.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-utf8-string"
|
||||
VERSION="0.3.7"
|
||||
VERSION="0.3.8"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/utf8-string"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/utf8-string/0.3.7/utf8-string-0.3.7.tar.gz"
|
||||
MD5SUM="50e5c395713e716e0e4a56da73f87ccd"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/utf8-string/0.3.8/utf8-string-0.3.8.tar.gz"
|
||||
MD5SUM="674d0052e88e6b2030915e30cf06b171"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ghc"
|
||||
|
|
Loading…
Reference in a new issue