haskell/haskell-crypto-random: Updated for version 0.0.9.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-07 13:15:01 +01:00 committed by Willy Sudiarto Raharjo
parent df3e387491
commit f50ecea8d7
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-crypto-random
VERSION=${VERSION:-0.0.8}
VERSION=${VERSION:-0.0.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-crypto-random"
VERSION="0.0.8"
VERSION="0.0.9"
HOMEPAGE="http://hackage.haskell.org/package/crypto-random"
DOWNLOAD="http://hackage.haskell.org/packages/archive/crypto-random/0.0.8/crypto-random-0.0.8.tar.gz"
MD5SUM="094f4d22e07a4e2ef947718d8b97d6f0"
DOWNLOAD="http://hackage.haskell.org/packages/archive/crypto-random/0.0.9/crypto-random-0.0.9.tar.gz"
MD5SUM="a8de977ce6d2d4f79ae53f7d2cd17101"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-securemem haskell-vector"