From 47a2b1ea2505fd4b6e25ef7bf430f47745ff8ee5 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 24 Aug 2023 16:53:51 +0200 Subject: [PATCH] wireproxy: add go1.20 to hostmakedepends --- srcpkgs/wireproxy/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template index aa1434cdb49..7fe5815626d 100644 --- a/srcpkgs/wireproxy/template +++ b/srcpkgs/wireproxy/template @@ -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 " license="ISC"