NetKeys: update to 0.5.1.
This commit is contained in:
parent
98f45f681c
commit
85e8155e47
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'NetKeys'
|
||||
pkgname=NetKeys
|
||||
version=0.4
|
||||
version=0.5.1
|
||||
revision=1
|
||||
wrksrc=netkeys-$version
|
||||
build_style=go
|
||||
go_import_path="github.com/NetAuth/NetKeys"
|
||||
go_package="${go_import_path}/cmd/netkeys"
|
||||
go_import_path="github.com/netauth/netkeys"
|
||||
hostmakedepends="git"
|
||||
short_desc="Key retrieval daemon for NetAuth"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://netauth.org"
|
||||
distfiles="https://github.com/NetAuth/NetKeys/archive/v$version.tar.gz"
|
||||
checksum=f70a457f7e840425618c32ef3f5a540b6b9a027e3199e5355ffb7995b5de0d3f
|
||||
checksum=6249e3c8626734e2d85dce615ac7b1080f7883c001c22c34399549b02bb8d68d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue