Date: Saturday, July 22, 2017 @ 18:39:24 Author: felixonmars Revision: 246022
upgpkg: haskell-x509 1.7.1-1 rebuild with x509,1.7.1 x509-store,1.6.3 x509-system,1.6.5 x509-validation,1.6.8 Modified: haskell-x509/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-22 18:13:07 UTC (rev 246021) +++ PKGBUILD 2017-07-22 18:39:24 UTC (rev 246022) @@ -4,8 +4,8 @@ _hkgname=x509 pkgname=haskell-x509 -pkgver=1.6.5 -pkgrel=21 +pkgver=1.7.1 +pkgrel=1 pkgdesc="X509 reader and writer" url="http://github.com/vincenthz/hs-certificate" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=('ghc' "haskell-asn1-encoding" "haskell-asn1-parse" "haskell-asn1-types" "haskell-cryptonite" "haskell-hourglass" "haskell-memory" "haskell-mtl" "haskell-pem") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('b53894214e23ab2795f2a9f4c885e37b35a223bbc03763b0017ce06dc8394783') +sha512sums=('41a6a42fc0a4623cf40757d71778f7cb7d4e989732debd23dbb8f0b4ab0c4d0d743a49d10c762db3d1b61879953f5cdccbae0f7ffe8a8373ea86392c5c2a8b95') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
