mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
7 lines
313 B
Bash
Executable File
7 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
|