Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-crypton-x509-validation
Commits:
5b687a36 by Felix Yan at 2025-08-29T02:10:09+08:00
upgpkg: 1.6.14-1: rebuild with crypton-x509-validation 1.6.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-crypton-x509-validation
pkgdesc = X.509 Certificate and CRL validation
- pkgver = 1.6.13
- pkgrel = 39
+ pkgver = 1.6.14
+ pkgrel = 1
url = https://github.com/kazu-yamamoto/crypton-certificate
arch = x86_64
license = BSD-3-Clause
@@ -16,9 +16,10 @@ pkgbase = haskell-crypton-x509-validation
depends = haskell-crypton-x509-store
depends = haskell-data-default
depends = haskell-hourglass
+ depends = haskell-iproute
depends = haskell-memory
depends = haskell-pem
- source =
https://hackage.haskell.org/packages/archive/crypton-x509-validation/1.6.13/crypton-x509-validation-1.6.13.tar.gz
- sha256sums =
51275325511db717f0697d4f2561fdde05087807cd8a1a09223a811e41cc15d5
+ source =
https://hackage.haskell.org/packages/archive/crypton-x509-validation/1.6.14/crypton-x509-validation-1.6.14.tar.gz
+ sha256sums =
ed0e394127db59d66a0a8e4bde28fa0b8cc67cc9a810793b54a58e96df4c601d
pkgname = haskell-crypton-x509-validation
=====================================
PKGBUILD
=====================================
@@ -2,18 +2,18 @@
_hkgname=crypton-x509-validation
pkgname=haskell-crypton-x509-validation
-pkgver=1.6.13
-pkgrel=39
+pkgver=1.6.14
+pkgrel=1
pkgdesc="X.509 Certificate and CRL validation"
url="https://github.com/kazu-yamamoto/crypton-certificate"
license=('BSD-3-Clause')
arch=('x86_64')
depends=('ghc-libs' 'haskell-asn1-encoding' 'haskell-asn1-types'
'haskell-crypton'
'haskell-crypton-x509' 'haskell-crypton-x509-store'
'haskell-data-default'
- 'haskell-hourglass' 'haskell-memory' 'haskell-pem')
+ 'haskell-hourglass' 'haskell-iproute' 'haskell-memory' 'haskell-pem')
makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('51275325511db717f0697d4f2561fdde05087807cd8a1a09223a811e41cc15d5')
+sha256sums=('ed0e394127db59d66a0a8e4bde28fa0b8cc67cc9a810793b54a58e96df4c601d')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-crypton-x509-validation/-/commit/5b687a363251325a8bcb4e7532b442cbf193b865
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-crypton-x509-validation/-/commit/5b687a363251325a8bcb4e7532b442cbf193b865
You're receiving this email because of your account on gitlab.archlinux.org.