cfssljson: update to 1.3.3.

This commit is contained in:
maxice8 2019-04-09 01:10:57 -03:00 committed by maxice8
parent 2bcafc75b7
commit 122e7dbdb1
1 changed files with 5 additions and 5 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'cfssl' # Template file for 'cfssljson'
pkgname=cfssljson pkgname=cfssljson
version=1.3.2 version=1.3.3
revision=5 revision=1
wrksrc="cfssl-${version}" wrksrc="cfssl-${version}"
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/${pkgname}" go_package="${go_import_path}/cmd/${pkgname}"
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit" short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
maintainer="hanspolo <itself@hanspolo.net>" maintainer="hanspolo <itself@hanspolo.net>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://${go_import_path}" homepage="https://${go_import_path}"
distfiles="${homepage}/archive/${version}.tar.gz" distfiles="${homepage}/archive/${version}.tar.gz"
checksum=69ddddb25beebe65e6fe316b9ab3472eae1cd21b2f377447ddc104624233e419 checksum=299ff47700ca323d1b18a691c189afe7d610ede75f08c6935afb409c01fa006b
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE