kubefwd: update to 1.22.3.

This commit is contained in:
Leah Neukirchen 2022-05-28 18:31:49 +02:00
parent bc76d5ea84
commit d833eb690f

View File

@ -1,6 +1,6 @@
# Template file for 'kubefwd'
pkgname=kubefwd
version=1.22.2
version=1.22.3
revision=1
build_style=go
go_import_path="github.com/txn2/kubefwd/cmd/kubefwd"
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/txn2/kubefwd"
distfiles="https://github.com/txn2/kubefwd/archive/${version}.tar.gz"
checksum=ce7ed2d054a594c9471b1ef777d024186ac427f7d0db8422fda96ede26238f9e
checksum=672b1fc2d6d8563366f4f00eca71a47efa40b55755081dd16dcea46e5d45948c
# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"