- Update to 1.2.3
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
79cf957209
commit
9963ef681e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298259
2 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= certificate
|
||||
PORTVERSION= 1.0.1
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= security haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
@ -15,7 +15,8 @@ COMMENT= Certificates and Key Reader/Writer
|
|||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
USE_CABAL= asn1-data>=0.6.1 base64-bytestring crypto-pubkey-types mtl
|
||||
|
||||
USE_CABAL= asn1-data>=0.6.1.3 crypto-pubkey-types>=0.1 mtl pem>=0.1
|
||||
|
||||
OPTIONS= EXECUTABLE "Build the executable" off
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cabal/certificate-1.0.1.tar.gz) = 2028b8c9241b89afcff6f6fa7dc2b079d1fb4d928e495bf637e85913867e6967
|
||||
SIZE (cabal/certificate-1.0.1.tar.gz) = 13705
|
||||
SHA256 (cabal/certificate-1.2.3.tar.gz) = ea58605935d00b191e6fb31e79cec486129bc527ec19d1c0911b1475c430c476
|
||||
SIZE (cabal/certificate-1.2.3.tar.gz) = 13844
|
||||
|
|
Loading…
Reference in a new issue