Date: Saturday, March 12, 2022 @ 22:25:04 Author: felixonmars Revision: 1150330
upgpkg: haskell-x509 1.7.6-1: rebuild with x509 1.7.6 Modified: haskell-x509/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-12 22:24:21 UTC (rev 1150329) +++ PKGBUILD 2022-03-12 22:25:04 UTC (rev 1150330) @@ -3,8 +3,8 @@ _hkgname=x509 pkgname=haskell-x509 -pkgver=1.7.5 -pkgrel=192 +pkgver=1.7.6 +pkgrel=1 pkgdesc="X509 reader and writer" url="https://github.com/vincenthz/hs-certificate" license=("BSD") @@ -13,7 +13,7 @@ "haskell-cryptonite" "haskell-hourglass" "haskell-memory" "haskell-pem") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e1caa84944294ca412b18269eef19f1b511f0e317b25431102b8b757ce266ab4ec48f805d4d251ff46a85f3b20ef368b176d8b93a92456fc9b8885a85695c537') +sha512sums=('5f6ef17af8901a3855d321d050b3fc1a95f58a4af52c62b244b07c63a6a48474150e8200adbdd2f048ede36d1eacf6c99315b2ef15d7710aa8e73467c900ab4e') build() { cd $_hkgname-$pkgver
