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:
parent
be8a49f8b3
commit
4bff3f6652
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue