mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
6 lines
313 B
Bash
Executable file
6 lines
313 B
Bash
Executable file
#!/bin/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
|