diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-08 17:21:45 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-08 17:21:45 +0000 |
commit | 25bf018f0fa446ca38508d35b6b3474e88d758d3 (patch) | |
tree | 45b457da59382af32e809be042d2a1a7cad9e952 /security/hs-cryptohash | |
parent | 1c8feb1a3fd41782660f5439357efe8a9519c625 (diff) |
Notes
Diffstat (limited to 'security/hs-cryptohash')
-rw-r--r-- | security/hs-cryptohash/Makefile | 5 | ||||
-rw-r--r-- | security/hs-cryptohash/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/hs-cryptohash/Makefile b/security/hs-cryptohash/Makefile index a72f7fc376d5..b30aa32bbdcf 100644 --- a/security/hs-cryptohash/Makefile +++ b/security/hs-cryptohash/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cryptohash -PORTVERSION= 0.11.6 -PORTREVISION= 2 +PORTVERSION= 0.11.9 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= Collection of crypto hashes, fast, pure, and practical LICENSE= BSD3CLAUSE -USE_CABAL= byteable +USE_CABAL= byteable cryptonite>=0.13 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-cryptohash/distinfo b/security/hs-cryptohash/distinfo index de86d7930391..2dc65db6cae4 100644 --- a/security/hs-cryptohash/distinfo +++ b/security/hs-cryptohash/distinfo @@ -1,2 +1,3 @@ -SHA256 (cabal/cryptohash-0.11.6.tar.gz) = da382334857a88f3e94ce0fb83f425f0a0787b0644100913c61f6e94bb62df37 -SIZE (cabal/cryptohash-0.11.6.tar.gz) = 65798 +TIMESTAMP = 1499538586 +SHA256 (cabal/cryptohash-0.11.9.tar.gz) = c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb +SIZE (cabal/cryptohash-0.11.9.tar.gz) = 25762 |