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 | |
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')
-rw-r--r-- | haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild | 6 | ||||
-rw-r--r-- | haskell/haskell-hashed-storage/haskell-hashed-storage.info | 8 | ||||
-rw-r--r-- | haskell/haskell-hashed-storage/slack-desc | 10 |
3 files changed, 12 insertions, 12 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- )" diff --git a/haskell/haskell-hashed-storage/haskell-hashed-storage.info b/haskell/haskell-hashed-storage/haskell-hashed-storage.info index fe6e897b6d..35b3211146 100644 --- a/haskell/haskell-hashed-storage/haskell-hashed-storage.info +++ b/haskell/haskell-hashed-storage/haskell-hashed-storage.info @@ -1,10 +1,10 @@ PRGNAM="haskell-hashed-storage" -VERSION="0.5.9" +VERSION="0.5.10" HOMEPAGE="http://hackage.haskell.org/package/hashed-storage" -DOWNLOAD="http://hackage.haskell.org/packages/archive/hashed-storage/0.5.9/hashed-storage-0.5.9.tar.gz" -MD5SUM="a3514e631d1f8b653526dbefacf34575" +DOWNLOAD="http://hackage.haskell.org/packages/archive/hashed-storage/0.5.10/hashed-storage-0.5.10.tar.gz" +MD5SUM="67d8661d191d4b7a8f3ac801783eca87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-dataenc haskell-mmap haskell-mtl haskell-zlib" +REQUIRES="haskell-extensible-exceptions haskell-dataenc haskell-mmap haskell-mtl haskell-zlib" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" diff --git a/haskell/haskell-hashed-storage/slack-desc b/haskell/haskell-hashed-storage/slack-desc index 82b57a0e6d..f1c04d7c44 100644 --- a/haskell/haskell-hashed-storage/slack-desc +++ b/haskell/haskell-hashed-storage/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| haskell-hashed-storage: haskell-hashed-storage (Hashed file storage support code) |