mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kubefwd: update to 1.13.1.
This commit is contained in:
parent
ccd453a5ae
commit
9ad6074545
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'kubefwd'
|
# Template file for 'kubefwd'
|
||||||
pkgname=kubefwd
|
pkgname=kubefwd
|
||||||
version=1.13.0
|
version=1.13.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/txn2/kubefwd/cmd/kubefwd"
|
go_import_path="github.com/txn2/kubefwd/cmd/kubefwd"
|
||||||
#go_ldflags="-X main.version=v${version}"
|
go_ldflags="-X main.Version=v${version}"
|
||||||
short_desc="Tool for managing Kubernetes resources as code"
|
short_desc="Tool for managing Kubernetes resources as code"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/txn2/kubefwd"
|
homepage="https://github.com/txn2/kubefwd"
|
||||||
distfiles="https://github.com/txn2/kubefwd/archive/${version}.tar.gz"
|
distfiles="https://github.com/txn2/kubefwd/archive/${version}.tar.gz"
|
||||||
checksum=89c74a42550255aa5dbf897752af009f160d8395a815c27c72e02dbd2a8bba4e
|
checksum=f3f4ccc17907c81fca17297654684370e8e9a658bdb4ad17fdcda74aeacdfcae
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense NOTICE
|
vlicense NOTICE
|
||||||
|
|
Loading…
Add table
Reference in a new issue