Skip to content

Commit

Permalink
network/sshuttle: updated for version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ythogtha committed Feb 10, 2025
1 parent c6b8104 commit 0dcad34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions network/sshuttle/sshuttle.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=sshuttle
VERSION=${VERSION:-1.1.2}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -87,7 +87,6 @@ find -L . \

python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
# python3 setup.py install --root=$PKG

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
Expand Down
6 changes: 3 additions & 3 deletions network/sshuttle/sshuttle.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="sshuttle"
VERSION="1.1.2"
VERSION="1.2.0"
HOMEPAGE="https://github.com/sshuttle/sshuttle"
DOWNLOAD="https://pypi.python.org/packages/source/s/sshuttle/sshuttle-1.1.2.tar.gz"
MD5SUM="1c7bf12ae8ed576b16d1e2b144835863"
DOWNLOAD="https://pypi.python.org/packages/source/s/sshuttle/sshuttle-1.2.0.tar.gz"
MD5SUM="978430a2260ef351e408b88c6174b49c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-poetry-core"
Expand Down

0 comments on commit 0dcad34

Please sign in to comment.