sshuttle: update to 1.0.2.
This commit is contained in:
parent
21ee25b9bc
commit
b764992ce2
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'sshuttle'
|
# Template file for 'sshuttle'
|
||||||
pkgname=sshuttle
|
pkgname=sshuttle
|
||||||
version=1.0.1
|
version=1.0.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="sshuttle"
|
|
||||||
hostmakedepends="python3-setuptools python3-Sphinx"
|
hostmakedepends="python3-setuptools python3-Sphinx"
|
||||||
depends="python3-setuptools iptables"
|
depends="python3-setuptools iptables"
|
||||||
short_desc="Transparent proxy server that forwards TCP packets over ssh"
|
short_desc="Transparent proxy server that forwards TCP packets over ssh"
|
||||||
|
@ -12,7 +11,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/sshuttle/sshuttle"
|
homepage="https://github.com/sshuttle/sshuttle"
|
||||||
distfiles="${PYPI_SITE}/s/sshuttle/sshuttle-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sshuttle/sshuttle-${version}.tar.gz"
|
||||||
checksum=84427797f75958361dd06327a33e80845abb2b0b5fec871bec1a1ba46e1ad7bc
|
checksum=e17d2afaec3c123e1fd061590e8bcc9ab17a5eb280ec34bc6b0732aa8ec88309
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i setup.py \
|
sed -i setup.py \
|
||||||
|
|
Loading…
Reference in a new issue