haskell/haskell-x509-store: Updated for version 1.6.1.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-07 14:45:13 +01:00 committed by Willy Sudiarto Raharjo
parent 26bf274639
commit 7efb3d11ff
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-x509-store
VERSION=${VERSION:-1.5.0}
VERSION=${VERSION:-1.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-x509-store"
VERSION="1.5.0"
VERSION="1.6.1"
HOMEPAGE="http://hackage.haskell.org/package/x509-store"
DOWNLOAD="http://hackage.haskell.org/packages/archive/x509-store/1.5.0/x509-store-1.5.0.tar.gz"
MD5SUM="12b5b14832c85bc658db1893230c4f82"
DOWNLOAD="http://hackage.haskell.org/packages/archive/x509-store/1.6.1/x509-store-1.6.1.tar.gz"
MD5SUM="37ad645337bcd963c788046fd1c25afd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-asn1-encoding haskell-asn1-types haskell-crypto-pubkey-types haskell-mtl haskell-pem haskell-x509"