mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
6879465725
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.
6 lines
268 B
Bash
Executable file
6 lines
268 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=vttest
|
|
version=20220215
|
|
useconfigure=true
|
|
files="https://invisible-mirror.net/archives/vttest/vttest-$version.tgz vttest-$version.tar.gz 4a65998c5e12cf08ced2cfce119adb44fa842ac1495d0f150f21c8a6785915a1"
|
|
auth_type=sha256
|