wireproxy: add go1.20 to hostmakedepends

This commit is contained in:
Duncaen 2023-08-24 16:53:51 +02:00
parent a0c6e1edd6
commit 47a2b1ea25
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -6,6 +6,7 @@ build_style=go
go_import_path="github.com/octeep/wireproxy"
go_package="${go_import_path}/cmd/wireproxy"
go_ldflags="-X 'main.version=${version}'"
hostmakedepends="go1.20"
short_desc="Wireguard client that exposes itself as a socks5 proxy"
maintainer="Wind Wong <octeep@pm.me>"
license="ISC"