From 6879465725482da3410371eea9c773553215b752 Mon Sep 17 00:00:00 2001 From: Daniel Bertalan Date: Sat, 26 Feb 2022 13:52:37 +0100 Subject: [PATCH] Ports: Update vttest to version 20220215 We now download a versioned tarball instead of the latest release to avoid breaking the port build due to a signature mismatch when a new version is released. --- Ports/AvailablePorts.md | 2 +- Ports/vttest/package.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index dc8ee59b51..7c91622007 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -198,7 +198,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`tr`](tr/) | tr (OpenBSD) | 6.7 | https://github.com/ibara/libpuffy | | [`vim`](vim/) | Vim | 8.2.4066 | https://www.vim.org/ | | [`vitetris`](vitetris/) | vitetris | 0.59.1 | https://github.com/vicgeralds/vitetris | -| [`vttest`](vttest/) | vttest | 20210210 | https://invisible-island.net/vttest/ | +| [`vttest`](vttest/) | vttest | 20220215 | https://invisible-island.net/vttest/ | | [`wget`](wget/) | GNU Wget | 1.21.2 | https://www.gnu.org/software/wget/ | | [`wireguard-tools`](wireguard-tools/) | WireGuard Tools | 1.0.20210914 | https://www.wireguard.com/ | | [`xz`](xz/) | xz | 5.2.5 | https://tukaani.org/xz/ | diff --git a/Ports/vttest/package.sh b/Ports/vttest/package.sh index 2246575042..a96d794734 100755 --- a/Ports/vttest/package.sh +++ b/Ports/vttest/package.sh @@ -1,7 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh port=vttest -version=20210210 +version=20220215 useconfigure=true -use_fresh_config_sub=true -files="https://invisible-island.net/datafiles/release/vttest.tar.gz vttest.tar.gz 0f98a2e305982915f1520984c3e8698e3acd508ee210711528c89f5a7ea7f046" +files="https://invisible-mirror.net/archives/vttest/vttest-$version.tgz vttest-$version.tar.gz 4a65998c5e12cf08ced2cfce119adb44fa842ac1495d0f150f21c8a6785915a1" auth_type=sha256