mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Compare commits
71 Commits
v2.75.9
...
releases/c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84506b7fa1 | ||
|
|
055f5df8c3 | ||
|
|
eabf603493 | ||
|
|
4637b48a5a | ||
|
|
7a6306ece2 | ||
|
|
cb13f5ef52 | ||
|
|
18cc1a4fb7 | ||
|
|
c7b05077fe | ||
|
|
0ef4e7650f | ||
|
|
56ec35f1c0 | ||
|
|
6874db14a1 | ||
|
|
bcfb2f6795 | ||
|
|
58e8625425 | ||
|
|
b9e89d5f4e | ||
|
|
97204a3065 | ||
|
|
2bfe66531d | ||
|
|
3f52e56403 | ||
|
|
2fd0ba806a | ||
|
|
711af1aa18 | ||
|
|
c127aaa0fa | ||
|
|
9479ae3764 | ||
|
|
6ac39c59e2 | ||
|
|
6e3c7dd811 | ||
|
|
a2352fc6ce | ||
|
|
02099496cb | ||
|
|
1418a848c4 | ||
|
|
33ecd0530c | ||
|
|
623827dcec | ||
|
|
feb4fead61 | ||
|
|
acd4090f5a | ||
|
|
9048eab0a3 | ||
|
|
4e95964dec | ||
|
|
a2d608ac77 | ||
|
|
5939f3337e | ||
|
|
6d098df757 | ||
|
|
f3fc54c0f0 | ||
|
|
2be691e249 | ||
|
|
3422300f25 | ||
|
|
374ad2bb5d | ||
|
|
0c7a949999 | ||
|
|
a162d2b731 | ||
|
|
9103fd9c70 | ||
|
|
2eba5a84f1 | ||
|
|
61e686bbe6 | ||
|
|
0cc19d4b74 | ||
|
|
2ed84e4b1e | ||
|
|
6fc852a7b2 | ||
|
|
ff735c627f | ||
|
|
eea29cff9a | ||
|
|
81e9b0b0b3 | ||
|
|
b2022afd58 | ||
|
|
98e5a22802 | ||
|
|
6e4b50d359 | ||
|
|
3411de31ce | ||
|
|
38648f783e | ||
|
|
4e82423083 | ||
|
|
540824ccd8 | ||
|
|
dfca6e927d | ||
|
|
cb706637bf | ||
|
|
345bf25e0b | ||
|
|
a78828e81d | ||
|
|
d298dbe073 | ||
|
|
85b24a67ef | ||
|
|
9754889517 | ||
|
|
00eaeec742 | ||
|
|
17d27feed7 | ||
|
|
1d472f000d | ||
|
|
57a0448619 | ||
|
|
dfb05aa008 | ||
|
|
b5147f44c2 | ||
|
|
8bc1320cc4 |
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -33,20 +33,20 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
miri:
|
miri:
|
||||||
uses: taiki-e/github-actions/.github/workflows/miri.yml@dec917193d835117a7238865adf83273d9fcd27a # main
|
uses: taiki-e/github-actions/.github/workflows/miri.yml@3c1cac16ef654d1febb66f21f328fa167f0d2fef # main
|
||||||
with:
|
with:
|
||||||
# NB: sync with test job's --exclude option
|
# NB: sync with test job's --exclude option
|
||||||
args: --exclude install-action-internal-codegen
|
args: --exclude install-action-internal-codegen
|
||||||
msrv:
|
msrv:
|
||||||
uses: taiki-e/github-actions/.github/workflows/msrv.yml@dec917193d835117a7238865adf83273d9fcd27a # main
|
uses: taiki-e/github-actions/.github/workflows/msrv.yml@3c1cac16ef654d1febb66f21f328fa167f0d2fef # main
|
||||||
test-manifest-schema:
|
test-manifest-schema:
|
||||||
uses: taiki-e/github-actions/.github/workflows/test.yml@dec917193d835117a7238865adf83273d9fcd27a # main
|
uses: taiki-e/github-actions/.github/workflows/test.yml@3c1cac16ef654d1febb66f21f328fa167f0d2fef # main
|
||||||
with:
|
with:
|
||||||
# NB: sync with miri job's --exclude option
|
# NB: sync with miri job's --exclude option
|
||||||
test-args: --exclude install-action-internal-codegen
|
test-args: --exclude install-action-internal-codegen
|
||||||
no-std: false
|
no-std: false
|
||||||
tidy:
|
tidy:
|
||||||
uses: taiki-e/github-actions/.github/workflows/tidy.yml@dec917193d835117a7238865adf83273d9fcd27a # main
|
uses: taiki-e/github-actions/.github/workflows/tidy.yml@3c1cac16ef654d1febb66f21f328fa167f0d2fef # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for creating branch for pr
|
contents: write # for creating branch for pr
|
||||||
pull-requests: write # unused (used in `codegen-automerge: true` case)
|
pull-requests: write # unused (used in `codegen-automerge: true` case)
|
||||||
|
|||||||
2
.github/workflows/manifest.yml
vendored
2
.github/workflows/manifest.yml
vendored
@@ -33,7 +33,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
manifest:
|
manifest:
|
||||||
uses: taiki-e/github-actions/.github/workflows/gen.yml@dec917193d835117a7238865adf83273d9fcd27a # main
|
uses: taiki-e/github-actions/.github/workflows/gen.yml@3c1cac16ef654d1febb66f21f328fa167f0d2fef # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for creating branch for pr
|
contents: write # for creating branch for pr
|
||||||
pull-requests: write # for gh pr review --approve
|
pull-requests: write # for gh pr review --approve
|
||||||
|
|||||||
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -212,10 +212,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tool: parse-changelog
|
tool: parse-changelog
|
||||||
fallback: none
|
fallback: none
|
||||||
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
|
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
|
||||||
id: push-token
|
id: push-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.PUSH_TOKEN_APP_CLIENT_ID }}
|
client-id: ${{ secrets.PUSH_TOKEN_APP_CLIENT_ID }}
|
||||||
private-key: ${{ secrets.PUSH_TOKEN_APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.PUSH_TOKEN_APP_PRIVATE_KEY }}
|
||||||
- name: Create and push release commit and tag
|
- name: Create and push release commit and tag
|
||||||
id: push
|
id: push
|
||||||
@@ -427,7 +427,7 @@ jobs:
|
|||||||
PREPARE_REV: ${{ needs.prepare.outputs.rev }}
|
PREPARE_REV: ${{ needs.prepare.outputs.rev }}
|
||||||
# Note that if we use secrets.GITHUB_TOKEN, the pushed commit/tag cannot trigger other workflows.
|
# Note that if we use secrets.GITHUB_TOKEN, the pushed commit/tag cannot trigger other workflows.
|
||||||
PUSH_TOKEN: ${{ steps.push-token.outputs.token }}
|
PUSH_TOKEN: ${{ steps.push-token.outputs.token }}
|
||||||
- uses: taiki-e/create-gh-release-action@f67cf7b2dadd83d36b981e674a6b08063997ce68 # v1.10.0
|
- uses: taiki-e/create-gh-release-action@eba8ea96c86cca8a37f1b56e94b4d13301fba651 # v1.11.0
|
||||||
with:
|
with:
|
||||||
changelog: CHANGELOG.md
|
changelog: CHANGELOG.md
|
||||||
title: $version
|
title: $version
|
||||||
@@ -436,7 +436,7 @@ jobs:
|
|||||||
|
|
||||||
release-manifest-schema:
|
release-manifest-schema:
|
||||||
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action-manifest-schema'
|
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action-manifest-schema'
|
||||||
uses: taiki-e/github-actions/.github/workflows/rust-release.yml@dec917193d835117a7238865adf83273d9fcd27a # main
|
uses: taiki-e/github-actions/.github/workflows/rust-release.yml@3c1cac16ef654d1febb66f21f328fa167f0d2fef # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for taiki-e/create-gh-release-action
|
contents: write # for taiki-e/create-gh-release-action
|
||||||
id-token: write # for rust-lang/crates-io-auth-action
|
id-token: write # for rust-lang/crates-io-auth-action
|
||||||
@@ -451,3 +451,4 @@ jobs:
|
|||||||
changelog: tools/manifest-schema/CHANGELOG.md
|
changelog: tools/manifest-schema/CHANGELOG.md
|
||||||
title: $prefix $version
|
title: $prefix $version
|
||||||
prefix: install-action-manifest-schema
|
prefix: install-action-manifest-schema
|
||||||
|
commit-prefix: 'manifest-schema: '
|
||||||
|
|||||||
83
CHANGELOG.md
83
CHANGELOG.md
@@ -10,9 +10,79 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.75.18] - 2026-04-19
|
||||||
|
|
||||||
|
- Update `vacuum@latest` to 0.26.1.
|
||||||
|
|
||||||
|
- Update `wasm-tools@latest` to 1.247.0.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.16.
|
||||||
|
|
||||||
|
- Update `espup@latest` to 0.17.1.
|
||||||
|
|
||||||
|
- Update `trivy@latest` to 0.70.0.
|
||||||
|
|
||||||
|
## [2.75.17] - 2026-04-17
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.9.18.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.15.
|
||||||
|
|
||||||
|
## [2.75.16] - 2026-04-17
|
||||||
|
|
||||||
|
- Update `uv@latest` to 0.11.7.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.14.
|
||||||
|
|
||||||
|
- Update `vacuum@latest` to 0.25.9.
|
||||||
|
|
||||||
|
- Update `cargo-machete@latest` to 0.9.2.
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.19.4.
|
||||||
|
|
||||||
|
## [2.75.15] - 2026-04-16
|
||||||
|
|
||||||
|
- Update `cargo-nextest@latest` to 0.9.133.
|
||||||
|
|
||||||
|
- Update `biome@latest` to 2.4.12.
|
||||||
|
|
||||||
|
## [2.75.14] - 2026-04-15
|
||||||
|
|
||||||
|
- Implement potential workaround for [windows-11-arm runner bug](https://github.com/actions/partner-runner-images/issues/169) which sometimes causes installation failure.
|
||||||
|
|
||||||
|
The issue where this bug affected the startup of bash was addressed in 2.71.2, but we received a report that the [same problem seems to occur when starting other commands as well](https://github.com/taiki-e/install-action/pull/1657#issuecomment-4252717651).
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.19.2.
|
||||||
|
|
||||||
|
## [2.75.13] - 2026-04-15
|
||||||
|
|
||||||
|
- Update `zizmor@latest` to 1.24.1.
|
||||||
|
|
||||||
|
## [2.75.12] - 2026-04-14
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.45.1.
|
||||||
|
|
||||||
|
- Update `cargo-xwin@latest` to 0.21.5.
|
||||||
|
|
||||||
|
- Update `cargo-binstall@latest` to 1.18.1.
|
||||||
|
|
||||||
|
## [2.75.11] - 2026-04-14
|
||||||
|
|
||||||
|
- Update `prek@latest` to 0.3.9.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.11.
|
||||||
|
|
||||||
|
- Update `zizmor@latest` to 1.24.0.
|
||||||
|
|
||||||
|
## [2.75.10] - 2026-04-13
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.9.17.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.10.
|
||||||
|
|
||||||
## [2.75.9] - 2026-04-13
|
## [2.75.9] - 2026-04-13
|
||||||
|
|
||||||
- Enhance security when cargo-binstall fallback is enabled. ([acc1621b](https://github.com/taiki-e/install-action/commit/acc1621b4419c9cf5d2361f3dd3bedcc288c6c43))
|
- Enhance security when cargo-binstall fallback is used. ([acc1621b](https://github.com/taiki-e/install-action/commit/acc1621b4419c9cf5d2361f3dd3bedcc288c6c43))
|
||||||
|
|
||||||
## [2.75.8] - 2026-04-13
|
## [2.75.8] - 2026-04-13
|
||||||
|
|
||||||
@@ -6235,7 +6305,16 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.9...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.18...HEAD
|
||||||
|
[2.75.18]: https://github.com/taiki-e/install-action/compare/v2.75.17...v2.75.18
|
||||||
|
[2.75.17]: https://github.com/taiki-e/install-action/compare/v2.75.16...v2.75.17
|
||||||
|
[2.75.16]: https://github.com/taiki-e/install-action/compare/v2.75.15...v2.75.16
|
||||||
|
[2.75.15]: https://github.com/taiki-e/install-action/compare/v2.75.14...v2.75.15
|
||||||
|
[2.75.14]: https://github.com/taiki-e/install-action/compare/v2.75.13...v2.75.14
|
||||||
|
[2.75.13]: https://github.com/taiki-e/install-action/compare/v2.75.12...v2.75.13
|
||||||
|
[2.75.12]: https://github.com/taiki-e/install-action/compare/v2.75.11...v2.75.12
|
||||||
|
[2.75.11]: https://github.com/taiki-e/install-action/compare/v2.75.10...v2.75.11
|
||||||
|
[2.75.10]: https://github.com/taiki-e/install-action/compare/v2.75.9...v2.75.10
|
||||||
[2.75.9]: https://github.com/taiki-e/install-action/compare/v2.75.8...v2.75.9
|
[2.75.9]: https://github.com/taiki-e/install-action/compare/v2.75.8...v2.75.9
|
||||||
[2.75.8]: https://github.com/taiki-e/install-action/compare/v2.75.7...v2.75.8
|
[2.75.8]: https://github.com/taiki-e/install-action/compare/v2.75.7...v2.75.8
|
||||||
[2.75.7]: https://github.com/taiki-e/install-action/compare/v2.75.6...v2.75.7
|
[2.75.7]: https://github.com/taiki-e/install-action/compare/v2.75.6...v2.75.7
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
|
|||||||
inputs:
|
inputs:
|
||||||
tool:
|
tool:
|
||||||
description: Tools to install (whitespace or comma separated list)
|
description: Tools to install (whitespace or comma separated list)
|
||||||
required: true
|
required: false
|
||||||
# default: #publish:tool
|
default: cargo-no-dev-deps
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
@@ -57,7 +57,7 @@ runs:
|
|||||||
for ($i=1; $i -le 10; $i++) {
|
for ($i=1; $i -le 10; $i++) {
|
||||||
$prev_err_action = $ErrorActionPreference
|
$prev_err_action = $ErrorActionPreference
|
||||||
$ErrorActionPreference = "Continue"
|
$ErrorActionPreference = "Continue"
|
||||||
& bash --noprofile --norc "$env:GITHUB_ACTION_PATH/main.sh"
|
& bash --noprofile --norc "$env:GITHUB_ACTION_PATH\main.sh"
|
||||||
$code = $LASTEXITCODE
|
$code = $LASTEXITCODE
|
||||||
$ErrorActionPreference = "$prev_err_action"
|
$ErrorActionPreference = "$prev_err_action"
|
||||||
if (Test-Path "$env:USERPROFILE\.install-action\init") {
|
if (Test-Path "$env:USERPROFILE\.install-action\init") {
|
||||||
|
|||||||
111
main.sh
111
main.sh
@@ -453,6 +453,51 @@ canonicalize_windows_path() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [[ $# -gt 0 ]]; then
|
||||||
|
bail "invalid argument '$1'"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Inputs
|
||||||
|
tool="${INPUT_TOOL:-}"
|
||||||
|
tools=()
|
||||||
|
if [[ -n "${tool}" ]]; then
|
||||||
|
while read -rd,; do
|
||||||
|
tools+=("${REPLY}")
|
||||||
|
done < <(normalize_comma_or_space_separated "${tool}")
|
||||||
|
fi
|
||||||
|
if [[ ${#tools[@]} -eq 0 ]]; then
|
||||||
|
warn "no tool specified; this could be caused by a dependabot bug where @<tool_name> tags on this action are replaced by @<version> tags"
|
||||||
|
# Exit with 0 for backward compatibility.
|
||||||
|
# TODO: We want to reject it in the next major release.
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
enable_checksum="${INPUT_CHECKSUM:-}"
|
||||||
|
case "${enable_checksum}" in
|
||||||
|
true) ;;
|
||||||
|
false)
|
||||||
|
enable_checksum=''
|
||||||
|
warn "checksums have been disabled by 'checksum' input option; this is strongly discouraged for security reasons"
|
||||||
|
;;
|
||||||
|
*) bail "'checksum' input option must be 'true' or 'false': '${enable_checksum}'" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
fallback="${INPUT_FALLBACK:-}"
|
||||||
|
case "${fallback}" in
|
||||||
|
none | cargo-binstall | cargo-install) ;;
|
||||||
|
*) bail "'fallback' input option must be 'none', 'cargo-binstall', or 'cargo-install': '${fallback}'" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# Unlike gh command, cargo-binstall reads GITHUB_TOKEN first via cli parser, and then reads GH_TOKEN.
|
||||||
|
# https://github.com/cargo-bins/cargo-binstall/blob/v1.17.9/crates/bin/src/args.rs#L704
|
||||||
|
token="${GITHUB_TOKEN:-"${GH_TOKEN:-"${DEFAULT_GITHUB_TOKEN:-}"}"}"
|
||||||
|
# This prevents tokens from being exposed to subprocesses via environment variables.
|
||||||
|
# Since the tokens remain in memory, setting `fallback: none` (which prevents the tokens from being
|
||||||
|
# set in the first place) remains the best practice from a security standpoint, as readme says.
|
||||||
|
# Note that this does not prevent token leaks via reading `/proc/*/environ` on Linux or
|
||||||
|
# via `ps -Eww` on macOS. It only reduces the risk of leaks.
|
||||||
|
unset GITHUB_TOKEN GH_TOKEN DEFAULT_GITHUB_TOKEN
|
||||||
|
|
||||||
# Refs: https://github.com/rust-lang/rustup/blob/HEAD/rustup-init.sh
|
# Refs: https://github.com/rust-lang/rustup/blob/HEAD/rustup-init.sh
|
||||||
base_distro=''
|
base_distro=''
|
||||||
exe=''
|
exe=''
|
||||||
@@ -464,7 +509,8 @@ case "$(uname -s)" in
|
|||||||
host_env=musl
|
host_env=musl
|
||||||
else
|
else
|
||||||
host_env=gnu
|
host_env=gnu
|
||||||
host_glibc_version=$(grep -E "GLIBC|GNU libc" <<<"${ldd_version}" | sed -E "s/.* //g")
|
host_glibc_version=$(grep -E "GLIBC|GNU libc" <<<"${ldd_version}")
|
||||||
|
host_glibc_version="${host_glibc_version##* }"
|
||||||
fi
|
fi
|
||||||
if [[ -e /etc/redhat-release ]]; then
|
if [[ -e /etc/redhat-release ]]; then
|
||||||
# /etc/os-release is available on RHEL/CentOS 7+
|
# /etc/os-release is available on RHEL/CentOS 7+
|
||||||
@@ -563,6 +609,7 @@ fi
|
|||||||
install_action_dir="${home}/.install-action"
|
install_action_dir="${home}/.install-action"
|
||||||
tmp_dir="${install_action_dir}/tmp"
|
tmp_dir="${install_action_dir}/tmp"
|
||||||
cargo_bin="${CARGO_HOME:-"${home}/.cargo"}/bin"
|
cargo_bin="${CARGO_HOME:-"${home}/.cargo"}/bin"
|
||||||
|
cargo_path=$(type -P cargo || true)
|
||||||
# If $CARGO_HOME does not exist, or cargo installed outside of $CARGO_HOME/bin
|
# If $CARGO_HOME does not exist, or cargo installed outside of $CARGO_HOME/bin
|
||||||
# is used ($CARGO_HOME/bin is most likely not included in the PATH), fallback to
|
# is used ($CARGO_HOME/bin is most likely not included in the PATH), fallback to
|
||||||
# $install_action_dir/bin.
|
# $install_action_dir/bin.
|
||||||
@@ -570,15 +617,15 @@ if [[ "${host_os}" == "windows" ]]; then
|
|||||||
mkdir -p -- "${install_action_dir}"
|
mkdir -p -- "${install_action_dir}"
|
||||||
# See action.yml.
|
# See action.yml.
|
||||||
touch -- "${install_action_dir}"/init
|
touch -- "${install_action_dir}"/init
|
||||||
if type -P cargo >/dev/null; then
|
if [[ -n "${cargo_path}" ]]; then
|
||||||
info "cargo is located at $(type -P cargo)"
|
info "cargo is located at ${cargo_path}"
|
||||||
cargo_bin=$(dirname -- "$(type -P cargo)")
|
cargo_bin="${cargo_path%/*}"
|
||||||
else
|
else
|
||||||
cargo_bin="${install_action_dir}/bin"
|
cargo_bin="${install_action_dir}/bin"
|
||||||
fi
|
fi
|
||||||
elif [[ ! -e "${cargo_bin}" ]] || [[ "$(type -P cargo || true)" != "${cargo_bin}/cargo"* ]]; then
|
elif [[ ! -e "${cargo_bin}" ]] || [[ "${cargo_path}" != "${cargo_bin}/cargo"* ]]; then
|
||||||
if type -P cargo >/dev/null; then
|
if [[ -n "${cargo_path}" ]]; then
|
||||||
info "cargo is located at $(type -P cargo)"
|
info "cargo is located at ${cargo_path}"
|
||||||
fi
|
fi
|
||||||
# Moving files to /usr/local/bin requires sudo in some environments, so do not use it: https://github.com/taiki-e/install-action/issues/543
|
# Moving files to /usr/local/bin requires sudo in some environments, so do not use it: https://github.com/taiki-e/install-action/issues/543
|
||||||
cargo_bin="${install_action_dir}/bin"
|
cargo_bin="${install_action_dir}/bin"
|
||||||
@@ -589,51 +636,8 @@ fi
|
|||||||
export CARGO_NET_RETRY=10
|
export CARGO_NET_RETRY=10
|
||||||
export RUSTUP_MAX_RETRIES=10
|
export RUSTUP_MAX_RETRIES=10
|
||||||
|
|
||||||
if [[ $# -gt 0 ]]; then
|
|
||||||
bail "invalid argument '$1'"
|
|
||||||
fi
|
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
manifest_dir="$(dirname -- "$0")/manifests"
|
manifest_dir="${GITHUB_ACTION_PATH}/manifests"
|
||||||
|
|
||||||
# Inputs
|
|
||||||
tool="${INPUT_TOOL:-}"
|
|
||||||
tools=()
|
|
||||||
if [[ -n "${tool}" ]]; then
|
|
||||||
while read -rd,; do
|
|
||||||
tools+=("${REPLY}")
|
|
||||||
done < <(normalize_comma_or_space_separated "${tool}")
|
|
||||||
fi
|
|
||||||
if [[ ${#tools[@]} -eq 0 ]]; then
|
|
||||||
warn "no tool specified; this could be caused by a dependabot bug where @<tool_name> tags on this action are replaced by @<version> tags"
|
|
||||||
# Exit with 0 for backward compatibility.
|
|
||||||
# TODO: We want to reject it in the next major release.
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
enable_checksum="${INPUT_CHECKSUM:-}"
|
|
||||||
case "${enable_checksum}" in
|
|
||||||
true) ;;
|
|
||||||
false)
|
|
||||||
enable_checksum=''
|
|
||||||
warn "checksums have been disabled by 'checksum' input option; this is strongly discouraged for security reasons"
|
|
||||||
;;
|
|
||||||
*) bail "'checksum' input option must be 'true' or 'false': '${enable_checksum}'" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
fallback="${INPUT_FALLBACK:-}"
|
|
||||||
case "${fallback}" in
|
|
||||||
none | cargo-binstall | cargo-install) ;;
|
|
||||||
*) bail "'fallback' input option must be 'none', 'cargo-binstall', or 'cargo-install': '${fallback}'" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# Unlike gh command, cargo-binstall reads GITHUB_TOKEN first via cli parser, and then reads GH_TOKEN.
|
|
||||||
# https://github.com/cargo-bins/cargo-binstall/blob/v1.17.9/crates/bin/src/args.rs#L704
|
|
||||||
token="${GITHUB_TOKEN:-"${GH_TOKEN:-"${DEFAULT_GITHUB_TOKEN:-}"}"}"
|
|
||||||
# This prevents tokens from being exposed to subprocesses via environment variables.
|
|
||||||
# Since the tokens remain in memory, setting `fallback: none` (which prevents the tokens from being
|
|
||||||
# set in the first place) remains the best practice from a security standpoint, as readme says.
|
|
||||||
unset GITHUB_TOKEN GH_TOKEN DEFAULT_GITHUB_TOKEN
|
|
||||||
|
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
linux)
|
linux)
|
||||||
@@ -935,6 +939,8 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
|
|||||||
# Since the build script can access the token when `cargo install` is called
|
# Since the build script can access the token when `cargo install` is called
|
||||||
# within `cargo-binstall`, disables building from source in cargo-binstall
|
# within `cargo-binstall`, disables building from source in cargo-binstall
|
||||||
# and fallback to `cargo install` which doesn't need the token.
|
# and fallback to `cargo install` which doesn't need the token.
|
||||||
|
# TODO: once https://github.com/cargo-bins/cargo-binstall/pull/2533 merged,
|
||||||
|
# we can remove this and use batch install again.
|
||||||
--disable-strategies compile
|
--disable-strategies compile
|
||||||
)
|
)
|
||||||
unsupported_tools2=()
|
unsupported_tools2=()
|
||||||
@@ -953,6 +959,7 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
|
|||||||
done
|
done
|
||||||
if [[ ${#unsupported_tools2[@]} -gt 0 ]]; then
|
if [[ ${#unsupported_tools2[@]} -gt 0 ]]; then
|
||||||
for tool in "${unsupported_tools2[@]}"; do
|
for tool in "${unsupported_tools2[@]}"; do
|
||||||
|
# This logic is from cache-cargo-install-action.
|
||||||
cargo_args=(--locked)
|
cargo_args=(--locked)
|
||||||
if [[ "${tool}" == *"@"* ]]; then
|
if [[ "${tool}" == *"@"* ]]; then
|
||||||
version="${tool#*@}"
|
version="${tool#*@}"
|
||||||
@@ -984,7 +991,7 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
|
|||||||
cargo install "${cargo_args[@]}" "${tool}"
|
cargo install "${cargo_args[@]}" "${tool}"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
if ! type -P cargo >/dev/null; then
|
if [[ -z "${cargo_path}" ]]; then
|
||||||
_bin_dir=$(canonicalize_windows_path "${home}/.cargo/bin")
|
_bin_dir=$(canonicalize_windows_path "${home}/.cargo/bin")
|
||||||
# TODO: avoid this when already added
|
# TODO: avoid this when already added
|
||||||
info "adding '${_bin_dir}' to PATH"
|
info "adding '${_bin_dir}' to PATH"
|
||||||
|
|||||||
1
manifests/auto-doc.json
generated
1
manifests/auto-doc.json
generated
@@ -26,7 +26,6 @@
|
|||||||
"bin": "auto-doc.exe"
|
"bin": "auto-doc.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/tj-actions/auto-doc/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.6.0"
|
"version": "3.6.0"
|
||||||
},
|
},
|
||||||
|
|||||||
45
manifests/biome.json
generated
45
manifests/biome.json
generated
@@ -1,15 +1,52 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.4.11"
|
"version": "2.4.12"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"version": "2.4.11"
|
"version": "2.4.12"
|
||||||
},
|
},
|
||||||
"2.4": {
|
"2.4": {
|
||||||
"version": "2.4.11"
|
"version": "2.4.12"
|
||||||
|
},
|
||||||
|
"2.4.12": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.12/biome-linux-x64-musl",
|
||||||
|
"etag": "0x8DE9A52C9C67EE4",
|
||||||
|
"hash": "09acbdcd294e40e1f5c493e58f56f78cf2522c9d9b9f4609323c05689e8dc4bd",
|
||||||
|
"bin": "biome"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.12/biome-darwin-x64",
|
||||||
|
"etag": "0x8DE9A52C98D38A5",
|
||||||
|
"hash": "2617d939c0076743cbc597d9e1531628a0346eb19e6916f9374cb6e8f203fe3b",
|
||||||
|
"bin": "biome"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.12/biome-win32-x64.exe",
|
||||||
|
"etag": "0x8DE9A52CA29DA1D",
|
||||||
|
"hash": "bb4309a0c05caf7377fc071b770d503c5e052a45f8ddea3c9dca34890f202189",
|
||||||
|
"bin": "biome.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.12/biome-linux-arm64-musl",
|
||||||
|
"etag": "0x8DE9A52C937FE5A",
|
||||||
|
"hash": "8334e330fdc3eca2461928071704092b615831035108b1761386981262570f2c",
|
||||||
|
"bin": "biome"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.12/biome-darwin-arm64",
|
||||||
|
"etag": "0x8DE9A52C9684DEF",
|
||||||
|
"hash": "ac5775441d77af4ef9f61827e6058b2ec21db469102c94ccd9d1c48d09d5c461",
|
||||||
|
"bin": "biome"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.12/biome-win32-arm64.exe",
|
||||||
|
"etag": "0x8DE9A52C96CB5D0",
|
||||||
|
"hash": "df8552b36007c4339bda7d5328a5d41560f761fd24d53fffe31f58b171483b66",
|
||||||
|
"bin": "biome.exe"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2.4.11": {
|
"2.4.11": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
1
manifests/cargo-audit.json
generated
1
manifests/cargo-audit.json
generated
@@ -22,7 +22,6 @@
|
|||||||
"bin": "cargo-audit-aarch64-apple-darwin-v${version}/cargo-audit"
|
"bin": "cargo-audit-aarch64-apple-darwin-v${version}/cargo-audit"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-APACHE) OR [MIT](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.22.1"
|
"version": "0.22.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-auditable.json
generated
1
manifests/cargo-auditable.json
generated
@@ -26,7 +26,6 @@
|
|||||||
"bin": "cargo-auditable.exe"
|
"bin": "cargo-auditable.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.7.4"
|
"version": "0.7.4"
|
||||||
},
|
},
|
||||||
|
|||||||
29
manifests/cargo-binstall.json
generated
29
manifests/cargo-binstall.json
generated
@@ -20,34 +20,33 @@
|
|||||||
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v${version}/cargo-binstall-aarch64-pc-windows-msvc.zip"
|
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v${version}/cargo-binstall-aarch64-pc-windows-msvc.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.18.0"
|
"version": "1.18.1"
|
||||||
},
|
},
|
||||||
"1.18.0": {
|
"1.18.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DE98AE6D18E96D",
|
"etag": "0x8DE9959D5E8FE78",
|
||||||
"hash": "7ca2de024161eb95b0207475e931cca7ffa8aae1567811b2dc5e18581f2fe216"
|
"hash": "cf2a4b54494ea8555d6349685e9a301efc1051d9fba6308c76914b2486f8700f"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
"etag": "0x8DE98AE7368B908",
|
"etag": "0x8DE9959DBCBBA2C",
|
||||||
"hash": "f6014ff3c1fd2c2a744005b370ee3e271ef7d2b7d5c68fa49da17d66de3d714d"
|
"hash": "e06370bec7143668653bb7c09d0b8b689fc703dd4fa58ec5847c4b571d8a490d"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"etag": "0x8DE98AE715AC769",
|
"etag": "0x8DE9959D9E5BCF3",
|
||||||
"hash": "0458444c42221fd6d89785ea438cab9bedebdfe93425f0ea31e6bb53b7b9db9f"
|
"hash": "89706aa5215c164d8d091597a470fee72308ac87e8553af395ea77db844a888c"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
"etag": "0x8DE98AE7E2AB5E8",
|
"etag": "0x8DE9959E60E685D",
|
||||||
"hash": "a59b465665e3a4ce54d2039f858217b68b2d972cb6bd189995f56a76f43418fd"
|
"hash": "c55962a0115f9716b709216de7f8bdd59d6ba8738779e60b051b4593f677717a"
|
||||||
},
|
},
|
||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"etag": "0x8DE98AE86092802",
|
"etag": "0x8DE9959ED2C11A4",
|
||||||
"hash": "2e5196f9039089f7df6f20443ce430fd91c3795725911fcc59847ea8cccb6b3d"
|
"hash": "955abf167994c90f3547e233edace4c0f794465dd4aa408249b38999aa5ca3cf"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
"etag": "0x8DE98AE8376BD4D",
|
"etag": "0x8DE9959EAAC5732",
|
||||||
"hash": "a1b61dd998338c9c71abb169850e8de9c436dd1db901498c05287fc18c7169b9"
|
"hash": "c6873e81457d9e44973a8e9a849795f2c83765fce0af8ad68b597b5b40dec418"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1
manifests/cargo-careful.json
generated
1
manifests/cargo-careful.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "cargo-careful",
|
"rust_crate": "cargo-careful",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[MIT](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.4.10"
|
"version": "0.4.10"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-cyclonedx.json
generated
1
manifests/cargo-cyclonedx.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "cargo-cyclonedx",
|
"rust_crate": "cargo-cyclonedx",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/CycloneDX/cyclonedx-rust-cargo/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.5.9"
|
"version": "0.5.9"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-deadlinks.json
generated
1
manifests/cargo-deadlinks.json
generated
@@ -14,7 +14,6 @@
|
|||||||
"bin": "cargo-deadlinks"
|
"bin": "cargo-deadlinks"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/deadlinks/cargo-deadlinks/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/deadlinks/cargo-deadlinks/blob/master/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.8.1"
|
"version": "0.8.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-deb.json
generated
1
manifests/cargo-deb.json
generated
@@ -6,7 +6,6 @@
|
|||||||
"bin": "usr/bin/cargo-deb"
|
"bin": "usr/bin/cargo-deb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/kornelski/cargo-deb/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.6.3"
|
"version": "3.6.3"
|
||||||
},
|
},
|
||||||
|
|||||||
49
manifests/cargo-deny.json
generated
49
manifests/cargo-deny.json
generated
@@ -22,12 +22,55 @@
|
|||||||
"bin": "cargo-deny-${version}-aarch64-apple-darwin/cargo-deny"
|
"bin": "cargo-deny-${version}-aarch64-apple-darwin/cargo-deny"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.19.1"
|
"version": "0.19.4"
|
||||||
},
|
},
|
||||||
"0.19": {
|
"0.19": {
|
||||||
"version": "0.19.1"
|
"version": "0.19.4"
|
||||||
|
},
|
||||||
|
"0.19.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9AED0DA16A3C",
|
||||||
|
"hash": "3bd58b784e83715b86ddbc9deac591890372ec77fda5741bb0826970b958506f"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9AED0D025AC6",
|
||||||
|
"hash": "90fb22528daae11d0ce68cd968ea1f8e4d852b33510d0243d8c6666fc1dbea16"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9AED3516701F",
|
||||||
|
"hash": "410b2f2bcb4d802dd8b018939156617ca290ac06554e95c35ab0a2bd07be2298"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9AED166EB210",
|
||||||
|
"hash": "c32ded194b38b48e0b44a838a0d85c856120801e1253fc7febf6f2e48ccb84d8"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9AED0D9176A2",
|
||||||
|
"hash": "2437a51d904b29abe2d3aa9ea87e353c86cff108d519ba1e5fb495bb28e7fbaf"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.19.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE99FE8DE28F6D",
|
||||||
|
"hash": "0c722daba6e38497a008c75f9232578481f0a1ad621d99865024a68204f18cc7"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE99FE88C77055",
|
||||||
|
"hash": "b73dc84685920324f0092e2ade445be5d8d2581f409454241c38135b1a34ff68"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE99FECCC8BC39",
|
||||||
|
"hash": "27d2584ad4edee4d481852a5b62748059863c9fb623d238a76c87b0c1cf4dca6"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE99FEAFD6114C",
|
||||||
|
"hash": "8de0b4774ed6236a21dd5a4407bd98acf814073b58fbe4fb60a792e5bacac07b"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE99FE6BE18845",
|
||||||
|
"hash": "35e715486a78c0583c05a8cfe136c54b7e4e20e43bf01d91d345f80dfd345076"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.19.1": {
|
"0.19.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
1
manifests/cargo-dinghy.json
generated
1
manifests/cargo-dinghy.json
generated
@@ -10,7 +10,6 @@
|
|||||||
"bin": "cargo-dinghy-${version}/cargo-dinghy"
|
"bin": "cargo-dinghy-${version}/cargo-dinghy"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.8.4"
|
"version": "0.8.4"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-export.json
generated
1
manifests/cargo-export.json
generated
@@ -22,7 +22,6 @@
|
|||||||
"bin": "cargo-export-v${version}-aarch64-apple-darwin/bin/cargo-export"
|
"bin": "cargo-export-v${version}-aarch64-apple-darwin/bin/cargo-export"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/bazhenov/cargo-export/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.2.5"
|
"version": "0.2.5"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-hack.json
generated
1
manifests/cargo-hack.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "cargo-hack",
|
"rust_crate": "cargo-hack",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.6.44"
|
"version": "0.6.44"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-insta.json
generated
1
manifests/cargo-insta.json
generated
@@ -18,7 +18,6 @@
|
|||||||
"bin": "cargo-insta-aarch64-apple-darwin/cargo-insta"
|
"bin": "cargo-insta-aarch64-apple-darwin/cargo-insta"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/mitsuhiko/insta/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.47.2"
|
"version": "1.47.2"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-lambda.json
generated
1
manifests/cargo-lambda.json
generated
@@ -18,7 +18,6 @@
|
|||||||
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.aarch64-apple-darwin.tar.gz"
|
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.aarch64-apple-darwin.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.9.1"
|
"version": "1.9.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-llvm-cov.json
generated
1
manifests/cargo-llvm-cov.json
generated
@@ -29,7 +29,6 @@
|
|||||||
"url": "https://github.com/taiki-e/cargo-llvm-cov/releases/download/v${version}/cargo-llvm-cov-s390x-unknown-linux-gnu.tar.gz"
|
"url": "https://github.com/taiki-e/cargo-llvm-cov/releases/download/v${version}/cargo-llvm-cov-s390x-unknown-linux-gnu.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.8.5"
|
"version": "0.8.5"
|
||||||
},
|
},
|
||||||
|
|||||||
37
manifests/cargo-machete.json
generated
37
manifests/cargo-machete.json
generated
@@ -1,12 +1,43 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "cargo-machete",
|
"rust_crate": "cargo-machete",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[MIT](https://github.com/bnjbvr/cargo-machete/blob/main/LICENSE.md)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.9.1"
|
"version": "0.9.2"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.1"
|
"version": "0.9.2"
|
||||||
|
},
|
||||||
|
"0.9.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.2/cargo-machete-v0.9.2-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DE9B0EC4E4A16A",
|
||||||
|
"hash": "48200087f54c55aabcd4db4af1e25742b49846c02a1b1bfa134711945b35b2e9",
|
||||||
|
"bin": "cargo-machete-v0.9.2-x86_64-unknown-linux-musl/cargo-machete"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.2/cargo-machete-v0.9.2-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DE9B0EC263ACC1",
|
||||||
|
"hash": "3e8cb936c9b820f84d047a2b5be8b229b2be67bf2467014885376a6faffdcac3",
|
||||||
|
"bin": "cargo-machete-v0.9.2-x86_64-apple-darwin/cargo-machete"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.2/cargo-machete-v0.9.2-x86_64-pc-windows-msvc.tar.gz",
|
||||||
|
"etag": "0x8DE9B0EDA735250",
|
||||||
|
"hash": "996120ac70afe405c58fce508a476f25bb71032c6fb8013aa0123bba36429c76",
|
||||||
|
"bin": "cargo-machete-v0.9.2-x86_64-pc-windows-msvc/cargo-machete.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.2/cargo-machete-v0.9.2-aarch64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DE9B0EB0A844A7",
|
||||||
|
"hash": "6f96c3e6026a5bdd241b6ae600c6fb86c9197c6e189a894f91371baa01fd10f5",
|
||||||
|
"bin": "cargo-machete-v0.9.2-aarch64-unknown-linux-gnu/cargo-machete"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.2/cargo-machete-v0.9.2-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DE9B0EC004E6C0",
|
||||||
|
"hash": "63e28fee386d82d33f2d12406c857f98e2d4697f3f7df7f71f34dff07fca0fde",
|
||||||
|
"bin": "cargo-machete-v0.9.2-aarch64-apple-darwin/cargo-machete"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.9.1": {
|
"0.9.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
1
manifests/cargo-make.json
generated
1
manifests/cargo-make.json
generated
@@ -18,7 +18,6 @@
|
|||||||
"bin": "cargo-make-v${version}-aarch64-apple-darwin/cargo-make"
|
"bin": "cargo-make-v${version}-aarch64-apple-darwin/cargo-make"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.37.24"
|
"version": "0.37.24"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-minimal-versions.json
generated
1
manifests/cargo-minimal-versions.json
generated
@@ -29,7 +29,6 @@
|
|||||||
"url": "https://github.com/taiki-e/cargo-minimal-versions/releases/download/v${version}/cargo-minimal-versions-s390x-unknown-linux-gnu.tar.gz"
|
"url": "https://github.com/taiki-e/cargo-minimal-versions/releases/download/v${version}/cargo-minimal-versions-s390x-unknown-linux-gnu.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.37"
|
"version": "0.1.37"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-neat.json
generated
1
manifests/cargo-neat.json
generated
@@ -22,7 +22,6 @@
|
|||||||
"bin": "cargo-neat-${version}-aarch64-apple-darwin/cargo-neat"
|
"bin": "cargo-neat-${version}-aarch64-apple-darwin/cargo-neat"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.2"
|
"version": "0.3.2"
|
||||||
},
|
},
|
||||||
|
|||||||
40
manifests/cargo-nextest.json
generated
40
manifests/cargo-nextest.json
generated
@@ -26,12 +26,46 @@
|
|||||||
"url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-${version}/cargo-nextest-${version}-riscv64gc-unknown-linux-gnu.tar.gz"
|
"url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-${version}/cargo-nextest-${version}-riscv64gc-unknown-linux-gnu.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.9.132"
|
"version": "0.9.133"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.132"
|
"version": "0.9.133"
|
||||||
|
},
|
||||||
|
"0.9.133": {
|
||||||
|
"previous_stable_version": "0.9.132",
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9A69A09A2C2E",
|
||||||
|
"hash": "a9f992321e8759818400d93abb9477b4b11422d18d216e8d208505bd73454103"
|
||||||
|
},
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9A6A8E17A645",
|
||||||
|
"hash": "c42e03975841e4de3d7b80de39683a57f916532f349c1783f736bd55a9388d90"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9A6A301F6420",
|
||||||
|
"hash": "6141b22cb71970aed9bd44bb21e31170755db94a469603760df327ebb219a109"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9A6AD40CB8FE",
|
||||||
|
"hash": "7a2ecd620bb377255b1de642b6587b73efb4dc6d35beaf13cabf52bdb7ca2ba9"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9A69FDAEB379",
|
||||||
|
"hash": "8e4d241c78f9cbf5ca8597b13004f0441c18af484ea105b8f83b44a716c82d3d"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9A69B4847E92",
|
||||||
|
"hash": "27495080ed27032e3bf019a50d2d72b7d85fe48c6391cf24de80d5157771049f"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9A6AD91613C1",
|
||||||
|
"hash": "7a9b714bd5879db124e8d8a4e4e5959295345678456af61741a516d17f6e4a69"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9A69A1E2EE1A",
|
||||||
|
"hash": "57146e41731792fd25efd9d8e20cd3854807bd7b73197deb7266920b3114ff09"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.9.132": {
|
"0.9.132": {
|
||||||
"previous_stable_version": "0.9.131",
|
"previous_stable_version": "0.9.131",
|
||||||
|
|||||||
1
manifests/cargo-no-dev-deps.json
generated
1
manifests/cargo-no-dev-deps.json
generated
@@ -29,7 +29,6 @@
|
|||||||
"url": "https://github.com/taiki-e/cargo-no-dev-deps/releases/download/v${version}/cargo-no-dev-deps-s390x-unknown-linux-gnu.tar.gz"
|
"url": "https://github.com/taiki-e/cargo-no-dev-deps/releases/download/v${version}/cargo-no-dev-deps-s390x-unknown-linux-gnu.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.2.23"
|
"version": "0.2.23"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-rdme.json
generated
1
manifests/cargo-rdme.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "cargo-rdme",
|
"rust_crate": "cargo-rdme",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[MPL-2.0](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.4.2"
|
"version": "1.4.2"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-semver-checks.json
generated
1
manifests/cargo-semver-checks.json
generated
@@ -17,7 +17,6 @@
|
|||||||
"url": "https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v${version}/cargo-semver-checks-aarch64-apple-darwin.tar.gz"
|
"url": "https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v${version}/cargo-semver-checks-aarch64-apple-darwin.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.47.0"
|
"version": "0.47.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-shear.json
generated
1
manifests/cargo-shear.json
generated
@@ -26,7 +26,6 @@
|
|||||||
"bin": "cargo-shear.exe"
|
"bin": "cargo-shear.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.11.2"
|
"version": "1.11.2"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-sort.json
generated
1
manifests/cargo-sort.json
generated
@@ -14,7 +14,6 @@
|
|||||||
"url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-aarch64-apple-darwin.tar.gz"
|
"url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-aarch64-apple-darwin.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/DevinR528/cargo-sort/blob/v1.0.9/Cargo.toml#L5)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.1.3"
|
"version": "2.1.3"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-spellcheck.json
generated
1
manifests/cargo-spellcheck.json
generated
@@ -8,7 +8,6 @@
|
|||||||
"url": "https://github.com/drahnr/cargo-spellcheck/releases/download/v${version}/cargo-spellcheck-v${version}-x86_64-pc-windows-gnu.exe"
|
"url": "https://github.com/drahnr/cargo-spellcheck/releases/download/v${version}/cargo-spellcheck-v${version}-x86_64-pc-windows-gnu.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[LGPLv2.1](https://github.com/drahnr/cargo-spellcheck/blob/master/LICENSE-LGPL)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.15.1"
|
"version": "0.15.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-tarpaulin.json
generated
1
manifests/cargo-tarpaulin.json
generated
@@ -17,7 +17,6 @@
|
|||||||
"url": "https://github.com/xd009642/tarpaulin/releases/download/${version}/cargo-tarpaulin-aarch64-apple-darwin.tar.gz"
|
"url": "https://github.com/xd009642/tarpaulin/releases/download/${version}/cargo-tarpaulin-aarch64-apple-darwin.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.35.2"
|
"version": "0.35.2"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-udeps.json
generated
1
manifests/cargo-udeps.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "cargo-udeps",
|
"rust_crate": "cargo-udeps",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/HEAD/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.60"
|
"version": "0.1.60"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cargo-valgrind.json
generated
1
manifests/cargo-valgrind.json
generated
@@ -11,7 +11,6 @@
|
|||||||
"url": "https://github.com/jfrimmel/cargo-valgrind/releases/download/${version}/cargo-valgrind-${version}-x86_64-pc-windows-msvc.zip"
|
"url": "https://github.com/jfrimmel/cargo-valgrind/releases/download/${version}/cargo-valgrind-${version}-x86_64-pc-windows-msvc.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[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)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.4.1"
|
"version": "2.4.1"
|
||||||
},
|
},
|
||||||
|
|||||||
23
manifests/cargo-xwin.json
generated
23
manifests/cargo-xwin.json
generated
@@ -14,12 +14,29 @@
|
|||||||
"url": "https://github.com/rust-cross/cargo-xwin/releases/download/v${version}/cargo-xwin-v${version}.aarch64-unknown-linux-musl.tar.gz"
|
"url": "https://github.com/rust-cross/cargo-xwin/releases/download/v${version}/cargo-xwin-v${version}.aarch64-unknown-linux-musl.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-xwin/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.21.4"
|
"version": "0.21.5"
|
||||||
},
|
},
|
||||||
"0.21": {
|
"0.21": {
|
||||||
"version": "0.21.4"
|
"version": "0.21.5"
|
||||||
|
},
|
||||||
|
"0.21.5": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE996AB7D4D4DC",
|
||||||
|
"hash": "42928296cfaaede33b85cc1b96c0db424070f32dfbd5c0a2abbd6d0d64f05334"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE996A9D6EC9D6",
|
||||||
|
"hash": "68824cbab61a1f16b9648eb82637de2ecb4b1e7b590e10808b7f11fb60c5a5b0"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE996A6C11905B",
|
||||||
|
"hash": "05664cc1dcebb2529a26c876957738abc7bf9e5bad53c8de82e0696bb68cacd5"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE996A75B99E58",
|
||||||
|
"hash": "5af6421d4970a0c289d60f5cd79023cade9a83ba25a8495e8d401a45095ffcc1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.21.4": {
|
"0.21.4": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
1
manifests/cargo-zigbuild.json
generated
1
manifests/cargo-zigbuild.json
generated
@@ -17,7 +17,6 @@
|
|||||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v${version}/cargo-zigbuild-v${version}.windows-arm64.zip"
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v${version}/cargo-zigbuild-v${version}.windows-arm64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.21.4"
|
"version": "0.21.4"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/coreutils.json
generated
1
manifests/coreutils.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "coreutils",
|
"rust_crate": "coreutils",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[MIT](https://github.com/uutils/coreutils/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.6.0"
|
"version": "0.6.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cosign.json
generated
1
manifests/cosign.json
generated
@@ -26,7 +26,6 @@
|
|||||||
"url": "https://github.com/sigstore/cosign/releases/download/v${version}/cosign-linux-s390x"
|
"url": "https://github.com/sigstore/cosign/releases/download/v${version}/cosign-linux-s390x"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/sigstore/cosign/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.0.6"
|
"version": "3.0.6"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/covgate.json
generated
1
manifests/covgate.json
generated
@@ -18,7 +18,6 @@
|
|||||||
"bin": "covgate-v${version}-aarch64-apple-darwin/covgate"
|
"bin": "covgate-v${version}-aarch64-apple-darwin/covgate"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/jesse-black/covgate/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.4"
|
"version": "0.1.4"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cross.json
generated
1
manifests/cross.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "cross",
|
"rust_crate": "cross",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[MIT](https://github.com/cross-rs/cross/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/cross-rs/cross/blob/main/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.2.5"
|
"version": "0.2.5"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/cyclonedx.json
generated
1
manifests/cyclonedx.json
generated
@@ -20,7 +20,6 @@
|
|||||||
"url": "https://github.com/CycloneDX/cyclonedx-cli/releases/download/v${version}/cyclonedx-win-arm64.exe"
|
"url": "https://github.com/CycloneDX/cyclonedx-cli/releases/download/v${version}/cyclonedx-win-arm64.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/CycloneDX/cyclonedx-cli/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.30.0"
|
"version": "0.30.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/deepsource.json
generated
1
manifests/deepsource.json
generated
@@ -17,7 +17,6 @@
|
|||||||
"url": "https://github.com/DeepSourceCorp/cli/releases/download/v${version}/deepsource_${version}_darwin_arm64.tar.gz"
|
"url": "https://github.com/DeepSourceCorp/cli/releases/download/v${version}/deepsource_${version}_darwin_arm64.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[BSD-2-Clause](https://github.com/DeepSourceCorp/cli/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.10.1"
|
"version": "0.10.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/dprint.json
generated
1
manifests/dprint.json
generated
@@ -26,7 +26,6 @@
|
|||||||
"url": "https://github.com/dprint/dprint/releases/download/${version}/dprint-riscv64gc-unknown-linux-gnu.zip"
|
"url": "https://github.com/dprint/dprint/releases/download/${version}/dprint-riscv64gc-unknown-linux-gnu.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.54.0"
|
"version": "0.54.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/earthly.json
generated
1
manifests/earthly.json
generated
@@ -17,7 +17,6 @@
|
|||||||
"url": "https://github.com/earthly/earthly/releases/download/v${version}/earthly-darwin-arm64"
|
"url": "https://github.com/earthly/earthly/releases/download/v${version}/earthly-darwin-arm64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MPL-2.0](https://github.com/earthly/earthly/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.8.16"
|
"version": "0.8.16"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/editorconfig-checker.json
generated
1
manifests/editorconfig-checker.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[MIT](https://github.com/editorconfig-checker/editorconfig-checker/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.6.1"
|
"version": "3.6.1"
|
||||||
},
|
},
|
||||||
|
|||||||
50
manifests/espup.json
generated
50
manifests/espup.json
generated
@@ -17,9 +17,55 @@
|
|||||||
"url": "https://github.com/esp-rs/espup/releases/download/v${version}/espup-aarch64-apple-darwin.zip"
|
"url": "https://github.com/esp-rs/espup/releases/download/v${version}/espup-aarch64-apple-darwin.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/esp-rs/espup/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/esp-rs/espup/blob/main/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.16.0"
|
"version": "0.17.1"
|
||||||
|
},
|
||||||
|
"0.17": {
|
||||||
|
"version": "0.17.1"
|
||||||
|
},
|
||||||
|
"0.17.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9C74A098CB39",
|
||||||
|
"hash": "dd8625b3742b2f74ce406286baef8ee67525d63b25ea303ddf7473ed2cc31192"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9C747D3044B2",
|
||||||
|
"hash": "c51cf3d7a91c5e24de680812cf110fa58a4315ed80b8d1af8e74f89088d8b861"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9C748FE2165B",
|
||||||
|
"hash": "f3a2d372e6f04f67a2adb7ff310ad336d9d475a5c4ce2c0c7855792875981bf0"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9C7475A3FBDB",
|
||||||
|
"hash": "9b0082414a962edfdd62aeebba07e8eaf3009477e78903a6bc656775f2f1dbe7"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9C74AB2E27B6",
|
||||||
|
"hash": "93bff02d2e3f37eb5c0ab68b2016fcbeb5e9aa0334f8f47e5ec63a219daace91"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.17.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9C60D8405E5A",
|
||||||
|
"hash": "9b97234338a83c23e6324595ae861b190cc95fefeb257575f05327fe1f2cd77d"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9C60B152442B",
|
||||||
|
"hash": "366e7f1ba3aaf60d026a232d83cf75e0d9a977083ffba5a4ef90bb0732df4d11"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9C60C2BCF730",
|
||||||
|
"hash": "03049e76c11f174b3f32277545be53819a243af8e8c012e7c07e10314840e170"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9C60A9AE250C",
|
||||||
|
"hash": "f6356701429f99b2bb6dc1d67aadb56bf3c3b09b6e583849d334068d5edda418"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9C60B3F2D0E4",
|
||||||
|
"hash": "7f7c5f38d15bbce54a910150ba295516985e3bf27abbacf81d8718bf7cf7521d"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.16": {
|
"0.16": {
|
||||||
"version": "0.16.0"
|
"version": "0.16.0"
|
||||||
|
|||||||
1
manifests/git-cliff.json
generated
1
manifests/git-cliff.json
generated
@@ -26,7 +26,6 @@
|
|||||||
"bin": "git-cliff-${version}/git-cliff.exe"
|
"bin": "git-cliff-${version}/git-cliff.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/orhun/git-cliff/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/orhun/git-cliff/blob/main/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.12.0"
|
"version": "2.12.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/grcov.json
generated
1
manifests/grcov.json
generated
@@ -17,7 +17,6 @@
|
|||||||
"url": "https://github.com/mozilla/grcov/releases/download/v${version}/grcov-aarch64-apple-darwin.tar.bz2"
|
"url": "https://github.com/mozilla/grcov/releases/download/v${version}/grcov-aarch64-apple-darwin.tar.bz2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MPL-2.0](https://github.com/mozilla/grcov/blob/HEAD/LICENSE-MPL-2.0)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.10.7"
|
"version": "0.10.7"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/gungraun-runner.json
generated
1
manifests/gungraun-runner.json
generated
@@ -22,7 +22,6 @@
|
|||||||
"bin": "gungraun-runner-v${version}-s390x-unknown-linux-gnu/gungraun-runner"
|
"bin": "gungraun-runner-v${version}-s390x-unknown-linux-gnu/gungraun-runner"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/gungraun/gungraun/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/gungraun/gungraun/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.18.1"
|
"version": "0.18.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/hyperfine.json
generated
1
manifests/hyperfine.json
generated
@@ -22,7 +22,6 @@
|
|||||||
"bin": "hyperfine-v${version}-aarch64-apple-darwin/hyperfine"
|
"bin": "hyperfine-v${version}-aarch64-apple-darwin/hyperfine"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.20.0"
|
"version": "1.20.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/iai-callgrind-runner.json
generated
1
manifests/iai-callgrind-runner.json
generated
@@ -22,7 +22,6 @@
|
|||||||
"bin": "iai-callgrind-runner-v${version}-s390x-unknown-linux-gnu/iai-callgrind-runner"
|
"bin": "iai-callgrind-runner-v${version}-s390x-unknown-linux-gnu/iai-callgrind-runner"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.16.1"
|
"version": "0.16.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/jaq.json
generated
1
manifests/jaq.json
generated
@@ -17,7 +17,6 @@
|
|||||||
"url": "https://github.com/01mf02/jaq/releases/download/v${version}/jaq-v${version}-aarch64-apple-darwin"
|
"url": "https://github.com/01mf02/jaq/releases/download/v${version}/jaq-v${version}-aarch64-apple-darwin"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/01mf02/jaq/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.6.0"
|
"version": "1.6.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/just.json
generated
1
manifests/just.json
generated
@@ -20,7 +20,6 @@
|
|||||||
"url": "https://github.com/casey/just/releases/download/${version}/just-${version}-aarch64-pc-windows-msvc.zip"
|
"url": "https://github.com/casey/just/releases/download/${version}/just-${version}-aarch64-pc-windows-msvc.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.49.0"
|
"version": "1.49.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/knope.json
generated
1
manifests/knope.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "knope",
|
"rust_crate": "knope",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.22.4"
|
"version": "0.22.4"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/martin.json
generated
1
manifests/martin.json
generated
@@ -30,7 +30,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/maplibre/martin/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/maplibre/martin/blob/main/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.5.0"
|
"version": "1.5.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/mdbook-alerts.json
generated
1
manifests/mdbook-alerts.json
generated
@@ -17,7 +17,6 @@
|
|||||||
"url": "https://github.com/lambdalisue/rs-mdbook-alerts/releases/download/v${version}/mdbook-alerts-aarch64-apple-darwin"
|
"url": "https://github.com/lambdalisue/rs-mdbook-alerts/releases/download/v${version}/mdbook-alerts-aarch64-apple-darwin"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/lambdalisue/rs-mdbook-alerts/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.8.0"
|
"version": "0.8.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/mdbook-linkcheck.json
generated
1
manifests/mdbook-linkcheck.json
generated
@@ -11,7 +11,6 @@
|
|||||||
"url": "https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/download/v${version}/mdbook-linkcheck.x86_64-pc-windows-msvc.zip"
|
"url": "https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/download/v${version}/mdbook-linkcheck.x86_64-pc-windows-msvc.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/Michael-F-Bryan/mdbook-linkcheck/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.7.7"
|
"version": "0.7.7"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/mdbook-mermaid-ssr.json
generated
1
manifests/mdbook-mermaid-ssr.json
generated
@@ -22,7 +22,6 @@
|
|||||||
"bin": "mdbook-mermaid-ssr.exe"
|
"bin": "mdbook-mermaid-ssr.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MPL-2.0](https://github.com/CommanderStorm/mdbook-mermaid-ssr/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.0"
|
"version": "0.3.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/mdbook-mermaid.json
generated
1
manifests/mdbook-mermaid.json
generated
@@ -22,7 +22,6 @@
|
|||||||
"bin": "mdbook-mermaid"
|
"bin": "mdbook-mermaid"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MPL-2.0](https://github.com/badboy/mdbook-mermaid/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.17.0"
|
"version": "0.17.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/mdbook.json
generated
1
manifests/mdbook.json
generated
@@ -20,7 +20,6 @@
|
|||||||
"url": "https://github.com/rust-lang/mdBook/releases/download/v${version}/mdbook-v${version}-aarch64-apple-darwin.tar.gz"
|
"url": "https://github.com/rust-lang/mdBook/releases/download/v${version}/mdbook-v${version}-aarch64-apple-darwin.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.5.2"
|
"version": "0.5.2"
|
||||||
},
|
},
|
||||||
|
|||||||
163
manifests/mise.json
generated
163
manifests/mise.json
generated
@@ -26,15 +26,170 @@
|
|||||||
"bin": "mise/bin/mise.exe"
|
"bin": "mise/bin/mise.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2026.4.9"
|
"version": "2026.4.16"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.4.9"
|
"version": "2026.4.16"
|
||||||
},
|
},
|
||||||
"2026.4": {
|
"2026.4": {
|
||||||
"version": "2026.4.9"
|
"version": "2026.4.16"
|
||||||
|
},
|
||||||
|
"2026.4.17": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9D70541A0D1C",
|
||||||
|
"hash": "5c661249b75506bdc0a133d91460544b9a0c096c40cdb60a5c8d9e60bc144897"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9D705805C8FD",
|
||||||
|
"hash": "7925831a68bb119ae0a744408ab646b476f6309720b46d7f5ab466613ca7ada8"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9D705A337B82",
|
||||||
|
"hash": "51bf2412db91411717e5b34bfdf4ec86428abe20de5115c71c3c2ae96baee5de"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9D704E988A27",
|
||||||
|
"hash": "e9e47b246b73f84348736f48e909424865a01d0d5e853df51d77da33d53ae84d"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9D7056DA3305",
|
||||||
|
"hash": "ac0251f8ccbd48de250aa866a05637b74439b22f815a894bd47fce5d52e209e7"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9D7059853AF9",
|
||||||
|
"hash": "efbeb472c5e30ec6715ff3722a099c70191da00a2324cfdae16c4c2af3e55103"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"2026.4.16": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9C757DA1C42B",
|
||||||
|
"hash": "3dd389bee8684c6e8c400b2d44a33a1087981ae287b7c98816e3537f524287d7"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9C7580347D88",
|
||||||
|
"hash": "547f3ed469fc97808b8b82e776ad74f63ffa34ac93a6b2b40cb69473dcb4e240"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9C758180BD2A",
|
||||||
|
"hash": "9bf630a213b2cad0560a16ba6635d521b9c47d5fc48861c7a781805bb6c393b7"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9C757A63389F",
|
||||||
|
"hash": "5328c096b5a7aef266ee3c8495c3aab7f916c294c034b4488da2a7bdb40b76cf"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9C757F339817",
|
||||||
|
"hash": "b394f42bd7d3f9c4a1edd455f6839eaa32f14265fee8ab76888cf910e76e58ed"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9C758151F28A",
|
||||||
|
"hash": "82405507919f77784561d980da7f94cf5589c8d56503ada9d804996672324e04"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"2026.4.15": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9BB9F97262D5",
|
||||||
|
"hash": "7c5d9b3bc7af393714bbf4ba4f138aac7c6250583a07cd03e31748cb100d295b"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9BB9FCF9B36F",
|
||||||
|
"hash": "0e77713b77c810edf3e1fce1865610675c87db2bac8d0818841e8728335833e3"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9BB9FE91741A",
|
||||||
|
"hash": "626942dbbd3e4b5b1694e5ceb6e2fc5368cf8f9e526cd51674b0692a2e33d7a4"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9BB9F5215263",
|
||||||
|
"hash": "54b39f73e6eb18bb34b92ff00758f765e7c4d1c9858eb7855e01efc48cf56ac1"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9BB9FBCE9228",
|
||||||
|
"hash": "e75e1ee1204fe55ae3ec7da54b2476332609fc78ea4c3633c6a95115e148624e"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9BB9FE20E18E",
|
||||||
|
"hash": "a109fbf6bb255f9113aa823bd2bf3a87afcfb1d2c09b672bd8c207e5426b7371"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"2026.4.14": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9B2D3A8BD6AA",
|
||||||
|
"hash": "863b5c302b4ff88fb864fd46034973eef1a758bdd65d6f0b087cdb0217e0ac35"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9B2D3D2ADE39",
|
||||||
|
"hash": "553884b12050bf61a15daab6d705856a3cd66db03c9db1db4c0d015e8adae47f"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9B2D3E46F53D",
|
||||||
|
"hash": "27bebd90b1dcc0a8a04c375837dda567b89557a56435a15a51876be2f5a20e0a"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9B2D374ED006",
|
||||||
|
"hash": "614088eea52d08e193bee1857ac27dc9ee31bef3d5b3fb18021906bab3c02af7"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9B2D3C9CF99B",
|
||||||
|
"hash": "03850d421ead7c3dfadf4dff6fa3e0bb8641d2a1bcb983151586605eca600d18"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9B2D3DD0EA93",
|
||||||
|
"hash": "5062dc6928acc63084a38e19e38118377e07bb6955ca8d825b8045ca384d2fca"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"2026.4.12": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9AE39F878650",
|
||||||
|
"hash": "d99b8a27c124ce69cde304d75e848e02d2e0c76441f89120f91b90bd5f673dfb"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9AE3A1EEF395",
|
||||||
|
"hash": "f7d9affbec7c40d5cae5f166ff8d495d1c6c2c9a06dee8099f2fed462f2c23b8"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9AE3A339D526",
|
||||||
|
"hash": "b8d98096f2704cd6e892aaf5f413fe5778c52b7efc8de0eed57b2b8c799ba853"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9AE39BE61462",
|
||||||
|
"hash": "a00bce2fc7c14cfba7eca455813316de3efa2cea26410b0b416282406cd37ad6"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9AE3A12FAF3E",
|
||||||
|
"hash": "2b81ec2acad3cc87b2d476804197ce42b90de3376595fd3d22bd9ff07147ca38"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9AE3A2F59EEA",
|
||||||
|
"hash": "4ac3f279f284b1262344114043cda77caa0466d5ccf7e4e4ffdff524de5644ee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"2026.4.11": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE99529B2B70CC",
|
||||||
|
"hash": "e5950f11eaf8b6dfa9779b16b60c16e77581e9e3c2ca6ee6d0fcdbac4213755c"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE99529E24DCBF",
|
||||||
|
"hash": "560f1de4717b1b112e715f2e7b8e42b4ff42cff30974b4d5af6a2beee49d0fa8"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE99529F6DEBAC",
|
||||||
|
"hash": "bd3f65b704b3eb7ca149796cb4884f1a2cd5303095955a90cf2960226c3abf4d"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE995297A42038",
|
||||||
|
"hash": "7d81786e18d807e99e441e1a519abf47a5dd02b4beb7c1eb4c6ec8e4f4d7519e"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE99529D304581",
|
||||||
|
"hash": "0058795c35854976d5e0cd6cb1cb644cd7d5d5a9c57989e4a696f0555dd6ceeb"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE99529F21813E",
|
||||||
|
"hash": "0595c0ace18209519cdb98b15b8e4aeba48b8dbe56a2ce5483baa3464e4c13f5"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2026.4.10": {
|
"2026.4.10": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
1
manifests/osv-scanner.json
generated
1
manifests/osv-scanner.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.3.5"
|
"version": "2.3.5"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/parse-changelog.json
generated
1
manifests/parse-changelog.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "parse-changelog",
|
"rust_crate": "parse-changelog",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.6.16"
|
"version": "0.6.16"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/parse-dockerfile.json
generated
1
manifests/parse-dockerfile.json
generated
@@ -29,7 +29,6 @@
|
|||||||
"url": "https://github.com/taiki-e/parse-dockerfile/releases/download/v${version}/parse-dockerfile-s390x-unknown-linux-gnu.tar.gz"
|
"url": "https://github.com/taiki-e/parse-dockerfile/releases/download/v${version}/parse-dockerfile-s390x-unknown-linux-gnu.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.5"
|
"version": "0.1.5"
|
||||||
},
|
},
|
||||||
|
|||||||
39
manifests/prek.json
generated
39
manifests/prek.json
generated
@@ -38,12 +38,45 @@
|
|||||||
"bin": "prek-s390x-unknown-linux-gnu/prek"
|
"bin": "prek-s390x-unknown-linux-gnu/prek"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/j178/prek/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.8"
|
"version": "0.3.9"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.8"
|
"version": "0.3.9"
|
||||||
|
},
|
||||||
|
"0.3.9": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9958BFB91B93",
|
||||||
|
"hash": "254b48c4b0d8c7da07d0f23144f55f8b56d3a83c416d17a25dbaaee2f721f231"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9958BF2DA54A",
|
||||||
|
"hash": "62b863b3cfcd56dec6a924acad0362594607c86cb773265e148acce252a5c4ac"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9958BF56354B",
|
||||||
|
"hash": "a260094190979a6b2aa6e0bef02121a21e8c2715c2d91603f2763123bfc7f902"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9958BDDB792E",
|
||||||
|
"hash": "b6153b0756a61fc45bf9e63aaf68661bdd9da03dfcf18e2509cedba445b6c4c9"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9958BDA9CBA2",
|
||||||
|
"hash": "0e52d21951d488a9db211c9ea35775614b3cbadc778247486c1e0e9fd0e106cc"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9958BD9BAACF",
|
||||||
|
"hash": "b2fa54c2c6c43cf447a043551e68201c103c2d22692345a29622db8af9c3ce4e"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9958BEFA4C07",
|
||||||
|
"hash": "28e3ba07248eb03f1cd57d6978fdf466eebdf3f69d6eb34b161af898ebb8b45d"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DE9958BF32A8AF",
|
||||||
|
"hash": "bde03bc2acad42eff7dc1579eceb98f1a0cd271dce7e76cf8a056e93e2b85bd9"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.3.8": {
|
"0.3.8": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
1
manifests/protoc.json
generated
1
manifests/protoc.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.34.1"
|
"version": "3.34.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/rclone.json
generated
1
manifests/rclone.json
generated
@@ -26,7 +26,6 @@
|
|||||||
"bin": "rclone-v${version}-windows-arm64/rclone.exe"
|
"bin": "rclone-v${version}-windows-arm64/rclone.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/rclone/rclone/blob/master/COPYING)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.73.4"
|
"version": "1.73.4"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/release-plz.json
generated
1
manifests/release-plz.json
generated
@@ -20,7 +20,6 @@
|
|||||||
"url": "https://github.com/release-plz/release-plz/releases/download/release-plz-v${version}/release-plz-aarch64-pc-windows-msvc.tar.gz"
|
"url": "https://github.com/release-plz/release-plz/releases/download/release-plz-v${version}/release-plz-aarch64-pc-windows-msvc.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.157"
|
"version": "0.3.157"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/sccache.json
generated
1
manifests/sccache.json
generated
@@ -34,7 +34,6 @@
|
|||||||
"bin": "sccache-v${version}-s390x-unknown-linux-musl/sccache"
|
"bin": "sccache-v${version}-s390x-unknown-linux-musl/sccache"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/mozilla/sccache/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.14.0"
|
"version": "0.14.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/shellcheck.json
generated
1
manifests/shellcheck.json
generated
@@ -26,7 +26,6 @@
|
|||||||
"bin": "shellcheck-v${version}/shellcheck"
|
"bin": "shellcheck-v${version}/shellcheck"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[GPL-3.0](https://github.com/koalaman/shellcheck/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.11.0"
|
"version": "0.11.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/shfmt.json
generated
1
manifests/shfmt.json
generated
@@ -17,7 +17,6 @@
|
|||||||
"url": "https://github.com/mvdan/sh/releases/download/v${version}/shfmt_v${version}_darwin_arm64"
|
"url": "https://github.com/mvdan/sh/releases/download/v${version}/shfmt_v${version}_darwin_arm64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.13.1"
|
"version": "3.13.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/syft.json
generated
1
manifests/syft.json
generated
@@ -34,7 +34,6 @@
|
|||||||
"bin": "syft"
|
"bin": "syft"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.42.4"
|
"version": "1.42.4"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/taplo.json
generated
1
manifests/taplo.json
generated
@@ -30,7 +30,6 @@
|
|||||||
"bin": "taplo"
|
"bin": "taplo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/tamasfe/taplo/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.10.0"
|
"version": "0.10.0"
|
||||||
},
|
},
|
||||||
|
|||||||
31
manifests/tombi.json
generated
31
manifests/tombi.json
generated
@@ -20,12 +20,37 @@
|
|||||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v${version}/tombi-cli-${version}-aarch64-pc-windows-msvc.zip"
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v${version}/tombi-cli-${version}-aarch64-pc-windows-msvc.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.9.16"
|
"version": "0.9.18"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.16"
|
"version": "0.9.18"
|
||||||
|
},
|
||||||
|
"0.9.18": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9BC711D24C68",
|
||||||
|
"hash": "a139a80c4116d2ac94f5fe0f86b87c39f3d4314874ed78b353fba017d1afb7dc"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9BC71123495B",
|
||||||
|
"hash": "20409916b06053fb33051b7fd5f1a4fdb150f3dfefe10aff085ce1a0b4ec9faf"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9BC71256ECBB",
|
||||||
|
"hash": "aae50699d7494c2f7f40aa43a18b2d69be28c081c3eaf6ab28cb9512a0e9fa04"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9BC713AD813A",
|
||||||
|
"hash": "59ef8e9c7981b32ef062e5c311955eaaf534a996a5c652af361d5703d2c204d6"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9BC712061A76",
|
||||||
|
"hash": "1292188d80906c698dc3728756a9efe0f6ba2b74a87ae2406ec91fadc1611fd7"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9BC711A30D1F",
|
||||||
|
"hash": "515a57c5cea6f73b48685f33dc4d24447145291c24c23071b3c9cfcdd8791201"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.9.17": {
|
"0.9.17": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
36
manifests/trivy.json
generated
36
manifests/trivy.json
generated
@@ -30,9 +30,41 @@
|
|||||||
"bin": "trivy"
|
"bin": "trivy"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.69.3"
|
"version": "0.70.0"
|
||||||
|
},
|
||||||
|
"0.70": {
|
||||||
|
"version": "0.70.0"
|
||||||
|
},
|
||||||
|
"0.70.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9C4D820E1C11",
|
||||||
|
"hash": "8b4376d5d6befe5c24d503f10ff136d9e0c49f9127a4279fd110b727929a5aa9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9C4D845AA570",
|
||||||
|
"hash": "52d531452b19e7593da29366007d02a810e1e0080d02f9cf6a1afb46c35aaa93"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9C4D85B4DEF4",
|
||||||
|
"hash": "eea5442eab86f9e26cd718d7618d43899e72a83767619e8bee47911bddbfb825"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9C4D829357D2",
|
||||||
|
"hash": "2f6bb988b553a1bbac6bdd1ce890f5e412439564e17522b88a4541b4f364fc8d"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9C4D83C8A6C7",
|
||||||
|
"hash": "68e543c51dcc96e1c344053a4fde9660cf602c25565d9f09dc17dd41e13b838a"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_gnu": {
|
||||||
|
"etag": "0x8DE9C4D8582BCCA",
|
||||||
|
"hash": "ddc8fb59164e16a9973f46b77b7556de2923ac295731910822f0851ec9edfb01"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DE9C4D81CDB213",
|
||||||
|
"hash": "92ec9caffdcc32d43b76d21d4ecd6ea2975a2b37e050d5f79e17651c490b1753"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.69": {
|
"0.69": {
|
||||||
"version": "0.69.3"
|
"version": "0.69.3"
|
||||||
|
|||||||
1
manifests/trunk.json
generated
1
manifests/trunk.json
generated
@@ -17,7 +17,6 @@
|
|||||||
"url": "https://github.com/trunk-rs/trunk/releases/download/v${version}/trunk-aarch64-apple-darwin.tar.gz"
|
"url": "https://github.com/trunk-rs/trunk/releases/download/v${version}/trunk-aarch64-apple-darwin.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.21.14"
|
"version": "0.21.14"
|
||||||
},
|
},
|
||||||
|
|||||||
29
manifests/typos.json
generated
29
manifests/typos.json
generated
@@ -20,15 +20,36 @@
|
|||||||
"url": "https://github.com/crate-ci/typos/releases/download/v${version}/typos-v${version}-aarch64-apple-darwin.tar.gz"
|
"url": "https://github.com/crate-ci/typos/releases/download/v${version}/typos-v${version}-aarch64-apple-darwin.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.45.0"
|
"version": "1.45.1"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.45.0"
|
"version": "1.45.1"
|
||||||
},
|
},
|
||||||
"1.45": {
|
"1.45": {
|
||||||
"version": "1.45.0"
|
"version": "1.45.1"
|
||||||
|
},
|
||||||
|
"1.45.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE996D7794BF00",
|
||||||
|
"hash": "33447531a0eff29796d6fb9b555b4628723db72c6bad129e168d97ac86ceb0f1"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE996DB81FBE55",
|
||||||
|
"hash": "70767b5d8d920cbb17b452a6b068e36e1b3fd649089bce883d3512eb85990326"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE996D7D9C1AAD",
|
||||||
|
"hash": "a4ae081cb7a403f2b75e8c066aa4a4484207547c4e9eb2b4df3f68ecdbc5dd3e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE996D52EE2586",
|
||||||
|
"hash": "0d3688c607a49ffb6dedaca6de44e4217abeaa5b93228d673dc5caf76f60489f"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE996D9C9D7B7B",
|
||||||
|
"hash": "2c31ed16286f26c08ae477faf001af8542ff23aeb6e7323be5f620710c192fb5"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.45.0": {
|
"1.45.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
1
manifests/ubi.json
generated
1
manifests/ubi.json
generated
@@ -38,7 +38,6 @@
|
|||||||
"bin": "ubi"
|
"bin": "ubi"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/houseabsolute/ubi/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/houseabsolute/ubi/blob/master/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.9.0"
|
"version": "0.9.0"
|
||||||
},
|
},
|
||||||
|
|||||||
43
manifests/uv.json
generated
43
manifests/uv.json
generated
@@ -67,12 +67,49 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.11.6"
|
"version": "0.11.7"
|
||||||
},
|
},
|
||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.6"
|
"version": "0.11.7"
|
||||||
|
},
|
||||||
|
"0.11.7": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9B3889FAFD66",
|
||||||
|
"hash": "64ddb5f1087649e3f75aa50d139aa4f36ddde728a5295a141e0fa9697bfb7b0f"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9B38895088C4",
|
||||||
|
"hash": "0a4bc8fcde4974ea3560be21772aeecab600a6f43fa6e58169f9fa7b3b71d302"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9B3889AF7C2A",
|
||||||
|
"hash": "fe0c7815acf4fc45f8a5eff58ed3cf7ae2e15c3cf1dceadbd10c816ec1690cc1"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9B3886FE3806",
|
||||||
|
"hash": "46647dc16cbb7d6700f762fdd7a67d220abe18570914732bc310adc91308d272"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9B388668E15F",
|
||||||
|
"hash": "66e37d91f839e12481d7b932a1eccbfe732560f42c1cfb89faddfa2454534ba8"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9B3886AC2E74",
|
||||||
|
"hash": "1387e1c94e15196351196b79fce4c1e6f4b30f19cdaaf9ff85fbd6b046018aa2"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_gnu": {
|
||||||
|
"etag": "0x8DE9B3888A3CCCC",
|
||||||
|
"hash": "6ac23c519d1b06297e1e8753c96911fadee5abab4ca35b8c17da30e3e927d8ac"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9B3888ADD3AA",
|
||||||
|
"hash": "2052356c7388d26dc4dfcf2d44e28b3f800785371f37c5f37d179181fe377659"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DE9B388933AB56",
|
||||||
|
"hash": "760152aa9e769712d52b6c65a8d7b86ed3aac25a24892cf5998a522d84942f9e"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.11.6": {
|
"0.11.6": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
86
manifests/vacuum.json
generated
86
manifests/vacuum.json
generated
@@ -20,12 +20,92 @@
|
|||||||
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_windows_arm64.tar.gz"
|
"url": "https://github.com/daveshanley/vacuum/releases/download/v${version}/vacuum_${version}_windows_arm64.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.25.8"
|
"version": "0.26.1"
|
||||||
|
},
|
||||||
|
"0.26": {
|
||||||
|
"version": "0.26.1"
|
||||||
|
},
|
||||||
|
"0.26.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9CB74E5A88FF",
|
||||||
|
"hash": "e5981c4df9adfe21ab63cd8d00b073b2f11d09dc7382763da6a4ee00810bdcc2"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9CB74E5AAFE2",
|
||||||
|
"hash": "d1b778986b4e5aba1f533f340c8793a223880ee75f9f619c85e1cd7f06be7e65"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9CB74DAAC329",
|
||||||
|
"hash": "84d518e42fd436b64deef747e10b14efd54f295fc88af607fa79e78a9dac83aa"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9CB74DA2B5DE",
|
||||||
|
"hash": "48a32e9affd6b37904565fcaa83f31463f523697fd19cc87d27e1fbad8f76614"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9CB74E5510F4",
|
||||||
|
"hash": "d45dbc463b5cb77e440800bd8e47f735d5a97745615e5b77d1b0df850c81354b"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9CB74DA1A5A8",
|
||||||
|
"hash": "158e29510ae726ffd77a9c2278ff83f1ccb995835209000aeeedd88a51f08bd3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.26.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9CA803D9C931",
|
||||||
|
"hash": "04e1b648096cc9fddab878fe03f1d2761c677afe5bb7e24b9814e6c28aa5b855"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9CA803E63E5C",
|
||||||
|
"hash": "f5618d20dcdb47e8dd8aa43e4abaa1cf5bba4f1b5cbd13e384f59cd1247fab7f"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9CA8048023EB",
|
||||||
|
"hash": "89c5e0b608f1cfe0e4651a7c4d533021d8a32fd36e6db607afb98b31e6906738"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9CA8047CF332",
|
||||||
|
"hash": "3f6c2c4386e594fd8f2ea407639943fca48a23aa298dd70dd29e81840eb1e800"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9CA803F7B6E0",
|
||||||
|
"hash": "7fdad92a67137af1a809be812137036af2a8c859fa2e08be8949a29ca47c8007"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9CA80486D327",
|
||||||
|
"hash": "52f14a24a79b47d2d2370f49e937b8c9b7dff457f815decfe9d744e25f64bd22"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.25": {
|
"0.25": {
|
||||||
"version": "0.25.8"
|
"version": "0.25.9"
|
||||||
|
},
|
||||||
|
"0.25.9": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9B17975790FC",
|
||||||
|
"hash": "1cebac48d4dbb57fef6aa968b1ceaeca6a2b2107d7c739d4d611006b7e1e6119"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9B1797523FC7",
|
||||||
|
"hash": "bbc375b6ac24e98fa5467f3ebd1bc8b2ce36e00a822584af99b4922dab3603cc"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9B17980E0620",
|
||||||
|
"hash": "a873f764edd2933a0cbd54c107d681970a3699a248c0cc182087ea89ab09d78f"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9B1797F542BF",
|
||||||
|
"hash": "e993bec85eb592ee47b5b14485d76189d02e1d5cccf68ddafebae7f9e510eb2a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9B17974EC142",
|
||||||
|
"hash": "fbfe8b73d2ff058cb465d553f4fe411d3b7c8ed2387bdd194445fb67674c56ea"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9B1798137E3B",
|
||||||
|
"hash": "e1528b4d12baed0946e19a9057cd331ed4fc5b68f88579ea134ccfc5c1efc1dc"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.25.8": {
|
"0.25.8": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
1
manifests/wait-for-them.json
generated
1
manifests/wait-for-them.json
generated
@@ -11,7 +11,6 @@
|
|||||||
"url": "https://github.com/shenek/wait-for-them/releases/download/v${version}/wait-for-them-macos"
|
"url": "https://github.com/shenek/wait-for-them/releases/download/v${version}/wait-for-them-macos"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.5.1"
|
"version": "0.5.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/wash.json
generated
1
manifests/wash.json
generated
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "wash",
|
"rust_crate": "wash",
|
||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.43.0"
|
"version": "0.43.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/wasm-bindgen.json
generated
1
manifests/wasm-bindgen.json
generated
@@ -42,7 +42,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.2.118"
|
"version": "0.2.118"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/wasm-pack.json
generated
1
manifests/wasm-pack.json
generated
@@ -22,7 +22,6 @@
|
|||||||
"bin": "wasm-pack-v${version}-aarch64-apple-darwin/wasm-pack"
|
"bin": "wasm-pack-v${version}-aarch64-apple-darwin/wasm-pack"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/drager/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/drager/wasm-pack/blob/master/LICENSE-APACHE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.14.0"
|
"version": "0.14.0"
|
||||||
},
|
},
|
||||||
|
|||||||
30
manifests/wasm-tools.json
generated
30
manifests/wasm-tools.json
generated
@@ -22,12 +22,36 @@
|
|||||||
"bin": "wasm-tools-${version}-aarch64-macos/wasm-tools"
|
"bin": "wasm-tools-${version}-aarch64-macos/wasm-tools"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [Apache-2.0](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-MIT)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.246.2"
|
"version": "1.247.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.246.2"
|
"version": "1.247.0"
|
||||||
|
},
|
||||||
|
"1.247": {
|
||||||
|
"version": "1.247.0"
|
||||||
|
},
|
||||||
|
"1.247.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9C8F3E127F12",
|
||||||
|
"hash": "66a182ad1fc991f4f537d912e1f88f15f1e0bd734de46f2c60b11b884a44cab9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9C8F3E2A5909",
|
||||||
|
"hash": "8ef61c8206f3bd29b0031b0fff7c3118c4d0b6b2f11bf87ff25ad6592bd42e32"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9C8F3E2A3225",
|
||||||
|
"hash": "33b11836688c3c134089e1f8cc1408288e0e0578a342fccc55b23c89e8440dd8"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9C8F3D9639EA",
|
||||||
|
"hash": "df4343257da88340461ba9ad6886701d846721c21b5a65c05700ccd1e49104b7"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9C8F3DB0CFF1",
|
||||||
|
"hash": "593bdb6e396da19164dd3032c5d1441f263f16e8273e5b124a6322ff940bdf56"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.246": {
|
"1.246": {
|
||||||
"version": "1.246.2"
|
"version": "1.246.2"
|
||||||
|
|||||||
1
manifests/wasmtime.json
generated
1
manifests/wasmtime.json
generated
@@ -34,7 +34,6 @@
|
|||||||
"bin": "wasmtime-v${version}-s390x-linux/wasmtime"
|
"bin": "wasmtime-v${version}-s390x-linux/wasmtime"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "43.0.1"
|
"version": "43.0.1"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/xbuild.json
generated
1
manifests/xbuild.json
generated
@@ -14,7 +14,6 @@
|
|||||||
"bin": "xbuild-windows-x64.exe"
|
"bin": "xbuild-windows-x64.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.2.0"
|
"version": "0.2.0"
|
||||||
},
|
},
|
||||||
|
|||||||
1
manifests/xh.json
generated
1
manifests/xh.json
generated
@@ -22,7 +22,6 @@
|
|||||||
"bin": "xh-v${version}-aarch64-apple-darwin/xh"
|
"bin": "xh-v${version}-aarch64-apple-darwin/xh"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/ducaale/xh/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.25.3"
|
"version": "0.25.3"
|
||||||
},
|
},
|
||||||
|
|||||||
30
manifests/zizmor.json
generated
30
manifests/zizmor.json
generated
@@ -17,12 +17,36 @@
|
|||||||
"url": "https://github.com/zizmorcore/zizmor/releases/download/v${version}/zizmor-aarch64-apple-darwin.tar.gz"
|
"url": "https://github.com/zizmorcore/zizmor/releases/download/v${version}/zizmor-aarch64-apple-darwin.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/zizmorcore/zizmor/blob/main/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.23.1"
|
"version": "1.24.1"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.23.1"
|
"version": "1.24.1"
|
||||||
|
},
|
||||||
|
"1.24": {
|
||||||
|
"version": "1.24.1"
|
||||||
|
},
|
||||||
|
"1.24.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DE99859707E0A7",
|
||||||
|
"hash": "a8000f3c683319a523d3b20df0e75457ba591f049cfcbfa98966631b56733c03"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE99859704D6D9",
|
||||||
|
"hash": "721ba70d7fca753aeef1a4ee959a9bc20c55784d4faa6c56e66129a2611fd52f"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE998597046237",
|
||||||
|
"hash": "b777ec2cb1098139ba74b32e30d11ed149c69ab692d23788c466d4a31704bd4b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DE998597142EDB",
|
||||||
|
"hash": "d66e37ef8a375fb07939c630ebf9709a6e0f20242bdc3faf672a7ed97e0b768d"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE998597093EA9",
|
||||||
|
"hash": "fc4ea59e18bc028dddb5f710b16dbc361b01ff1e7a20c03b8e5778366ca9f4e1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.24.0": {
|
"1.24.0": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
1
manifests/zola.json
generated
1
manifests/zola.json
generated
@@ -20,7 +20,6 @@
|
|||||||
"url": "https://github.com/getzola/zola/releases/download/v${version}/zola-v${version}-aarch64-apple-darwin.tar.gz"
|
"url": "https://github.com/getzola/zola/releases/download/v${version}/zola-v${version}-aarch64-apple-darwin.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/getzola/zola/blob/master/LICENSE)",
|
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.22.1"
|
"version": "0.22.1"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -72,7 +72,8 @@ case "$(uname -s)" in
|
|||||||
if [[ "${ldd_version}" == *'musl'* ]]; then
|
if [[ "${ldd_version}" == *'musl'* ]]; then
|
||||||
incompat_tools+=("${musl_incompat[@]}")
|
incompat_tools+=("${musl_incompat[@]}")
|
||||||
else
|
else
|
||||||
host_glibc_version=$(grep -E "GLIBC|GNU libc" <<<"${ldd_version}" | sed "s/.* //g")
|
host_glibc_version=$(grep -E "GLIBC|GNU libc" <<<"${ldd_version}")
|
||||||
|
host_glibc_version="${host_glibc_version##* }"
|
||||||
higher_glibc_version=$(LC_ALL=C sort -Vu <<<"2.39"$'\n'"${host_glibc_version}" | tail -1)
|
higher_glibc_version=$(LC_ALL=C sort -Vu <<<"2.39"$'\n'"${host_glibc_version}" | tail -1)
|
||||||
if [[ "${higher_glibc_version}" != "${host_glibc_version}" ]]; then
|
if [[ "${higher_glibc_version}" != "${host_glibc_version}" ]]; then
|
||||||
higher_glibc_version=$(LC_ALL=C sort -Vu <<<"2.35"$'\n'"${host_glibc_version}" | tail -1)
|
higher_glibc_version=$(LC_ALL=C sort -Vu <<<"2.35"$'\n'"${host_glibc_version}" | tail -1)
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ semver = { version = "1", features = ["serde"] }
|
|||||||
serde = "1"
|
serde = "1"
|
||||||
serde_derive = "1"
|
serde_derive = "1"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
spdx = "0.13"
|
|
||||||
tar = "0.4"
|
tar = "0.4"
|
||||||
toml = { version = "1", default-features = false, features = ["parse", "serde"] }
|
toml = { version = "1", default-features = false, features = ["parse", "serde"] }
|
||||||
# TODO: call curl command instead of using ureq?
|
# TODO: call curl command instead of using ureq?
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"repository": "https://github.com/tj-actions/auto-doc",
|
"repository": "https://github.com/tj-actions/auto-doc",
|
||||||
|
"license_markdown": "[Apache-2.0](https://github.com/tj-actions/auto-doc/blob/main/LICENSE)",
|
||||||
"tag_prefix": "v",
|
"tag_prefix": "v",
|
||||||
"bin": "${package}${exe}",
|
"bin": "${package}${exe}",
|
||||||
"version_range": ">= 3.0.0",
|
"version_range": ">= 3.0.0",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"repository": "https://github.com/rustsec/rustsec",
|
"repository": "https://github.com/rustsec/rustsec",
|
||||||
"website": "https://github.com/rustsec/rustsec/tree/HEAD/cargo-audit",
|
"website": "https://github.com/rustsec/rustsec/tree/HEAD/cargo-audit",
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-APACHE) OR [MIT](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-MIT)",
|
"license_markdown": "[Apache-2.0](https://github.com/rustsec/rustsec/blob/main/cargo-audit/LICENSE-APACHE) OR [MIT](https://github.com/rustsec/rustsec/blob/main/cargo-audit/LICENSE-MIT)",
|
||||||
"tag_prefix": "cargo-audit/v",
|
"tag_prefix": "cargo-audit/v",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"asset_name": "${package}-${rust_target}-v${version}.tgz",
|
"asset_name": "${package}-${rust_target}-v${version}.tgz",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"repository": "https://github.com/rust-secure-code/cargo-auditable",
|
"repository": "https://github.com/rust-secure-code/cargo-auditable",
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-MIT)",
|
"license_markdown": "[Apache-2.0](https://github.com/rust-secure-code/cargo-auditable/blob/master/LICENSE-APACHE) OR [MIT](https://github.com/rust-secure-code/cargo-auditable/blob/master/LICENSE-MIT)",
|
||||||
"tag_prefix": "v",
|
"tag_prefix": "v",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"asset_name": "${package}-${rust_target}.tar.xz",
|
"asset_name": "${package}-${rust_target}.tar.xz",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"repository": "https://github.com/cargo-bins/cargo-binstall",
|
"repository": "https://github.com/cargo-bins/cargo-binstall",
|
||||||
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
|
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/main/crates/bin/LICENSE)",
|
||||||
"tag_prefix": "v",
|
"tag_prefix": "v",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"asset_name": "${package}-${rust_target}.zip",
|
"asset_name": "${package}-${rust_target}.zip",
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"repository": "https://github.com/RalfJung/cargo-careful",
|
"repository": "https://github.com/RalfJung/cargo-careful",
|
||||||
|
"license_markdown": "[MIT](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-APACHE)",
|
||||||
"tag_prefix": "v",
|
"tag_prefix": "v",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"asset_name": "${package}-${rust_target}",
|
"asset_name": "${package}-${rust_target}",
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"repository": "https://github.com/CycloneDX/cyclonedx-rust-cargo",
|
"repository": "https://github.com/CycloneDX/cyclonedx-rust-cargo",
|
||||||
|
"license_markdown": "[Apache-2.0](https://github.com/CycloneDX/cyclonedx-rust-cargo/blob/main/LICENSE)",
|
||||||
"tag_prefix": "cargo-cyclonedx-",
|
"tag_prefix": "cargo-cyclonedx-",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"bin": "${package}-${rust_target}/${package}${exe}",
|
"bin": "${package}-${rust_target}/${package}${exe}",
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user