haskell/haskell-hashed-storage: Updated for version 0.5.11.

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Mikko Värri 2015-02-24 22:51:41 +02:00 committed by Willy Sudiarto Raharjo
parent be8a49f8b3
commit 4bff3f6652
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for hashed-storage
# 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
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-hashed-storage
VERSION=${VERSION:-0.5.10}
VERSION=${VERSION:-0.5.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-hashed-storage"
VERSION="0.5.10"
VERSION="0.5.11"
HOMEPAGE="http://hackage.haskell.org/package/hashed-storage"
DOWNLOAD="http://hackage.haskell.org/packages/archive/hashed-storage/0.5.10/hashed-storage-0.5.10.tar.gz"
MD5SUM="67d8661d191d4b7a8f3ac801783eca87"
DOWNLOAD="http://hackage.haskell.org/packages/archive/hashed-storage/0.5.11/hashed-storage-0.5.11.tar.gz"
MD5SUM="7b99ba4da4be44ffb5018e43a498fdb0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-extensible-exceptions haskell-dataenc haskell-mmap haskell-mtl haskell-zlib"