master
Raw Download raw file

mdbook

https://github.com/rust-lang/mdBook/releases

curl \
    --location \
    --output artifacts/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz \
    https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz

zig

https://ziglang.org/download/

curl \
    --location \
    --output artifacts/zig-linux-x86_64-0.12.0.tar.xz \
    https://ziglang.org/download/0.12.0/zig-linux-x86_64-0.12.0.tar.xz

bb

https://github.com/babashka/babashka/releases

{
curl \
    --location \
    --output artifacts/babashka-1.3.190-linux-amd64-static.tar.gz \
    https://github.com/babashka/babashka/releases/download/v1.3.190/babashka-1.3.190-linux-amd64-static.tar.gz
curl \
    --location \
    --output artifacts/babashka-1.3.190-linux-amd64.tar.gz \
    https://github.com/babashka/babashka/releases/download/v1.3.190/babashka-1.3.190-linux-amd64.tar.gz
}

golang

https://go.dev/dl/

curl \
    --location \
    --output artifacts/go1.22.2.linux-amd64.tar.gz \
    https://go.dev/dl/go1.22.2.linux-amd64.tar.gz

node

https://nodejs.org/en/download/prebuilt-binaries/current

curl \
    --location \
    --output artifacts/node-v22.0.0-linux-x64.tar.xz \
    https://nodejs.org/dist/v22.0.0/node-v22.0.0-linux-x64.tar.xz

ttyd

https://github.com/tsl0922/ttyd/releases

curl \
    --location \
    --output artifacts/ttyd \
    https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.i686

just

https://github.com/casey/just/releases

curl \
    --location \
    --output artifacts/just-1.25.2-x86_64-unknown-linux-musl.tar.gz \
    https://github.com/casey/just/releases/download/1.25.2/just-1.25.2-x86_64-unknown-linux-musl.tar.gz

bun

curl \
    --location \
    --output artifacts/bun-linux-x64-baseline.zip \
    https://github.com/oven-sh/bun/releases/download/bun-v1.1.6/bun-linux-x64-baseline.zip

caddy

curl \
    --location \
    --output artifacts/caddy_2.7.6_linux_amd64.tar.gz \
    https://github.com/caddyserver/caddy/releases/download/v2.7.6/caddy_2.7.6_linux_amd64.tar.gz