Browse Source
haskell/haskell-cryptonite: Updated for version 0.29.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/159/head
Andrew Clemons
4 years ago
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with
4 additions and
4 deletions
-
haskell/haskell-cryptonite/haskell-cryptonite.SlackBuild
-
haskell/haskell-cryptonite/haskell-cryptonite.info
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=haskell-cryptonite |
|
|
|
VERSION=${VERSION:-0.25} |
|
|
|
VERSION=${VERSION:-0.29} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="haskell-cryptonite" |
|
|
|
VERSION="0.25" |
|
|
|
VERSION="0.29" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/cryptonite" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/cryptonite-0.25/cryptonite-0.25.tar.gz" |
|
|
|
MD5SUM="edff732f06070fee9d5d16aedf7aa172" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/cryptonite-0.29/cryptonite-0.29.tar.gz" |
|
|
|
MD5SUM="4e749e627aab5710f568ad197101b244" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="haskell-memory" |
|
|
|
|