mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
torsocks: update to 2.3.0.
This commit is contained in:
parent
5275a2d41a
commit
134ad48f1c
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'torsocks'
|
# Template file for 'torsocks'
|
||||||
pkgname=torsocks
|
pkgname=torsocks
|
||||||
version=2.2.0
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="automake libtool pkg-config"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
hostmakedepends="automake libtool pkg-config"
|
||||||
conf_files="/etc/tor/torsocks.conf"
|
conf_files="/etc/tor/torsocks.conf"
|
||||||
short_desc="A transparent socks proxy for use with tor"
|
short_desc="A transparent socks proxy for use with tor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="https://gitweb.torproject.org/torsocks.git"
|
homepage="https://gitweb.torproject.org/torsocks.git"
|
||||||
distfiles="https://github.com/dgoulet/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dgoulet/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=36216a1e30f47fa0e5be84761e0d72133196c8a042716017da56e9439338c87d
|
checksum=817c143e8a9d217f41a223a85139c6ca28e1b99556c547fcdb4c72dbc170b6c9
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue