1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:19:21 +00:00

Ports/vttest: Update vttest to version 20230201

This commit is contained in:
EWouters 2023-09-02 16:03:00 +02:00 committed by Jelle Raaijmakers
parent 2fa36f02b0
commit 03afeb3692
2 changed files with 3 additions and 3 deletions

View File

@ -325,7 +325,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`vim`](vim/) | Vim | 8.2.4554 | https://www.vim.org/ |
| [`vitetris`](vitetris/) | vitetris | 0.59.1 | https://github.com/vicgeralds/vitetris |
| [`vlang`](vlang/) | V programming language | weekly.2021.31 | https://github.com/vlang/v |
| [`vttest`](vttest/) | vttest | 20220215 | https://invisible-island.net/vttest/ |
| [`vttest`](vttest/) | vttest | 20230201 | https://invisible-island.net/vttest/ |
| [`VVVVVV`](VVVVVV/) | Terry Cavanagh's VVVVVV | 2.3.6 | https://github.com/TerryCavanagh/VVVVVV/ |
| [`wayland`](wayland/) | Wayland client libraries | 1.21.0 | https://wayland.freedesktop.org/ |
| [`wget`](wget/) | GNU Wget | 1.21.3 | https://www.gnu.org/software/wget/ |

View File

@ -1,7 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='vttest'
version='20220215'
version='20230201'
useconfigure='true'
files=(
"https://invisible-mirror.net/archives/vttest/vttest-${version}.tgz#4a65998c5e12cf08ced2cfce119adb44fa842ac1495d0f150f21c8a6785915a1"
"https://invisible-mirror.net/archives/vttest/vttest-${version}.tgz#27f4300791e7cbcf9d15f88421f98e35d3aee66311368430624e2c1a5a8be683"
)