diff options
author | Daniel Bertalan <dani@danielbertalan.dev> | 2022-02-26 13:52:37 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-02 21:37:26 +0100 |
commit | 6879465725482da3410371eea9c773553215b752 (patch) | |
tree | 2a1a51354a921edf7d05c706d05ff456891525b6 /Ports/vttest/package.sh | |
parent | 698c88ddb25c0ec25d8b5c980c7dbf8a234e8225 (diff) | |
download | serenity-6879465725482da3410371eea9c773553215b752.zip |
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.
Diffstat (limited to 'Ports/vttest/package.sh')
-rwxr-xr-x | Ports/vttest/package.sh | 5 |
1 files changed, 2 insertions, 3 deletions
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 |