wstunnel: update to 9.7.2
This commit is contained in:
parent
ee935454e7
commit
de33e728db
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wstunnel'
|
# Template file for 'wstunnel'
|
||||||
pkgname=wstunnel
|
pkgname=wstunnel
|
||||||
version=9.7.1
|
version=9.7.2
|
||||||
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=c623e5ee46569795b5bad9186ab070b9d6e5b8c267c4631c6289af23b8d57e77
|
checksum=9493d4e08dea82b7ed07db800c5e7438ac3410cf1add4d18955cd46dbb0f87ce
|
||||||
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…
Reference in New Issue