From a39997b3ca31b452985fefbd8d3d2c9e7f96f974 Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Sat, 13 Jun 2026 05:33:49 +0100 Subject: [PATCH] sshuttle: update to 1.3.2 --- srcpkgs/sshuttle/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template index 00dc2a589cc89a..811a6c64678efb 100644 --- a/srcpkgs/sshuttle/template +++ b/srcpkgs/sshuttle/template @@ -1,9 +1,9 @@ # Template file for 'sshuttle' pkgname=sshuttle -version=1.1.2 -revision=3 +version=1.3.2 +revision=1 build_style=python3-pep517 -hostmakedepends="python3-poetry-core python3-Sphinx" +hostmakedepends="python3-poetry-core python3-Sphinx hatchling" depends="python3-psutil" checkdepends="python3-flake8 python3-mock python3-pytest" short_desc="Transparent proxy server that forwards TCP packets over ssh" @@ -11,8 +11,8 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://github.com/sshuttle/sshuttle" changelog="https://github.com/sshuttle/sshuttle/raw/master/CHANGES.rst" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=85dc603af59ab45a30f96273fe971821b73d8686659c922f76b1f039f16f5e8e +distfiles="https://github.com/sshuttle/sshuttle/archive/refs/tags/v${version}.tar.gz" +checksum=c524955a0c891d91623339baca5c2ea880cccfe1d47bcc324f62ec4959db0715 pre_check() { vsed -i -e '/addopts/d' setup.cfg