aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2026-03-07 22:54:50 +0100
committerLeah Neukirchen <leah@vuxu.org>2026-03-07 22:54:50 +0100
commitdd52f9e5f38837dae409bfd48a8dec26a1a3fa0f (patch)
tree99fadd5b0a36ec9b4216e95a78e847bd1b206c6f
parentmise: update to 2026.3.4. (diff)
wireproxy: update to 1.1.2.
-rw-r--r--srcpkgs/wireproxy/template10
1 files 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 <leah@vuxu.org>"
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"