Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sshuttle: update to 1.3.0 #27744

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions net/sshuttle/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name sshuttle
version 1.2.0
version 1.3.0
revision 0

homepage https://sshuttle.readthedocs.io/en/stable
Expand All @@ -21,9 +21,9 @@ supported_archs noarch
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer

checksums rmd160 c75e567c4abc145e718c46fa38a552bdf359b5f7 \
sha256 d887f9873f4e4358f9d51bd85496dd766ae0461f04130d6bed4276f77a1810fa \
size 68095
checksums rmd160 95617793ad03fe37cd4375b367ac5c23db16ce00 \
sha256 57af147d4c8d2fe978cbb2b8611aaee6a3521004e52650a85c7a82cd09c96224 \
size 69755

python.default_version \
312
Expand Down