mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 14:05:07 +00:00

We don't support hashes from external files (anymore), downloading another file for integrity validation is pointless. As as result, these two ports would refuse to build as their hashes were missing. Fixes #6645.
5 lines
266 B
Bash
Executable file
5 lines
266 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=zstd
|
|
version=1.4.4
|
|
files="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz zstd-${version}.tar.gz 59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315"
|
|
auth_type=sha256
|