From dd52f9e5f38837dae409bfd48a8dec26a1a3fa0f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 7 Mar 2026 22:54:50 +0100 Subject: wireproxy: update to 1.1.2. --- srcpkgs/wireproxy/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template index 546d12c93e8..0ad0b1528ca 100644 --- a/srcpkgs/wireproxy/template +++ b/srcpkgs/wireproxy/template @@ -1,17 +1,17 @@ # Template file for 'wireproxy' pkgname=wireproxy -version=1.0.10 +version=1.1.2 revision=1 build_style=go -go_import_path="github.com/pufferffish/wireproxy" +go_import_path="github.com/windtf/wireproxy" go_package="${go_import_path}/cmd/wireproxy" go_ldflags="-X 'main.version=${version}'" short_desc="Wireguard client that exposes itself as a SOCKS5 proxy" maintainer="Leah Neukirchen " license="ISC" -homepage="https://github.com/pufferffish" -distfiles="https://github.com/pufferffish/wireproxy/archive/refs/tags/v${version}.tar.gz" -checksum=3e08e79e3c1b66b7e129426dc6e84b93a1fb3827edde96d85bbf863a5a66c8ff +homepage="https://github.com/windtf" +distfiles="https://github.com/windtf/wireproxy/archive/refs/tags/v${version}.tar.gz" +checksum=c2568017c7e27c0642c27b68b9b1adb34e6fe8165277f75a48e47d6af6bcf3e4 make_dirs=" /etc/wireproxy 0750 root _wireproxy /var/lib/wireproxy 0700 _wireproxy _wireproxy" -- cgit v1.2.3