kubefwd: revbump for go 1.21
This commit is contained in:
parent
6294241ade
commit
64141cdccb
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'kubefwd'
|
# Template file for 'kubefwd'
|
||||||
pkgname=kubefwd
|
pkgname=kubefwd
|
||||||
version=1.22.5
|
version=1.22.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/txn2/kubefwd/cmd/kubefwd"
|
go_import_path="github.com/txn2/kubefwd"
|
||||||
|
go_package="./cmd/kubefwd"
|
||||||
go_ldflags="-X main.Version=v${version}"
|
go_ldflags="-X main.Version=v${version}"
|
||||||
short_desc="Bulk port forwarding Kubernetes services for local development"
|
short_desc="Bulk port forwarding Kubernetes services for local development"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -14,7 +15,3 @@ checksum=988bf1f6618000aca658b91427f09502f61ed5ec8d78fcafd1bc5ece173a4ece
|
||||||
|
|
||||||
# fix: collect2: fatal error: cannot find 'ld'
|
# fix: collect2: fatal error: cannot find 'ld'
|
||||||
export LDFLAGS="-fuse-ld=bfd"
|
export LDFLAGS="-fuse-ld=bfd"
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense NOTICE
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue