diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:04:33 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:44 -0500 |
commit | 339b224ec652bc6cbf355b96219913bb1549af05 (patch) | |
tree | a4af70e77989a7c24008931c638b9b52afe546f4 /haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild | |
parent | 90a64a106bf1e88b271e6a6b0bafa106a224d207 (diff) | |
download | slackbuilds-339b224ec652bc6cbf355b96219913bb1549af05.tar.gz |
haskell/haskell-hashed-storage: Updated for version 0.5.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild')
-rw-r--r-- | haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild b/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild index cbf5dc267c..26c938acb7 100644 --- a/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild +++ b/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hashed-storage -# 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 @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-hashed-storage -VERSION=${VERSION:-0.5.9} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.5.10} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" |