mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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
|