mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
cfssl: update to 1.3.0.
This commit is contained in:
parent
4b3258bdc7
commit
0abc7e77d0
1 changed files with 7 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'cfssl'
|
# Template file for 'cfssl'
|
||||||
pkgname=cfssl
|
pkgname=cfssl
|
||||||
version=1.2.0
|
version=1.3.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/cloudflare/${pkgname}"
|
go_import_path="github.com/cloudflare/cfssl"
|
||||||
go_package="${go_import_path}/cmd/${pkgname}"
|
go_package="${go_import_path}/cmd/cfssl"
|
||||||
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"
|
license="BSD-2"
|
||||||
homepage="https://${go_import_path}"
|
homepage="https://github.com/cloudflare/cfssl"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/cloudflare/cfssl/archive/${version}.tar.gz"
|
||||||
checksum=28e1d1ec6862eb926336490e2fcd1de626113d3e227293a4138fec59b7b6e443
|
checksum=78322f0f37b5c90d612ce4e18b35c03bfde242d32426ef0db1f859255a778384
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue