diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 327d29bc..f764033a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,19 +30,19 @@ jobs: - ubuntu-22.04 tool: # cargo-watch is supported by cargo-binstall (through quickinstall) - - cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,nextest,protoc,shellcheck,shfmt,valgrind,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch + - cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,just,nextest,protoc,shellcheck,shfmt,valgrind,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch include: # Note: Specifying the version of valgrind and cargo-binstall is not supported. - os: ubuntu-20.04 - tool: cargo-hack@0.5.24,cargo-llvm-cov@0.5.3,cargo-minimal-versions@0.1.8,parse-changelog@0.5.2,cargo-udeps@0.1.35,cargo-valgrind@2.1.0,cargo-deny@0.13.5,cross@0.2.4,nextest@0.9.11,protoc@3.21.12,shellcheck@0.9.0,shfmt@3.6.0,wasm-pack@0.10.3,wasmtime@4.0.0,mdbook@0.4.25,mdbook-linkcheck@0.7.7,cargo-watch@8.1.1 + tool: cargo-hack@0.5.24,cargo-llvm-cov@0.5.3,cargo-minimal-versions@0.1.8,parse-changelog@0.5.2,cargo-udeps@0.1.35,cargo-valgrind@2.1.0,cargo-deny@0.13.5,cross@0.2.4,just@1.9.0,nextest@0.9.11,protoc@3.21.12,shellcheck@0.9.0,shfmt@3.6.0,wasm-pack@0.10.3,wasmtime@4.0.0,mdbook@0.4.25,mdbook-linkcheck@0.7.7,cargo-watch@8.1.1 - os: ubuntu-20.04 - tool: cargo-hack@0.5,cargo-llvm-cov@0.5,cargo-minimal-versions@0.1,parse-changelog@0.5,cargo-udeps@0.1,cargo-valgrind@2.1,cargo-deny@0.13,cross@0.2,nextest@0.9,protoc@3.21,shellcheck@0.9,shfmt@3.5,wasm-pack@0.10,wasmtime@4.0,mdbook@0.4,mdbook-linkcheck@0.7,cargo-watch@8.1 + tool: cargo-hack@0.5,cargo-llvm-cov@0.5,cargo-minimal-versions@0.1,parse-changelog@0.5,cargo-udeps@0.1,cargo-valgrind@2.1,cargo-deny@0.13,cross@0.2,just@1.9,nextest@0.9,protoc@3.21,shellcheck@0.9,shfmt@3.5,wasm-pack@0.10,wasmtime@4.0,mdbook@0.4,mdbook-linkcheck@0.7,cargo-watch@8.1 - os: ubuntu-20.04 - tool: cargo-valgrind@2,protoc@3,shfmt@3,wasmtime@4,cargo-watch@8 + tool: cargo-valgrind@2,just@1,protoc@3,shfmt@3,wasmtime@4,cargo-watch@8 - os: macos-11 - tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch + tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,just,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch - os: windows-2019 - tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch + tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,just,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -67,21 +67,21 @@ jobs: - rockylinux:8-minimal # glibc 2.28 tool: # valgrind: installing snap to container is difficult... - - cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch + - cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,just,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch include: - container: ubuntu:22.04 # glibc 2.35 # cargo-udeps depends on openssl 1.1 - tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-valgrind,cargo-deny,cross,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch + tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-valgrind,cargo-deny,cross,just,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch - container: fedora:latest # glibc 2.36 (as of fedora 37) # cargo-udeps depends on openssl 1.1 - tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-valgrind,cargo-deny,cross,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch + tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-valgrind,cargo-deny,cross,just,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch - container: centos:7 # glibc 2.17 # cargo-udeps,protoc,valgrind,wasmtime,mdbook-linkcheck,cargo-watch don't provide prebuilt binaries for musl host. # we don't support nextest on very old glibc due to https://github.com/taiki-e/install-action/issues/13. - tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-valgrind,cargo-deny,cross,shellcheck,shfmt,wasm-pack,mdbook,cargo-binstall + tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-valgrind,cargo-deny,cross,just,shellcheck,shfmt,wasm-pack,mdbook,cargo-binstall - container: alpine:latest # musl 1.2.3 (as of alpine 3.17) # cargo-udeps,protoc,valgrind,wasmtime,mdbook-linkcheck,cargo-watch don't provide prebuilt binaries for musl host. - tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-valgrind,cargo-deny,cross,nextest,shellcheck,shfmt,wasm-pack,mdbook,cargo-binstall + tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-valgrind,cargo-deny,cross,just,nextest,shellcheck,shfmt,wasm-pack,mdbook,cargo-binstall runs-on: ubuntu-latest container: ${{ matrix.container }} steps: diff --git a/README.md b/README.md index 52051f57..6ac48352 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ https://spdx.org/licenses | [**cargo-udeps**](https://github.com/est31/cargo-udeps) | `$CARGO_HOME/bin` | [GitHub Release](https://github.com/est31/cargo-udeps/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/master/LICENSE) | | [**cargo-valgrind**](https://github.com/jfrimmel/cargo-valgrind) | `$CARGO_HOME/bin` | [GitHub Release](https://github.com/jfrimmel/cargo-valgrind/releases) | Linux, macOS, Windows | [MIT](https://github.com/jfrimmel/cargo-valgrind/blob/master/LICENSE-MIT) or [Apache-2.0](https://github.com/jfrimmel/cargo-valgrind/blob/master/LICENSE-APACHE) | | [**cross**](https://github.com/cross-rs/cross) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/cross-rs/cross/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/cross-rs/cross/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/cross-rs/cross/blob/HEAD/LICENSE-MIT) | +| [**just**](https://github.com/casey/just) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/casey/just/releases) | Linux, macOS, Windows | [CC0-1.0](https://github.com/casey/just/blob/HEAD/LICENSE) | | [**mdbook-linkcheck**](https://github.com/Michael-F-Bryan/mdbook-linkcheck) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases) | Linux, macOS, Windows | [MIT](https://github.com/Michael-F-Bryan/mdbook-linkcheck/blob/HEAD/LICENSE) | | [**mdbook**](https://github.com/rust-lang/mdBook) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-lang/mdBook/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/rust-lang/mdBook/blob/HEAD/LICENSE) | | [**nextest**](https://github.com/nextest-rs/nextest) (alias: `cargo-nextest`) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/nextest-rs/nextest/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/nextest-rs/nextest/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/HEAD/LICENSE-MIT) | diff --git a/manifests/just.json b/manifests/just.json new file mode 100644 index 00000000..c4c29061 --- /dev/null +++ b/manifests/just.json @@ -0,0 +1,870 @@ +{ + "latest": { + "version": "1.9.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "a7e2349a2d9e0a04466c71924cd7d0744ceedb0a56817322aae6b8ccda889be3" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-apple-darwin.tar.gz", + "checksum": "ad8b6eb3395894ff257df425ff6993843c7392cad62e4a4c804cc7c7c5c777c7" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-pc-windows-msvc.zip", + "checksum": "1183a5e4c53f115fe6c5dbf5a387068ffe6c18454d05858950ab3232db7ab94d" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "b1e47d4a930d74be84725e9cb923a49a492468414a263054444129859c2c7e46" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-aarch64-apple-darwin.tar.gz", + "checksum": "95c3d77492012dbb9ebc2addbc3312088fa0a53d93aeea035fa1d1d9ac67f90f" + } + }, + "1": { + "version": "1.9.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "a7e2349a2d9e0a04466c71924cd7d0744ceedb0a56817322aae6b8ccda889be3" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-apple-darwin.tar.gz", + "checksum": "ad8b6eb3395894ff257df425ff6993843c7392cad62e4a4c804cc7c7c5c777c7" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-pc-windows-msvc.zip", + "checksum": "1183a5e4c53f115fe6c5dbf5a387068ffe6c18454d05858950ab3232db7ab94d" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "b1e47d4a930d74be84725e9cb923a49a492468414a263054444129859c2c7e46" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-aarch64-apple-darwin.tar.gz", + "checksum": "95c3d77492012dbb9ebc2addbc3312088fa0a53d93aeea035fa1d1d9ac67f90f" + } + }, + "1.9": { + "version": "1.9.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "a7e2349a2d9e0a04466c71924cd7d0744ceedb0a56817322aae6b8ccda889be3" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-apple-darwin.tar.gz", + "checksum": "ad8b6eb3395894ff257df425ff6993843c7392cad62e4a4c804cc7c7c5c777c7" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-pc-windows-msvc.zip", + "checksum": "1183a5e4c53f115fe6c5dbf5a387068ffe6c18454d05858950ab3232db7ab94d" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "b1e47d4a930d74be84725e9cb923a49a492468414a263054444129859c2c7e46" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-aarch64-apple-darwin.tar.gz", + "checksum": "95c3d77492012dbb9ebc2addbc3312088fa0a53d93aeea035fa1d1d9ac67f90f" + } + }, + "1.9.0": { + "version": "1.9.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "a7e2349a2d9e0a04466c71924cd7d0744ceedb0a56817322aae6b8ccda889be3" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-apple-darwin.tar.gz", + "checksum": "ad8b6eb3395894ff257df425ff6993843c7392cad62e4a4c804cc7c7c5c777c7" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-pc-windows-msvc.zip", + "checksum": "1183a5e4c53f115fe6c5dbf5a387068ffe6c18454d05858950ab3232db7ab94d" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "b1e47d4a930d74be84725e9cb923a49a492468414a263054444129859c2c7e46" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-aarch64-apple-darwin.tar.gz", + "checksum": "95c3d77492012dbb9ebc2addbc3312088fa0a53d93aeea035fa1d1d9ac67f90f" + } + }, + "1.8": { + "version": "1.8.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "140986a33c901656375068727da33329f7ffb2b555338cc001c245b68131c349" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-x86_64-apple-darwin.tar.gz", + "checksum": "f3edecd9c033185277a83bf623dde3e6b2cf2d6e755972f71709f93c00147cfa" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-x86_64-pc-windows-msvc.zip", + "checksum": "0cb9030767ae462145d87ab83e1f27fee84823d04c8eec79faca0ade659da6c5" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "8495ce7179f68d6edd28bed9015710c2aabdd4183e700125db2bab186e0eadb1" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-aarch64-apple-darwin.tar.gz", + "checksum": "466e8a10dda1d812f8583207e96a176dcb099d67144eb1ee83f1ed98986065ae" + } + }, + "1.8.0": { + "version": "1.8.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "140986a33c901656375068727da33329f7ffb2b555338cc001c245b68131c349" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-x86_64-apple-darwin.tar.gz", + "checksum": "f3edecd9c033185277a83bf623dde3e6b2cf2d6e755972f71709f93c00147cfa" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-x86_64-pc-windows-msvc.zip", + "checksum": "0cb9030767ae462145d87ab83e1f27fee84823d04c8eec79faca0ade659da6c5" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "8495ce7179f68d6edd28bed9015710c2aabdd4183e700125db2bab186e0eadb1" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-aarch64-apple-darwin.tar.gz", + "checksum": "466e8a10dda1d812f8583207e96a176dcb099d67144eb1ee83f1ed98986065ae" + } + }, + "1.7": { + "version": "1.7.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.7.0/just-1.7.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "f474bbc5cc73af368fc7bb33c538874786cc3305211f5ab30e2384309ef3f2f0" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.7.0/just-1.7.0-x86_64-apple-darwin.tar.gz", + "checksum": "66df1ed0f459411a1059f0df9553b586f4cbc55cf33951ed025567a6f2724b31" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.7.0/just-1.7.0-x86_64-pc-windows-msvc.zip", + "checksum": "a514ed220c4a320cfe04b6bec97e32e0282dc0a70462b0562c8b79d4c8d58ebc" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.7.0/just-1.7.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "22466223886698f3b8ed1033217e47a49eb748079af01e2c21a322021aa886ff" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.7.0/just-1.7.0-aarch64-apple-darwin.tar.gz", + "checksum": "d906759354f14f259bbdc3d7fb67a31de06c591091476aef26fb7eb53cacc88a" + } + }, + "1.7.0": { + "version": "1.7.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.7.0/just-1.7.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "f474bbc5cc73af368fc7bb33c538874786cc3305211f5ab30e2384309ef3f2f0" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.7.0/just-1.7.0-x86_64-apple-darwin.tar.gz", + "checksum": "66df1ed0f459411a1059f0df9553b586f4cbc55cf33951ed025567a6f2724b31" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.7.0/just-1.7.0-x86_64-pc-windows-msvc.zip", + "checksum": "a514ed220c4a320cfe04b6bec97e32e0282dc0a70462b0562c8b79d4c8d58ebc" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.7.0/just-1.7.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "22466223886698f3b8ed1033217e47a49eb748079af01e2c21a322021aa886ff" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.7.0/just-1.7.0-aarch64-apple-darwin.tar.gz", + "checksum": "d906759354f14f259bbdc3d7fb67a31de06c591091476aef26fb7eb53cacc88a" + } + }, + "1.6": { + "version": "1.6.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "c9e1112fddcb022eb34bcdef4500c603139400d9ac86b9b858ba5fe7e2831281" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-x86_64-apple-darwin.tar.gz", + "checksum": "cac7123bad85019a3d4dc9f6c4d775520858b908b31955c45d55b6c025ffd9ba" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-x86_64-pc-windows-msvc.zip", + "checksum": "dd49b2fa34ce008a47f2179c392e6c113e4e2ff196cb5d119a97979f3272b862" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "eba0c67cb94e5f866e9253e86564154a7bd389ddf3b90ec5eaa68500982778a4" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-aarch64-apple-darwin.tar.gz", + "checksum": "cef00af72489aa411b30d16e2412b96aae34b2f151b1fd7b45f0c45c6baac10b" + } + }, + "1.6.0": { + "version": "1.6.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "c9e1112fddcb022eb34bcdef4500c603139400d9ac86b9b858ba5fe7e2831281" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-x86_64-apple-darwin.tar.gz", + "checksum": "cac7123bad85019a3d4dc9f6c4d775520858b908b31955c45d55b6c025ffd9ba" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-x86_64-pc-windows-msvc.zip", + "checksum": "dd49b2fa34ce008a47f2179c392e6c113e4e2ff196cb5d119a97979f3272b862" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "eba0c67cb94e5f866e9253e86564154a7bd389ddf3b90ec5eaa68500982778a4" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-aarch64-apple-darwin.tar.gz", + "checksum": "cef00af72489aa411b30d16e2412b96aae34b2f151b1fd7b45f0c45c6baac10b" + } + }, + "1.5": { + "version": "1.5.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "414147908f10a7e9e82b0148de79280ca9c48a70f7cd7bab1ce2d77959446fac" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-x86_64-apple-darwin.tar.gz", + "checksum": "9389930878900ec48b557a509f2b3a81e8dc01689859ca6a388244c8251ee8cd" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-x86_64-pc-windows-msvc.zip", + "checksum": "106c124c884569869b1a5ccd695de26fb98d0a0967645af1075fedca59d938d2" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "f619b275c7bb21c8adadc6226c40d7825cc2d7a72eaa791008b9364e60c64335" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-aarch64-apple-darwin.tar.gz", + "checksum": "3c466afc4cf860b1555a69d992458f0b966d9077ad17fc6c9ce753c70a6cec43" + } + }, + "1.5.0": { + "version": "1.5.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "414147908f10a7e9e82b0148de79280ca9c48a70f7cd7bab1ce2d77959446fac" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-x86_64-apple-darwin.tar.gz", + "checksum": "9389930878900ec48b557a509f2b3a81e8dc01689859ca6a388244c8251ee8cd" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-x86_64-pc-windows-msvc.zip", + "checksum": "106c124c884569869b1a5ccd695de26fb98d0a0967645af1075fedca59d938d2" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "f619b275c7bb21c8adadc6226c40d7825cc2d7a72eaa791008b9364e60c64335" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.5.0/just-1.5.0-aarch64-apple-darwin.tar.gz", + "checksum": "3c466afc4cf860b1555a69d992458f0b966d9077ad17fc6c9ce753c70a6cec43" + } + }, + "1.4": { + "version": "1.4.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.4.0/just-1.4.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "006a30ceb69f9c93e2dc1d8bac3845395ef5ddb4e6eead762a8cf29e68f6e2a4" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.4.0/just-1.4.0-x86_64-apple-darwin.tar.gz", + "checksum": "e7a1917dad906ebf44b75bd5dabda63c25584136039289ca7b4af40a960a7ab9" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.4.0/just-1.4.0-x86_64-pc-windows-msvc.zip", + "checksum": "daa1b1408b12fcec48301f898612050e97266aef3cbc689f247a3a0db5980ddb" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.4.0/just-1.4.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "5bca3c27768c36fb78737ea1a979f3875bc7a5a58136a86ef0b2299fe39529ed" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.4.0/just-1.4.0-aarch64-apple-darwin.tar.gz", + "checksum": "feba9e66c97b6dbade1154ca44b9cedc062a731dac06f75b81d198512be77c66" + } + }, + "1.4.0": { + "version": "1.4.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.4.0/just-1.4.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "006a30ceb69f9c93e2dc1d8bac3845395ef5ddb4e6eead762a8cf29e68f6e2a4" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.4.0/just-1.4.0-x86_64-apple-darwin.tar.gz", + "checksum": "e7a1917dad906ebf44b75bd5dabda63c25584136039289ca7b4af40a960a7ab9" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.4.0/just-1.4.0-x86_64-pc-windows-msvc.zip", + "checksum": "daa1b1408b12fcec48301f898612050e97266aef3cbc689f247a3a0db5980ddb" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.4.0/just-1.4.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "5bca3c27768c36fb78737ea1a979f3875bc7a5a58136a86ef0b2299fe39529ed" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.4.0/just-1.4.0-aarch64-apple-darwin.tar.gz", + "checksum": "feba9e66c97b6dbade1154ca44b9cedc062a731dac06f75b81d198512be77c66" + } + }, + "1.3": { + "version": "1.3.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.3.0/just-1.3.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "1c52f337f9e5950829ff990f583d0ddedc11a071d5340980ac7d49dc3095995e" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.3.0/just-1.3.0-x86_64-apple-darwin.tar.gz", + "checksum": "c35d3082e288feaece2d2f77daef00eb9002b9d98fbf377d6c43bcb38292f53a" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.3.0/just-1.3.0-x86_64-pc-windows-msvc.zip", + "checksum": "6d60c646625fe9bb9fad3bcccaeff65c05e7bde58eb3fc1b32c5cb48411aeb71" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.3.0/just-1.3.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "9f1276717600534a6c60f341b516171c24b9db9973e737d83424f34f0eb3e34e" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.3.0/just-1.3.0-aarch64-apple-darwin.tar.gz", + "checksum": "f6b37c0dc76ad88f6b1a9e441d21ebe5109c7f65eeec74b5d3935deff79e3741" + } + }, + "1.3.0": { + "version": "1.3.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.3.0/just-1.3.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "1c52f337f9e5950829ff990f583d0ddedc11a071d5340980ac7d49dc3095995e" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.3.0/just-1.3.0-x86_64-apple-darwin.tar.gz", + "checksum": "c35d3082e288feaece2d2f77daef00eb9002b9d98fbf377d6c43bcb38292f53a" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.3.0/just-1.3.0-x86_64-pc-windows-msvc.zip", + "checksum": "6d60c646625fe9bb9fad3bcccaeff65c05e7bde58eb3fc1b32c5cb48411aeb71" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.3.0/just-1.3.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "9f1276717600534a6c60f341b516171c24b9db9973e737d83424f34f0eb3e34e" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.3.0/just-1.3.0-aarch64-apple-darwin.tar.gz", + "checksum": "f6b37c0dc76ad88f6b1a9e441d21ebe5109c7f65eeec74b5d3935deff79e3741" + } + }, + "1.2": { + "version": "1.2.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.2.0/just-1.2.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "7102b1ba543745774df500db962dec2e3a01aa2553dd0c3f334e8fdadea41d25" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.2.0/just-1.2.0-x86_64-apple-darwin.tar.gz", + "checksum": "33275874e88ff4c87b04417258296c20be49cd7c63c457bafd3255f814c15118" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.2.0/just-1.2.0-x86_64-pc-windows-msvc.zip", + "checksum": "59c037709cfdb98e1be1e43075ebf3a7c1cd08920dc088df68676a9c3168d57b" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.2.0/just-1.2.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "73f4f43fcae7b78f707cd1e146b4246e75d6897bdf18fa2b3adaef7e2300d405" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.2.0/just-1.2.0-aarch64-apple-darwin.tar.gz", + "checksum": "9792a345dadec8346241e38d4c0df8580980c19977f33a1944c4a107e4cb26f8" + } + }, + "1.2.0": { + "version": "1.2.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.2.0/just-1.2.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "7102b1ba543745774df500db962dec2e3a01aa2553dd0c3f334e8fdadea41d25" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.2.0/just-1.2.0-x86_64-apple-darwin.tar.gz", + "checksum": "33275874e88ff4c87b04417258296c20be49cd7c63c457bafd3255f814c15118" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.2.0/just-1.2.0-x86_64-pc-windows-msvc.zip", + "checksum": "59c037709cfdb98e1be1e43075ebf3a7c1cd08920dc088df68676a9c3168d57b" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.2.0/just-1.2.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "73f4f43fcae7b78f707cd1e146b4246e75d6897bdf18fa2b3adaef7e2300d405" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.2.0/just-1.2.0-aarch64-apple-darwin.tar.gz", + "checksum": "9792a345dadec8346241e38d4c0df8580980c19977f33a1944c4a107e4cb26f8" + } + }, + "1.1": { + "version": "1.1.3", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.1.3/just-1.1.3-x86_64-unknown-linux-musl.tar.gz", + "checksum": "63099f09106d5c5fe5579b3430a3ce4a02c193560842247ae70335575a24318c" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.1.3/just-1.1.3-x86_64-apple-darwin.tar.gz", + "checksum": "2fe5da96af305ed33841d55653226d97c970485a66e18921e96ca0f6734093ec" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.1.3/just-1.1.3-x86_64-pc-windows-msvc.zip", + "checksum": "00b0f3f158da01bcfc3f712722d917f8084c9bfaa693d71f64f4e67f957fb2cb" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.1.3/just-1.1.3-aarch64-unknown-linux-musl.tar.gz", + "checksum": "73c034f477b8b6fe5d5d4b1b64d217bc070cbb6bc4f727bd540f53ed432d52db" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.1.3/just-1.1.3-aarch64-apple-darwin.tar.gz", + "checksum": "e31f75dfb22762e650c5cd1699d67682111e5ec7096a0fca9163b9aebcd6a1e9" + } + }, + "1.1.3": { + "version": "1.1.3", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.1.3/just-1.1.3-x86_64-unknown-linux-musl.tar.gz", + "checksum": "63099f09106d5c5fe5579b3430a3ce4a02c193560842247ae70335575a24318c" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.1.3/just-1.1.3-x86_64-apple-darwin.tar.gz", + "checksum": "2fe5da96af305ed33841d55653226d97c970485a66e18921e96ca0f6734093ec" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.1.3/just-1.1.3-x86_64-pc-windows-msvc.zip", + "checksum": "00b0f3f158da01bcfc3f712722d917f8084c9bfaa693d71f64f4e67f957fb2cb" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.1.3/just-1.1.3-aarch64-unknown-linux-musl.tar.gz", + "checksum": "73c034f477b8b6fe5d5d4b1b64d217bc070cbb6bc4f727bd540f53ed432d52db" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.1.3/just-1.1.3-aarch64-apple-darwin.tar.gz", + "checksum": "e31f75dfb22762e650c5cd1699d67682111e5ec7096a0fca9163b9aebcd6a1e9" + } + }, + "1.1.2": { + "version": "1.1.2", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.1.2/just-1.1.2-x86_64-unknown-linux-musl.tar.gz", + "checksum": "7d4d620ea73b58233b170ecc93dd1ef59336eeb9b59f94dc5ca7e06ed520e0cb" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.1.2/just-1.1.2-x86_64-apple-darwin.tar.gz", + "checksum": "6d5cc5466eb495d2c567d96d29e188311e11b70a52251ea7b9ef551efc9a1e25" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.1.2/just-1.1.2-x86_64-pc-windows-msvc.zip", + "checksum": "fd961ac0df25306b3b18bb1e7849e3e6e9e61dcb3755105ced617e3838ef5e88" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.1.2/just-1.1.2-aarch64-unknown-linux-musl.tar.gz", + "checksum": "1038be03bcc5554b1daac07354235eaa945eb6aea5100b1013c1624cb8e1dfeb" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.1.2/just-1.1.2-aarch64-apple-darwin.tar.gz", + "checksum": "9c16dc0ad44bdee332af8459489faedd7b215c5fcc61b3b004c4b96b7687524d" + } + }, + "1.1.1": { + "version": "1.1.1", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.1.1/just-1.1.1-x86_64-unknown-linux-musl.tar.gz", + "checksum": "ee7bf76941e8d7a41bab6716390a293e381a4a32bc46ad4d9d112f540aad34ba" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.1.1/just-1.1.1-x86_64-apple-darwin.tar.gz", + "checksum": "afdc9eed21fdc3eedc6e853715232b982cd167d63b741afaf47462e7c61bfd83" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.1.1/just-1.1.1-x86_64-pc-windows-msvc.zip", + "checksum": "446e6091b2aa2b40bc57857f1104cfe4153e757379141ae5ded1dec3da59c10b" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.1.1/just-1.1.1-aarch64-unknown-linux-musl.tar.gz", + "checksum": "c4a136d9c2d040200f950043e01aa0e81e4eef33778d8a25ed051c34ae2b1008" + }, + "aarch64_macos": { + "url": "https://github.com/casey/just/releases/download/1.1.1/just-1.1.1-aarch64-apple-darwin.tar.gz", + "checksum": "9d2a1335c4d62806bd36c5f4d2195c61e4223097b1ca527f90630931fa914ad4" + } + }, + "1.1.0": { + "version": "1.1.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.1.0/just-1.1.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "2dc78e8470dbdb0569a781ca85d86c01189ca16853d0aa997cb15b2fa1f70423" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.1.0/just-1.1.0-x86_64-apple-darwin.tar.gz", + "checksum": "5437256385d2216d723f761fcb3dc6a1d592709839e83281c8a5238062f1b039" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.1.0/just-1.1.0-x86_64-pc-windows-msvc.zip", + "checksum": "6e132abb88759aab0d704e9a94531d3e14449c1bcee71e4c8c91ea6b4bfa1871" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.1.0/just-1.1.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "66de75c1b23bd9f674f0afa6c418d90acb1f87590310bf89235b0bb2b27080f6" + } + }, + "1.0": { + "version": "1.0.1", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.0.1/just-1.0.1-x86_64-unknown-linux-musl.tar.gz", + "checksum": "e8695fb60126158f7708dd48e36f51028fbed00ab62d9477b0e86ef1de6cbc73" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.0.1/just-1.0.1-x86_64-apple-darwin.tar.gz", + "checksum": "72e64d529a5ce47de4a65c98bb616d35628d8e27aca8fe24e419e69de035a2df" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.0.1/just-1.0.1-x86_64-pc-windows-msvc.zip", + "checksum": "a5d83fefb56f9aad15f3ee1752a2d77b3d1dc8753d17a000204bc15171b8030c" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.0.1/just-1.0.1-aarch64-unknown-linux-musl.tar.gz", + "checksum": "9638a9abffd31920b3d9b7fee8e28db8fb3c998c1d6df4a9395269f247a6340d" + } + }, + "1.0.1": { + "version": "1.0.1", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.0.1/just-1.0.1-x86_64-unknown-linux-musl.tar.gz", + "checksum": "e8695fb60126158f7708dd48e36f51028fbed00ab62d9477b0e86ef1de6cbc73" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.0.1/just-1.0.1-x86_64-apple-darwin.tar.gz", + "checksum": "72e64d529a5ce47de4a65c98bb616d35628d8e27aca8fe24e419e69de035a2df" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.0.1/just-1.0.1-x86_64-pc-windows-msvc.zip", + "checksum": "a5d83fefb56f9aad15f3ee1752a2d77b3d1dc8753d17a000204bc15171b8030c" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.0.1/just-1.0.1-aarch64-unknown-linux-musl.tar.gz", + "checksum": "9638a9abffd31920b3d9b7fee8e28db8fb3c998c1d6df4a9395269f247a6340d" + } + }, + "1.0.0": { + "version": "1.0.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.0.0/just-1.0.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "342f8582d929b9212ffcbe9f7749e12908053cf215eb8d4a965c47ea2f24b0a4" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/1.0.0/just-1.0.0-x86_64-apple-darwin.tar.gz", + "checksum": "56ebd949683e55416c783741fdc76aeff566bd0ed8fbd28c629b0f2c319b309c" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/1.0.0/just-1.0.0-x86_64-pc-windows-msvc.zip", + "checksum": "342cbb940da6c04781ee490533adf6a077a16b47dcf92d4a3f2270222bdb04e1" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/1.0.0/just-1.0.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "712c95b63faff7a9cc0e4af770adb82206a4ecbfe7d3ddb6a9e3dfafeb97ae32" + } + }, + "0.11": { + "version": "0.11.2", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.11.2/just-0.11.2-x86_64-unknown-linux-musl.tar.gz", + "checksum": "5cd03d96518dd67eb691f6783293c62d610fc63ee0a9ba5223f4c1383c2a4661" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.11.2/just-0.11.2-x86_64-apple-darwin.tar.gz", + "checksum": "51fcea64c8dad9c7bfabcbbc9ae1450e750237e45ddb5c68784585f6820fce1b" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.11.2/just-0.11.2-x86_64-pc-windows-msvc.zip", + "checksum": "8293cc38eab2ba5570a1e1d91699c1d8441dccbacf04ebc5b979d14e917e38ce" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.11.2/just-0.11.2-aarch64-unknown-linux-musl.tar.gz", + "checksum": "e209a0d8ce139d2f6de1c93ec8c0ce1191bbaf0a40357c6812798098ead75e5f" + } + }, + "0.11.2": { + "version": "0.11.2", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.11.2/just-0.11.2-x86_64-unknown-linux-musl.tar.gz", + "checksum": "5cd03d96518dd67eb691f6783293c62d610fc63ee0a9ba5223f4c1383c2a4661" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.11.2/just-0.11.2-x86_64-apple-darwin.tar.gz", + "checksum": "51fcea64c8dad9c7bfabcbbc9ae1450e750237e45ddb5c68784585f6820fce1b" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.11.2/just-0.11.2-x86_64-pc-windows-msvc.zip", + "checksum": "8293cc38eab2ba5570a1e1d91699c1d8441dccbacf04ebc5b979d14e917e38ce" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.11.2/just-0.11.2-aarch64-unknown-linux-musl.tar.gz", + "checksum": "e209a0d8ce139d2f6de1c93ec8c0ce1191bbaf0a40357c6812798098ead75e5f" + } + }, + "0.11.0": { + "version": "0.11.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.11.0/just-0.11.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "7aef288e87d052bb6411ce4938167b5287963a4fa40515c9a2b403ce98342fec" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.11.0/just-0.11.0-x86_64-apple-darwin.tar.gz", + "checksum": "a326cad89510d72f9a7fa253ceba6ef5f34c71ee2caece6269bc2644b742cb98" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.11.0/just-0.11.0-x86_64-pc-windows-msvc.zip", + "checksum": "f0409252f929015c8f50b7a3e9d56113a28b4e1d144dd3afdf53dfe532390c59" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.11.0/just-0.11.0-aarch64-unknown-linux-musl.tar.gz", + "checksum": "92f6aa18b7789d81ea5dad55cb3da2664faf271b6eea0fd2576643cd4d04823e" + } + }, + "0.10": { + "version": "0.10.7", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.7/just-0.10.7-x86_64-unknown-linux-musl.tar.gz", + "checksum": "54927f5e261a4965a5f406374b48eb39da6c15f859098626aca24765b6e158c1" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.10.7/just-0.10.7-x86_64-apple-darwin.tar.gz", + "checksum": "be6c3e684bc4a547725ea32507c38c8c47b09e460cb9f736d53e1c7f031c5e37" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.10.7/just-0.10.7-x86_64-pc-windows-msvc.zip", + "checksum": "47c353f7925efe6ce989362c249ecd6711ec0d2624b5acde2ff81c260c0c3994" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.7/just-0.10.7-aarch64-unknown-linux-musl.tar.gz", + "checksum": "2ae05195bdde56e52dd839797257a947790587870c4855dfae8435272ac783e9" + } + }, + "0.10.7": { + "version": "0.10.7", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.7/just-0.10.7-x86_64-unknown-linux-musl.tar.gz", + "checksum": "54927f5e261a4965a5f406374b48eb39da6c15f859098626aca24765b6e158c1" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.10.7/just-0.10.7-x86_64-apple-darwin.tar.gz", + "checksum": "be6c3e684bc4a547725ea32507c38c8c47b09e460cb9f736d53e1c7f031c5e37" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.10.7/just-0.10.7-x86_64-pc-windows-msvc.zip", + "checksum": "47c353f7925efe6ce989362c249ecd6711ec0d2624b5acde2ff81c260c0c3994" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.7/just-0.10.7-aarch64-unknown-linux-musl.tar.gz", + "checksum": "2ae05195bdde56e52dd839797257a947790587870c4855dfae8435272ac783e9" + } + }, + "0.10.6": { + "version": "0.10.6", + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.6/just-0.10.6-aarch64-unknown-linux-musl.tar.gz", + "checksum": "ccc9efd7f33cf7b18136d39540aea5e1d32337a9122cd29755dd54313fed4464" + } + }, + "0.10.5": { + "version": "0.10.5", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.5/just-0.10.5-x86_64-unknown-linux-musl.tar.gz", + "checksum": "261e6912e3f63a37baa69d2dee5cc9f95f2523eaab38e3b73030ec1a1afde80e" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.10.5/just-0.10.5-x86_64-apple-darwin.tar.gz", + "checksum": "8802f2591734472048d02125215dcebbe6cd2c68e04ee2d791f45b189a24803b" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.10.5/just-0.10.5-x86_64-pc-windows-msvc.zip", + "checksum": "ef5421ed3b3663f58a804d1f3d8f865318fc1cb89e87cc78b28b00dfd1f41a6b" + }, + "aarch64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.5/just-0.10.5-aarch64-unknown-linux-musl.tar.gz", + "checksum": "c10deb9ad12b55c7a30af3137492fa31953e0b7a3724cc65deed93c1c18c7bd6" + } + }, + "0.10.4": { + "version": "0.10.4", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.4/just-0.10.4-x86_64-unknown-linux-musl.tar.gz", + "checksum": "4d1f3e3bef97edeee26f1a3760ac404dcb3a1f52930405c8bd3cd3e5b70545d8" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.10.4/just-0.10.4-x86_64-apple-darwin.tar.gz", + "checksum": "0fec7608b7b7c95cb02738951428633ac972af4885b0229d720eaffab696f9aa" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.10.4/just-0.10.4-x86_64-pc-windows-msvc.zip", + "checksum": "4fefce55e95f4c8b061b9a50153aa3c7bdfc0ea937ecf21832eeafff5fac8dec" + } + }, + "0.10.3": { + "version": "0.10.3", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.3/just-0.10.3-x86_64-unknown-linux-musl.tar.gz", + "checksum": "0f43a286dfe67ed94034843cb72cec61a024303118ec19bd618bc4e15a0970ac" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.10.3/just-0.10.3-x86_64-apple-darwin.tar.gz", + "checksum": "d7d9c24554abda2c2c5a4adba6b5763be1e1b44f3472f1be152c922ee0c62f84" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.10.3/just-0.10.3-x86_64-pc-windows-msvc.zip", + "checksum": "ffcf9b0a31666419cdedf059966463824347e57692ceac1e2470b48e94d0e494" + } + }, + "0.10.2": { + "version": "0.10.2", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.2/just-0.10.2-x86_64-unknown-linux-musl.tar.gz", + "checksum": "280a6edf58076e90d2002b44d38f93dcd708209c446dbcc38344ed6d21a8aaf7" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.10.2/just-0.10.2-x86_64-apple-darwin.tar.gz", + "checksum": "49ad6c74eba74870dbf2b245c3748a1d7ce20da48b9be52e883819585cb95d15" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.10.2/just-0.10.2-x86_64-pc-windows-msvc.zip", + "checksum": "745c0bad2d771c7a471a561b03141f5fe0a4bcb1a9d2fe8026d8306ffb80ce35" + } + }, + "0.10.1": { + "version": "0.10.1", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.1/just-0.10.1-x86_64-unknown-linux-musl.tar.gz", + "checksum": "5f99ddf0969eb2cfc3eee4b3b296e4ec495015c38eba65e91e89b764ca06f3bc" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.10.1/just-0.10.1-x86_64-apple-darwin.tar.gz", + "checksum": "d701fa6cfa8f160bdc722ea57b1481deb4052e464edd65ba278d7af6eadcfae0" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.10.1/just-0.10.1-x86_64-pc-windows-msvc.zip", + "checksum": "a59ca028669393472b76239b4be37e716d2fba217aa94cca9a350865ecc36963" + } + }, + "0.10.0": { + "version": "0.10.0", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.10.0/just-0.10.0-x86_64-unknown-linux-musl.tar.gz", + "checksum": "661f3ebf1504f99cd96dfcb148f5e1d30e93c9c182680aab855cb881c3e0f13e" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.10.0/just-0.10.0-x86_64-apple-darwin.tar.gz", + "checksum": "f7adf6c5e39917f4e6d636085dd9068c12b6be150ffd33a368017ced886a45c0" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.10.0/just-0.10.0-x86_64-pc-windows-msvc.zip", + "checksum": "3f4824e3940e5a2d870510d99e72a2b3ee407120f5c26d2daab15786c8234908" + } + }, + "0.9": { + "version": "0.9.9", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.9.9/just-0.9.9-x86_64-unknown-linux-musl.tar.gz", + "checksum": "2c21ba77d25e385ebe751d0ced27225313a2c4c849b1b9ce397ca5ef6766afc1" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.9.9/just-0.9.9-x86_64-apple-darwin.tar.gz", + "checksum": "a1226dccd3ded3e8a57e6a6f31b5b7fb01e89c85c8d78af4d89b288c5f341410" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.9.9/just-0.9.9-x86_64-pc-windows-msvc.zip", + "checksum": "e40a21e71bafb33d809418aae3568f4193b8633e9fc865a90b2516c5fa0f2839" + } + }, + "0.9.9": { + "version": "0.9.9", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.9.9/just-0.9.9-x86_64-unknown-linux-musl.tar.gz", + "checksum": "2c21ba77d25e385ebe751d0ced27225313a2c4c849b1b9ce397ca5ef6766afc1" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.9.9/just-0.9.9-x86_64-apple-darwin.tar.gz", + "checksum": "a1226dccd3ded3e8a57e6a6f31b5b7fb01e89c85c8d78af4d89b288c5f341410" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.9.9/just-0.9.9-x86_64-pc-windows-msvc.zip", + "checksum": "e40a21e71bafb33d809418aae3568f4193b8633e9fc865a90b2516c5fa0f2839" + } + }, + "0.9.8": { + "version": "0.9.8", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.9.8/just-0.9.8-x86_64-unknown-linux-musl.tar.gz", + "checksum": "d41db56e50731d7019f998a958c8f640b4d61a887d814175159a4b53cd1fc4fe" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.9.8/just-0.9.8-x86_64-apple-darwin.tar.gz", + "checksum": "472653e946f520f1fcc178f988ca8142ecd619506c157a00af55d0467f018b8c" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.9.8/just-0.9.8-x86_64-pc-windows-msvc.zip", + "checksum": "7a3ec14cf0513ae795c63467291a3816bdb6777124bb8ad0246f849806690342" + } + }, + "0.9.7": { + "version": "0.9.7", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.9.7/just-0.9.7-x86_64-unknown-linux-musl.tar.gz", + "checksum": "cc5e50f64732e561043d469ffac99f335023c93978a45c8fbc921eb4e955e688" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.9.7/just-0.9.7-x86_64-apple-darwin.tar.gz", + "checksum": "6bce036e93dee708fc3f4dc6496b4c571ad8927217bfe860528bf4ea90f1f837" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.9.7/just-0.9.7-x86_64-pc-windows-msvc.zip", + "checksum": "d235114992691573e55a3d88829cad6935e0899b7ae602b9a2dbbe78fb12e5d8" + } + }, + "0.9.6": { + "version": "0.9.6", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.9.6/just-0.9.6-x86_64-unknown-linux-musl.tar.gz", + "checksum": "1253ac5b61eca3eaf5c69dd4b7e7ec551dec78821e9308f0b3f2a00020934f0e" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.9.6/just-0.9.6-x86_64-apple-darwin.tar.gz", + "checksum": "4469e58a5bf4a2c8fcd69da50c15c5ccf7746d019dea904f1f4f062c56ffaf34" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.9.6/just-0.9.6-x86_64-pc-windows-msvc.zip", + "checksum": "7773e06f0bc19810d78083a0aa799955ca759207ebe6c9e3b83abef957fe1cc8" + } + }, + "0.9.5": { + "version": "0.9.5", + "x86_64_linux_musl": { + "url": "https://github.com/casey/just/releases/download/0.9.5/just-0.9.5-x86_64-unknown-linux-musl.tar.gz", + "checksum": "2b6c3bc26f0e8b6a7403e7569a1e4d189e0361c5a5a7cb021b4e3d128cbf9b5b" + }, + "x86_64_macos": { + "url": "https://github.com/casey/just/releases/download/0.9.5/just-0.9.5-x86_64-apple-darwin.tar.gz", + "checksum": "fc829983ff11891f18798cc69119b8587fed4fdb6a264a7e86229ca3100373ca" + }, + "x86_64_windows": { + "url": "https://github.com/casey/just/releases/download/0.9.5/just-0.9.5-x86_64-pc-windows-msvc.zip", + "checksum": "ff2fb1bbb8dd52f7e944f927676e352e1926a38b236a3aed295c088c30f7a0cd" + } + } +} diff --git a/tools/codegen/base/just.json b/tools/codegen/base/just.json new file mode 100644 index 00000000..159f815e --- /dev/null +++ b/tools/codegen/base/just.json @@ -0,0 +1,14 @@ +{ + "repository": "https://github.com/casey/just", + "tag_prefix": "", + "asset_name": "${package}-${version}-${rust_target}.tar.gz", + "platform": { + "x86_64_linux_musl": {}, + "x86_64_macos": {}, + "x86_64_windows": { + "asset_name": "${package}-${version}-${rust_target}.zip" + }, + "aarch64_linux_musl": {}, + "aarch64_macos": {} + } +}