diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-07-19 10:57:39 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:56:11 +0700 |
commit | 68fca3eaa39640b21b0b94151a5855feeab56411 (patch) | |
tree | 9cc2fa3a13337f976283c14234d5ace7f5ea510f /haskell/haskell-cryptonite | |
parent | bbb443c057c606f77923f581a4d0ca91c43bd538 (diff) | |
download | slackbuilds-68fca3eaa39640b21b0b94151a5855feeab56411.tar.gz |
haskell/haskell-cryptonite: Updated for version 0.24.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/haskell/haskell-cryptonite/haskell-cryptonite.SlackBuild b/haskell/haskell-cryptonite/haskell-cryptonite.SlackBuild index 420beee24c..b10c4a37b9 100644 --- a/haskell/haskell-cryptonite/haskell-cryptonite.SlackBuild +++ b/haskell/haskell-cryptonite/haskell-cryptonite.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-cryptonite -VERSION=${VERSION:-0.22} +VERSION=${VERSION:-0.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/haskell/haskell-cryptonite/haskell-cryptonite.info b/haskell/haskell-cryptonite/haskell-cryptonite.info index 3d959c892b..bd33bf2c9f 100644 --- a/haskell/haskell-cryptonite/haskell-cryptonite.info +++ b/haskell/haskell-cryptonite/haskell-cryptonite.info @@ -1,10 +1,10 @@ PRGNAM="haskell-cryptonite" -VERSION="0.22" -HOMEPAGE="http://hackage.haskell.org/package/cryptonite" -DOWNLOAD="http://hackage.haskell.org/package/cryptonite-0.22/cryptonite-0.22.tar.gz" -MD5SUM="6780f9374d9e82eb5ff0dbac895e3b5a" +VERSION="0.24" +HOMEPAGE="https://hackage.haskell.org/package/cryptonite" +DOWNLOAD="https://hackage.haskell.org/package/cryptonite-0.24/cryptonite-0.24.tar.gz" +MD5SUM="4d049d953b898e227e037a3eae75bcd6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="ghc haskell-memory" +REQUIRES="haskell-memory" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |