mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:04:57 +00:00
6 lines
324 B
Bash
Executable file
6 lines
324 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
|
|
https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz.sha256 zstd-${version}.tar.gz.sha256"
|
|
auth_type=sha256
|