mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wireproxy: add go1.20 to hostmakedepends
This commit is contained in:
parent
a0c6e1edd6
commit
47a2b1ea25
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ build_style=go
|
||||||
go_import_path="github.com/octeep/wireproxy"
|
go_import_path="github.com/octeep/wireproxy"
|
||||||
go_package="${go_import_path}/cmd/wireproxy"
|
go_package="${go_import_path}/cmd/wireproxy"
|
||||||
go_ldflags="-X 'main.version=${version}'"
|
go_ldflags="-X 'main.version=${version}'"
|
||||||
|
hostmakedepends="go1.20"
|
||||||
short_desc="Wireguard client that exposes itself as a socks5 proxy"
|
short_desc="Wireguard client that exposes itself as a socks5 proxy"
|
||||||
maintainer="Wind Wong <octeep@pm.me>"
|
maintainer="Wind Wong <octeep@pm.me>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
|
|
Loading…
Add table
Reference in a new issue