mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
haskell/haskell-json: Updated for version 0.9.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7204dcfd57
commit
eb3a35741a
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for json
|
||||
|
||||
# Written by Peter Wang (novalazy@gmail.com)
|
||||
# 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
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haskell-json
|
||||
VERSION=${VERSION:-0.7}
|
||||
VERSION=${VERSION:-0.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-json"
|
||||
VERSION="0.7"
|
||||
VERSION="0.9"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/json"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/json/0.7/json-0.7.tar.gz"
|
||||
MD5SUM="bfa338cafdc88b0f6c9897bb4917e48a"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/json/0.9/json-0.9.tar.gz"
|
||||
MD5SUM="5429e82c20c9964bb663fcc8a432b5bf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-text haskell-mtl haskell-syb"
|
||||
|
|
Loading…
Reference in a new issue