diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-07 15:18:57 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:50 +1300 |
commit | b427029f9ebf58d303d541766207d959a3f26eb3 (patch) | |
tree | a694358871b1f72e83500db3e1dd8d772f753282 /haskell/haskell-cryptonite | |
parent | c322f6c8c9d70b584ee9f6f514eb654b6d525a64 (diff) | |
download | slackbuilds-b427029f9ebf58d303d541766207d959a3f26eb3.tar.gz |
haskell/haskell-cryptonite: Updated for version 0.29.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-cryptonite')
-rw-r--r-- | haskell/haskell-cryptonite/haskell-cryptonite.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-cryptonite/haskell-cryptonite.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-cryptonite/haskell-cryptonite.SlackBuild b/haskell/haskell-cryptonite/haskell-cryptonite.SlackBuild index 6dd211e027..c04b358e09 100644 --- a/haskell/haskell-cryptonite/haskell-cryptonite.SlackBuild +++ b/haskell/haskell-cryptonite/haskell-cryptonite.SlackBuild @@ -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} diff --git a/haskell/haskell-cryptonite/haskell-cryptonite.info b/haskell/haskell-cryptonite/haskell-cryptonite.info index a14d5418f2..635908617b 100644 --- a/haskell/haskell-cryptonite/haskell-cryptonite.info +++ b/haskell/haskell-cryptonite/haskell-cryptonite.info @@ -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" |