From a9bf2806edde4917cbeb46bebaea661d25efa58f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 7 Jul 2024 19:26:56 +0200 Subject: [PATCH] wireproxy: update to 1.0.9. Adopted. --- srcpkgs/wireproxy/template | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template index 7fe5815626d..7a467877ad4 100644 --- a/srcpkgs/wireproxy/template +++ b/srcpkgs/wireproxy/template @@ -1,25 +1,23 @@ # Template file for 'wireproxy' pkgname=wireproxy -version=1.0.5 -revision=4 +version=1.0.9 +revision=1 build_style=go -go_import_path="github.com/octeep/wireproxy" +go_import_path="github.com/pufferffish/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 " +short_desc="Wireguard client that exposes itself as a SOCKS5 proxy" +maintainer="Leah Neukirchen " license="ISC" -homepage="https://github.com/octeep/wireproxy" -distfiles="https://github.com/octeep/wireproxy/archive/v${version}.tar.gz" -checksum=3779a157713b462a7b5322f1437f768ab69ae446df0ceca76c6dff7c4030e425 +homepage="https://github.com/pufferffish" +distfiles="https://github.com/pufferffish/archive/v${version}.tar.gz" +checksum=6359d060740ad878f0c26217d44968a58a069302447e15774cbf747b8d1404d2 make_dirs=" /etc/wireproxy 0750 root _wireproxy /var/lib/wireproxy 0700 _wireproxy _wireproxy" system_accounts="_wireproxy" _wireproxy_homedir="/var/lib/wireproxy" -export GOTOOLCHAIN=go1.20 post_install() { vsv wireproxy