wireproxy: revbump for go 1.21
This commit is contained in:
parent
5ffef9af88
commit
b19ca9be19
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wireproxy'
|
||||
pkgname=wireproxy
|
||||
version=1.0.5
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=go
|
||||
go_import_path="github.com/octeep/wireproxy"
|
||||
go_package="${go_import_path}/cmd/wireproxy"
|
||||
|
@ -19,6 +19,10 @@ make_dirs="
|
|||
system_accounts="_wireproxy"
|
||||
_wireproxy_homedir="/var/lib/wireproxy"
|
||||
|
||||
pre_build() {
|
||||
export GOTOOLCHAIN="go1.20.7"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv wireproxy
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue