cfssl: update to 1.6.5.

This commit is contained in:
Andrew Benson 2024-10-01 07:24:45 -05:00
parent 31685e7c3b
commit 32bfe51d5d

View file

@ -1,7 +1,7 @@
# Template file for 'cfssl' # Template file for 'cfssl'
pkgname=cfssl pkgname=cfssl
version=1.5.0 version=1.6.5
revision=5 revision=1
build_style=go build_style=go
go_import_path=github.com/cloudflare/cfssl go_import_path=github.com/cloudflare/cfssl
go_package="${go_import_path}/cmd/..." go_package="${go_import_path}/cmd/..."
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/cloudflare/cfssl" homepage="https://github.com/cloudflare/cfssl"
distfiles="https://github.com/cloudflare/cfssl/archive/v${version}.tar.gz" distfiles="https://github.com/cloudflare/cfssl/archive/v${version}.tar.gz"
checksum=5267164b18aa99a844e05adceaf4f62d1b96dcd326a9132098d65c515c180a91 checksum=b682452402f403b6ee668bb042bd9b753fe48df84fa7a18a1c32606ffd4918af
replaces="cfssljson>=0" replaces="cfssljson>=0"
post_install() { post_install() {