mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
wireproxy: update to 1.0.5
This commit is contained in:
parent
a6babac233
commit
7d69213a13
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'wireproxy'
|
||||
pkgname=wireproxy
|
||||
version=1.0.1
|
||||
version=1.0.5
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/octeep/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="Wind Wong <octeep@pm.me>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/octeep/wireproxy"
|
||||
distfiles="https://github.com/octeep/wireproxy/archive/v${version}.tar.gz"
|
||||
checksum=e21eac22ef1b12dc2d7b3e5b58dcff183af9c1547be3e55a7e6c71394f053e1e
|
||||
checksum=3779a157713b462a7b5322f1437f768ab69ae446df0ceca76c6dff7c4030e425
|
||||
make_dirs="
|
||||
/etc/wireproxy 0750 root _wireproxy
|
||||
/var/lib/wireproxy 0700 _wireproxy _wireproxy"
|
||||
|
|
Loading…
Add table
Reference in a new issue