haskell/haskell-cryptohash: Updated for version 0.11.9.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-07 14:19:33 +01:00 committed by Willy Sudiarto Raharjo
parent f50ecea8d7
commit 0f61471624
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-cryptohash
VERSION=${VERSION:-0.11.6}
VERSION=${VERSION:-0.11.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-cryptohash"
VERSION="0.11.6"
VERSION="0.11.9"
HOMEPAGE="http://hackage.haskell.org/package/cryptohash"
DOWNLOAD="http://hackage.haskell.org/packages/archive/cryptohash/0.11.6/cryptohash-0.11.6.tar.gz"
MD5SUM="4d9bcd1301feac3c130bd8f94df97dba"
DOWNLOAD="http://hackage.haskell.org/packages/archive/cryptohash/0.11.9/cryptohash-0.11.9.tar.gz"
MD5SUM="93b11e5a525d53dd30b153d2ec96adea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-byteable"
REQUIRES="haskell-byteable haskell-cryptonite haskell-memory"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"