diff --git a/argo/plugin.toml b/argo/plugin.toml index 934feb2..5aac6ab 100644 --- a/argo/plugin.toml +++ b/argo/plugin.toml @@ -5,17 +5,17 @@ name = "Argo CLI" type = "cli" [platform.linux] -bin-path = "argo-linux-{arch}" +exe-path = "argo-linux-{arch}" download-file = "argo-linux-{arch}.gz" checksum-file = "argo-workflows-cli-checksums.txt" [platform.macos] -bin-path = "argo-darwin-{arch}" +exe-path = "argo-darwin-{arch}" download-file = "argo-darwin-{arch}.gz" checksum-file = "argo-workflows-cli-checksums.txt" [platform.windows] -bin-path = "argo-windows-{arch}.exe" +exe-path = "argo-windows-{arch}.exe" download-file = "argo-windows-{arch}.exe.gz" checksum-file = "argo-workflows-cli-checksums.txt" diff --git a/buildifier/plugin.toml b/buildifier/plugin.toml index 94ab088..00faba2 100644 --- a/buildifier/plugin.toml +++ b/buildifier/plugin.toml @@ -5,17 +5,17 @@ name = "buildifier" type = "cli" [platform.linux] -bin-path = "buildifier" +exe-path = "buildifier" download-file = "buildifier-linux-{arch}" checksum-file = "checksums.txt" [platform.macos] -bin-path = "buildifier" +exe-path = "buildifier" download-file = "buildifier-darwin-{arch}" checksum-file = "checksums.txt" [platform.windows] -bin-path = "buildifier.exe" +exe-path = "buildifier.exe" download-file = "buildifier-windows-{arch}.exe" checksum-file = "checksums.txt" diff --git a/gh/plugin.toml b/gh/plugin.toml index 8e9b17a..f1c10c2 100644 --- a/gh/plugin.toml +++ b/gh/plugin.toml @@ -5,17 +5,17 @@ name = "GitHub CLI" type = "cli" [platform.linux] -bin-path = "gh_{version}_linux_{arch}/bin/gh" +exe-path = "gh_{version}_linux_{arch}/bin/gh" download-file = "gh_{version}_linux_{arch}.tar.gz" checksum-file = "gh_{version}_checksums.txt" [platform.macos] -bin-path = "gh_{version}_macOS_{arch}/bin/gh" +exe-path = "gh_{version}_macOS_{arch}/bin/gh" download-file = "gh_{version}_macOS_{arch}.zip" checksum-file = "gh_{version}_checksums.txt" [platform.windows] -bin-path = "gh_{version}_windows_{arch}/bin/gh.exe" +exe-path = "gh_{version}_windows_{arch}/bin/gh.exe" download-file = "gh_{version}_windows_{arch}.zip" checksum-file = "gh_{version}_checksums.txt" diff --git a/gum/plugin.toml b/gum/plugin.toml index f607b40..674c01b 100644 --- a/gum/plugin.toml +++ b/gum/plugin.toml @@ -5,17 +5,17 @@ name = "gum" type = "cli" [platform.linux] -bin-path = "gum_{version}_Linux_{arch}/gum" +exe-path = "gum_{version}_Linux_{arch}/gum" download-file = "gum_{version}_Linux_{arch}.tar.gz" checksum-file = "checksums.txt" [platform.macos] -bin-path = "gum_{version}_Darwin_{arch}/gum" +exe-path = "gum_{version}_Darwin_{arch}/gum" download-file = "gum_{version}_Darwin_{arch}.tar.gz" checksum-file = "checksums.txt" [platform.windows] -bin-path = "gum_{version}_Windows_{arch}/gum.exe" +exe-path = "gum_{version}_Windows_{arch}/gum.exe" download-file = "gum_{version}_Windows_{arch}.zip" checksum-file = "checksums.txt" @@ -25,7 +25,6 @@ checksum-url = "https://github.com/charmbracelet/gum/releases/download/v{version [install.arch] aarch64 = "arm64" -x86_64 = "x86_64" x86 = "i386" [resolve] diff --git a/jnv/plugin.toml b/jnv/plugin.toml index feb9619..9cfbe9b 100644 --- a/jnv/plugin.toml +++ b/jnv/plugin.toml @@ -5,26 +5,22 @@ name = "jnv" type = "cli" [platform.linux] -bin-path = "jnv-{arch}-unknown-linux-gnu/jnv" +exe-path = "jnv-{arch}-unknown-linux-gnu/jnv" download-file = "jnv-{arch}-unknown-linux-gnu.tar.xz" checksum-file = "jnv-{arch}-unknown-linux-gnu.tar.xz.sha256" [platform.macos] -bin-path = "jnv-{arch}-apple-darwin/jnv" +exe-path = "jnv-{arch}-apple-darwin/jnv" download-file = "jnv-{arch}-apple-darwin.tar.xz" checksum-file = "jnv-{arch}-apple-darwin.tar.xz.sha256" [platform.windows] -bin-path = "jnv-{arch}-pc-windows-msvc/jnv.exe" +exe-path = "jnv-{arch}-pc-windows-msvc/jnv.exe" download-file = "jnv-{arch}-pc-windows-msvc.zip" checksum-file = "jnv-{arch}-pc-windows-msvc.zip.sha256" [install] download-url = "https://github.com/ynqa/jnv/releases/download/v{version}/{download_file}" -[install.arch] -aarch64 = "aarch64" -x86_64 = "x86_64" - [resolve] git-url = "https://github.com/ynqa/jnv" diff --git a/k6/plugin.toml b/k6/plugin.toml index 9290c9c..9c17cfd 100644 --- a/k6/plugin.toml +++ b/k6/plugin.toml @@ -5,17 +5,17 @@ name = "k6" type = "cli" [platform.linux] -bin-path = "k6-v{version}-linux-{arch}/k6" +exe-path = "k6-v{version}-linux-{arch}/k6" download-file = "k6-v{version}-linux-{arch}.tar.gz" checksum-file = "k6-v{version}-checksums.txt" [platform.macos] -bin-path = "k6-v{version}-macos-{arch}/k6" +exe-path = "k6-v{version}-macos-{arch}/k6" download-file = "k6-v{version}-macos-{arch}.zip" checksum-file = "k6-v{version}-checksums.txt" [platform.windows] -bin-path = "k6-v{version}-windows-{arch}/k6.exe" +exe-path = "k6-v{version}-windows-{arch}/k6.exe" download-file = "k6-v{version}-windows-{arch}.zip" checksum-file = "k6-v{version}-checksums.txt" diff --git a/mise/plugin.toml b/mise/plugin.toml index 268c643..55ba777 100644 --- a/mise/plugin.toml +++ b/mise/plugin.toml @@ -15,7 +15,7 @@ checksum-file = "SHASUMS256.txt" [platform.windows] download-file = "mise-v{version}-win-{arch}.zip" checksum-file = "SHASUMS256.txt" -bin-path = "bin/mise.exe" +exe-path = "bin/mise.exe" [install] download-url = "https://github.com/jdx/mise/releases/download/v{version}/{download_file}" diff --git a/rye/plugin.toml b/rye/plugin.toml index 354fdaa..c5ac867 100644 --- a/rye/plugin.toml +++ b/rye/plugin.toml @@ -2,17 +2,17 @@ name = "Rye" type = "cli" [platform.linux] -bin-path = "rye-{arch}-linux" +exe-path = "rye-{arch}-linux" checksum-file = "rye-{arch}-linux.gz.sha256" download-file = "rye-{arch}-linux.gz" [platform.macos] -bin-path = "rye-{arch}-macos" +exe-path = "rye-{arch}-macos" checksum-file = "rye-{arch}-macos.gz.sha256" download-file = "rye-{arch}-macos.gz" [platform.windows] -bin-path = "rye-x86-windows.exe" +exe-path = "rye-x86-windows.exe" checksum-file = "rye-x86-windows.exe.sha256" download-file = "rye-x86-windows.exe" @@ -20,12 +20,5 @@ download-file = "rye-x86-windows.exe" checksum-url = "https://github.com/astral-sh/rye/releases/download/{version}/{checksum_file}" download-url = "https://github.com/astral-sh/rye/releases/download/{version}/{download_file}" -[install.arch] -aarch64 = "aarch64" -x86_64 = "x86_64" - -[install.primary] -exe-path = "rye-{arch}-{os}" - [resolve] git-url = "https://github.com/astral-sh/rye" diff --git a/sccache/plugin.toml b/sccache/plugin.toml index b85d72e..84a9102 100644 --- a/sccache/plugin.toml +++ b/sccache/plugin.toml @@ -5,26 +5,22 @@ name = "sccache" type = "cli" [platform.linux] -bin-path = "sccache-v{version}-{arch}-unknown-linux-musl/sccache" +exe-path = "sccache-v{version}-{arch}-unknown-linux-musl/sccache" download-file = "sccache-v{version}-{arch}-unknown-linux-musl.tar.gz" checksum-file = "sccache-v{version}-{arch}-unknown-linux-musl.tar.gz.sha256" [platform.macos] -bin-path = "sccache-v{version}-{arch}-apple-darwin/sccache" +exe-path = "sccache-v{version}-{arch}-apple-darwin/sccache" download-file = "sccache-v{version}-{arch}-apple-darwin.tar.gz" checksum-file = "sccache-v{version}-{arch}-apple-darwin.tar.gz.sha256" [platform.windows] -bin-path = "sccache-v{version}-{arch}-pc-windows-msvc/sccache.exe" +exe-path = "sccache-v{version}-{arch}-pc-windows-msvc/sccache.exe" download-file = "sccache-v{version}-{arch}-pc-windows-msvc.zip" checksum-file = "sccache-v{version}-{arch}-pc-windows-msvc.zip.sha256" [install] download-url = "https://github.com/mozilla/sccache/releases/download/v{version}/{download_file}" -[install.arch] -aarch64 = "aarch64" -x86_64 = "x86_64" - [resolve] git-url = "https://github.com/mozilla/sccache" diff --git a/tilt/plugin.toml b/tilt/plugin.toml index 09c43dc..01c3f2d 100644 --- a/tilt/plugin.toml +++ b/tilt/plugin.toml @@ -19,11 +19,5 @@ checksum-file = "checksums.txt" [install] download-url = "https://github.com/tilt-dev/tilt/releases/download/v{version}/{download_file}" -[install.arch] -arm = "arm" -arm64 = "arm64" -x86 = "x86" -x86_64 = "x86_64" - [resolve] git-url = "https://github.com/tilt-dev/tilt" diff --git a/zellij/plugin.toml b/zellij/plugin.toml index 018bbb3..e3bb137 100644 --- a/zellij/plugin.toml +++ b/zellij/plugin.toml @@ -15,9 +15,5 @@ checksum-file = "zellij-{arch}-apple-darwin.sha256sum" [install] download-url = "https://github.com/zellij-org/zellij/releases/download/v{version}/{download_file}" -[install.arch] -aarch64 = "aarch64" -x86_64 = "x86_64" - [resolve] git-url = "https://github.com/zellij-org/zellij"