mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wstunnel: update to 9.6.1
This commit is contained in:
parent
0b8c62fd72
commit
eb4484e18b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wstunnel'
|
# Template file for 'wstunnel'
|
||||||
pkgname=wstunnel
|
pkgname=wstunnel
|
||||||
version=9.5.2
|
version=9.6.1
|
||||||
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 tcp::tests::test_proxy_connection" # test requires docker
|
||||||
|
@ -10,7 +10,7 @@ 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=58bb7c82f9a5e13504215a74885c5d41a53bf15fb9c0c8c7c806e9184857ff6f
|
checksum=f7c48fb1f37c6ec2f969814c36ebd73aaec305a1ab2da1c5b9bd658479bd06c1
|
||||||
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