Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / sshuttle
Commits: f4c7a543 by Felix Yan at 2025-04-15T04:18:39+08:00 upgpkg: 1.3.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = sshuttle pkgdesc = Transparent proxy server that forwards all TCP packets over ssh - pkgver = 1.2.0 + pkgver = 1.3.0 pkgrel = 1 url = https://github.com/sshuttle/sshuttle arch = any @@ -16,11 +16,11 @@ pkgbase = sshuttle depends = net-tools backup = etc/sshuttle/tunnel.conf backup = etc/sshuttle/prefixes.conf - source = git+https://github.com/sshuttle/sshuttle.git#tag=v1.2.0 + source = git+https://github.com/sshuttle/sshuttle.git#tag=v1.3.0 source = sshuttle.service source = prefixes.conf source = tunnel.conf - sha512sums = e406b1845140986426112f409d7bca9c4cbb487f442bc8fa24547cf47903f96a968bfb9e25bf04eef2dcdb706b06a5c6d2b77249446890262e09b20816c42cb7 + sha512sums = a14ecd12b99ac2945485bd66e41cfd08c9ff2beb9c22176599ec7394c83cefbe80205acec5933ee623a7db781b7cadef32c5f07c9b980738944e87069e5745e5 sha512sums = c22504798f6220cd6b0946d6975375437c52753a241cd2a6a03d3aeb005ed1d78e6356dde23716e2514ccf6d7f1c6aace43956dbeede1bf028753b9bdcdd8b7d sha512sums = cc5a5dee7991c7641fa8a4fb356e1977aa9d1cbfed63cb5ebf8732c4de76be841f66d9267472e70578b176f528d8cfb4f75e634d5d915f4c8bcdc0b801db8a13 sha512sums = acd3d0024d4604cc6a96609286c3f27bce2f0b70a068f58a2110dacc235b22ba7cd83c8989f46d0a9391eda7d272040bb3b1b2c547ae3fa0c9f61bef0a187dda ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: alphazo <alph...@gmail.com> pkgname=sshuttle -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=1 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh' arch=('any') @@ -14,7 +14,7 @@ checkdepends=('python-pytest') backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf') source=("git+https://github.com/sshuttle/sshuttle.git#tag=v$pkgver" 'sshuttle.service' 'prefixes.conf' 'tunnel.conf') -sha512sums=('e406b1845140986426112f409d7bca9c4cbb487f442bc8fa24547cf47903f96a968bfb9e25bf04eef2dcdb706b06a5c6d2b77249446890262e09b20816c42cb7' +sha512sums=('a14ecd12b99ac2945485bd66e41cfd08c9ff2beb9c22176599ec7394c83cefbe80205acec5933ee623a7db781b7cadef32c5f07c9b980738944e87069e5745e5' 'c22504798f6220cd6b0946d6975375437c52753a241cd2a6a03d3aeb005ed1d78e6356dde23716e2514ccf6d7f1c6aace43956dbeede1bf028753b9bdcdd8b7d' 'cc5a5dee7991c7641fa8a4fb356e1977aa9d1cbfed63cb5ebf8732c4de76be841f66d9267472e70578b176f528d8cfb4f75e634d5d915f4c8bcdc0b801db8a13' 'acd3d0024d4604cc6a96609286c3f27bce2f0b70a068f58a2110dacc235b22ba7cd83c8989f46d0a9391eda7d272040bb3b1b2c547ae3fa0c9f61bef0a187dda') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sshuttle/-/commit/f4c7a543f1682515a5363b05549b0528269bd4cd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sshuttle/-/commit/f4c7a543f1682515a5363b05549b0528269bd4cd You're receiving this email because of your account on gitlab.archlinux.org.