cfssl: provide version information.
This commit is contained in:
parent
2e1e8f16b1
commit
21133bed6b
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'cfssl'
|
||||
pkgname=cfssl
|
||||
version=1.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/cloudflare/cfssl
|
||||
go_package="${go_import_path}/cmd/..."
|
||||
go_ldflags="-X github.com/cloudflare/cfssl/cli/version.version=${version}"
|
||||
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
|
||||
maintainer="hanspolo <itself@hanspolo.net>"
|
||||
license="BSD-2-Clause"
|
||||
|
|
Loading…
Reference in a new issue