mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wstunnel: update to 10.1.0
This commit is contained in:
parent
cbfea5b1cc
commit
8a2cacd246
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'wstunnel'
|
# Template file for 'wstunnel'
|
||||||
pkgname=wstunnel
|
pkgname=wstunnel
|
||||||
version=9.7.4
|
version=10.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="-- --skip tcp::tests::test_proxy_connection" # test requires docker
|
make_check_args="-- --skip protocols::tcp::server::tests::test_proxy_connection" # test requires docker
|
||||||
short_desc="Tunnel traffic over websocket protocol"
|
short_desc="Tunnel traffic over websocket protocol"
|
||||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/erebe/wstunnel"
|
homepage="https://github.com/erebe/wstunnel"
|
||||||
changelog="https://github.com/erebe/wstunnel/releases"
|
changelog="https://github.com/erebe/wstunnel/releases"
|
||||||
distfiles="https://github.com/erebe/wstunnel/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/erebe/wstunnel/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=b18e01f34036073ae0e6f68053cf5f131dbb781932e8566dc63efbed0732b335
|
checksum=44da14d6fa7bd5d168b0563f5a6447f0a18956da9ff1692a1409def068fda87b
|
||||||
make_check=ci-skip # remaining tests require port binding which can't be done in CI
|
make_check=ci-skip # remaining tests require port binding which can't be done in CI
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue