cfssl: update to 1.3.2.
This commit is contained in:
parent
e2ed3bb969
commit
6e0ceffa33
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'cfssl'
|
||||
pkgname=cfssl
|
||||
version=1.3.0
|
||||
revision=2
|
||||
version=1.3.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/cloudflare/cfssl"
|
||||
go_package="${go_import_path}/cmd/cfssl"
|
||||
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
|
||||
maintainer="hanspolo <itself@hanspolo.net>"
|
||||
license="BSD-2"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/cloudflare/cfssl"
|
||||
distfiles="https://github.com/cloudflare/cfssl/archive/${version}.tar.gz"
|
||||
checksum=78322f0f37b5c90d612ce4e18b35c03bfde242d32426ef0db1f859255a778384
|
||||
checksum=69ddddb25beebe65e6fe316b9ab3472eae1cd21b2f377447ddc104624233e419
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue