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.
This commit is contained in:
parent
698c88ddb2
commit
6879465725
Notes:
sideshowbarker
2024-07-17 18:01:22 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/6879465725 Pull-request: https://github.com/SerenityOS/serenity/pull/12848
2 changed files with 3 additions and 4 deletions
|
@ -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/ |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue