diff options
author | Leah Neukirchen <leah@vuxu.org> | 2024-07-08 13:54:47 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2024-07-08 13:54:47 +0000 |
commit | 05eae4a8c569a4838d321d783aa1ea9eb1d79a88 (patch) | |
tree | 6f65d6fdd5b0a1874eb92ca6d027d96aeba3f569 /srcpkgs/wireproxy/template | |
parent | 3562ca200db5c8b5c7aea9cc8d71ef6bbc43f2ba (diff) | |
download | void-packages-05eae4a8c569a4838d321d783aa1ea9eb1d79a88.tar void-packages-05eae4a8c569a4838d321d783aa1ea9eb1d79a88.tar.gz void-packages-05eae4a8c569a4838d321d783aa1ea9eb1d79a88.tar.bz2 void-packages-05eae4a8c569a4838d321d783aa1ea9eb1d79a88.tar.lz void-packages-05eae4a8c569a4838d321d783aa1ea9eb1d79a88.tar.xz void-packages-05eae4a8c569a4838d321d783aa1ea9eb1d79a88.tar.zst void-packages-05eae4a8c569a4838d321d783aa1ea9eb1d79a88.zip |
wireproxy: fix url.
Diffstat (limited to '')
-rw-r--r-- | srcpkgs/wireproxy/template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template index 7a467877ad4..61123d0f5e1 100644 --- a/srcpkgs/wireproxy/template +++ b/srcpkgs/wireproxy/template @@ -10,7 +10,7 @@ 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/archive/v${version}.tar.gz" +distfiles="https://github.com/pufferffish/wireproxy/archive/refs/tags/v${version}.tar.gz" checksum=6359d060740ad878f0c26217d44968a58a069302447e15774cbf747b8d1404d2 make_dirs=" /etc/wireproxy 0750 root _wireproxy |