cfssl: update to 1.3.0.
This commit is contained in:
parent
4b3258bdc7
commit
0abc7e77d0
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'cfssl'
|
||||
pkgname=cfssl
|
||||
version=1.2.0
|
||||
revision=2
|
||||
version=1.3.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/cloudflare/${pkgname}"
|
||||
go_package="${go_import_path}/cmd/${pkgname}"
|
||||
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"
|
||||
homepage="https://${go_import_path}"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=28e1d1ec6862eb926336490e2fcd1de626113d3e227293a4138fec59b7b6e443
|
||||
homepage="https://github.com/cloudflare/cfssl"
|
||||
distfiles="https://github.com/cloudflare/cfssl/archive/${version}.tar.gz"
|
||||
checksum=78322f0f37b5c90d612ce4e18b35c03bfde242d32426ef0db1f859255a778384
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue