diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:04:38 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:45 -0500 |
commit | 20cf3bb64deba36b046d7c1b4cb47bcf251c881d (patch) | |
tree | 111809bab33b080baf36eb95bd8e539001155d9d /haskell/haskell-json/haskell-json.SlackBuild | |
parent | 9a326ed6be105cb3762fb3f7ef542d8c9082983c (diff) | |
download | slackbuilds-20cf3bb64deba36b046d7c1b4cb47bcf251c881d.tar.gz |
haskell/haskell-json: Updated for version 0.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-json/haskell-json.SlackBuild')
-rw-r--r-- | haskell/haskell-json/haskell-json.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-json/haskell-json.SlackBuild b/haskell/haskell-json/haskell-json.SlackBuild index 4f53a05316..435518125e 100644 --- a/haskell/haskell-json/haskell-json.SlackBuild +++ b/haskell/haskell-json/haskell-json.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for json # 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-json -VERSION=${VERSION:-0.5} +VERSION=${VERSION:-0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |