diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:21:58 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:21:58 +0800 |
commit | eee53aeebf8fa8e0088398b6e3d2107291b14db0 (patch) | |
tree | bc4dbdcc3ff820cee6cc75f0f7cddd1ef2a9e4d5 /security/hs-Crypto | |
parent | c88b999585e0fc7d7b0fb9f1c0e1a4e3b286192a (diff) | |
download | freebsd-ports-gnome-eee53aeebf8fa8e0088398b6e3d2107291b14db0.tar.gz freebsd-ports-gnome-eee53aeebf8fa8e0088398b6e3d2107291b14db0.tar.zst freebsd-ports-gnome-eee53aeebf8fa8e0088398b6e3d2107291b14db0.zip |
- Update to 4.2.5
Obtained from: FreeBSD Haskell
Diffstat (limited to 'security/hs-Crypto')
-rw-r--r-- | security/hs-Crypto/Makefile | 4 | ||||
-rw-r--r-- | security/hs-Crypto/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/hs-Crypto/Makefile b/security/hs-Crypto/Makefile index e1bda7b5b851..06262b6b3d2a 100644 --- a/security/hs-Crypto/Makefile +++ b/security/hs-Crypto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypto -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -14,8 +14,8 @@ COMMENT= Collects together existing Haskell cryptographic functions FILE_LICENSE= ReadMe.tex -USE_CABAL= QuickCheck>=2.4.0.1 HUnit CABAL_SETUP= Setup.hs +USE_CABAL= QuickCheck>=2.4.0.1 HUnit random EXECUTABLE= HMACTest QuickTest RSATest SHA1Test SymmetricTest WordListTest diff --git a/security/hs-Crypto/distinfo b/security/hs-Crypto/distinfo index ca7b18b0748f..989ac2a02f3c 100644 --- a/security/hs-Crypto/distinfo +++ b/security/hs-Crypto/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/Crypto-4.2.4.tar.gz) = 77986dd8100b678adc784e682180ba659617ff5708089847420166ead0768a17 -SIZE (cabal/Crypto-4.2.4.tar.gz) = 57027 +SHA256 (cabal/Crypto-4.2.5.tar.gz) = 68754f0827f067707a1bf3d62f61e2b42f05ebf0c560a31a442a622974446473 +SIZE (cabal/Crypto-4.2.5.tar.gz) = 57486 |