sshuttle: update to 1.0.3.
This commit is contained in:
parent
d8c9da1130
commit
a8b23a969d
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sshuttle'
|
||||
pkgname=sshuttle
|
||||
version=1.0.2
|
||||
version=1.0.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
|
@ -10,8 +10,9 @@ short_desc="Transparent proxy server that forwards TCP packets over ssh"
|
|||
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/sshuttle/sshuttle"
|
||||
changelog="https://github.com/sshuttle/sshuttle/raw/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/s/sshuttle/sshuttle-${version}.tar.gz"
|
||||
checksum=e17d2afaec3c123e1fd061590e8bcc9ab17a5eb280ec34bc6b0732aa8ec88309
|
||||
checksum=0fff1c88669a20bb6a4e7331960673a3a02a2e04ff163e4c9299496646edcf61
|
||||
|
||||
post_extract() {
|
||||
sed -i setup.py \
|
||||
|
|
Loading…
Reference in a new issue