mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 23:20:26 +00:00
Compare commits
77 Commits
v2.75.11
...
releases/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09f9124a63 | ||
|
|
5f57d6cb7c | ||
|
|
f7834e16b5 | ||
|
|
2cc571e43f | ||
|
|
8b3cde4b11 | ||
|
|
9240bba72a | ||
|
|
a12217e013 | ||
|
|
1fee5982aa | ||
|
|
b6d12aae50 | ||
|
|
d00ace6084 | ||
|
|
d908317d79 | ||
|
|
2ec8966dce | ||
|
|
fb7e964106 | ||
|
|
54bca04752 | ||
|
|
099e0a6219 | ||
|
|
3445a4a329 | ||
|
|
6c30010265 | ||
|
|
0f4f5a6122 | ||
|
|
0834419696 | ||
|
|
7f2a51ae27 | ||
|
|
e15ecae65f | ||
|
|
ff5a208d55 | ||
|
|
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 |
2
.github/.cspell/project-dictionary.txt
vendored
2
.github/.cspell/project-dictionary.txt
vendored
@@ -2,6 +2,7 @@ almalinux
|
|||||||
archlinux
|
archlinux
|
||||||
binstall
|
binstall
|
||||||
callgrind
|
callgrind
|
||||||
|
CDPATH
|
||||||
coreutils
|
coreutils
|
||||||
covgate
|
covgate
|
||||||
cyclonedx
|
cyclonedx
|
||||||
@@ -29,7 +30,6 @@ pluginconf
|
|||||||
ppcle
|
ppcle
|
||||||
prek
|
prek
|
||||||
quickinstall
|
quickinstall
|
||||||
rclone
|
|
||||||
rdme
|
rdme
|
||||||
rootfs
|
rootfs
|
||||||
sccache
|
sccache
|
||||||
|
|||||||
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: '
|
||||||
|
|||||||
80
CHANGELOG.md
80
CHANGELOG.md
@@ -10,6 +10,76 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.75.19] - 2026-04-21
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 44.0.0.
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.9.20.
|
||||||
|
|
||||||
|
- Update `martin@latest` to 1.6.0.
|
||||||
|
|
||||||
|
- Update `just@latest` to 1.50.0.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.18.
|
||||||
|
|
||||||
|
- Update `rclone@latest` to 1.73.5.
|
||||||
|
|
||||||
|
## [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
|
## [2.75.11] - 2026-04-14
|
||||||
|
|
||||||
- Update `prek@latest` to 0.3.9.
|
- Update `prek@latest` to 0.3.9.
|
||||||
@@ -6249,7 +6319,15 @@ 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.11...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.19...HEAD
|
||||||
|
[2.75.19]: https://github.com/taiki-e/install-action/compare/v2.75.18...v2.75.19
|
||||||
|
[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.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.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
|
||||||
|
|||||||
22
action.yml
22
action.yml
@@ -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: parse-dockerfile
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
@@ -22,7 +22,10 @@ runs:
|
|||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
set -eu
|
if /usr/bin/env | grep -Eq '^BASH_FUNC_'; then
|
||||||
|
printf '::error::bash function injection via BASH_FUNC_ environment variable is not allowed for security reasons\n'
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
if ! command -v bash >/dev/null; then
|
if ! command -v bash >/dev/null; then
|
||||||
if grep -Eq '^ID=alpine' /etc/os-release; then
|
if grep -Eq '^ID=alpine' /etc/os-release; then
|
||||||
printf '::group::Install packages required for install-action (bash)\n'
|
printf '::group::Install packages required for install-action (bash)\n'
|
||||||
@@ -41,7 +44,7 @@ runs:
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
|
bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
|
||||||
shell: sh
|
shell: /usr/bin/env -u ENV -u BASH_ENV -u CDPATH -u SHELLOPTS -u BASHOPTS /bin/sh -eu {0} # zizmor: ignore[misfeature] false positive
|
||||||
env:
|
env:
|
||||||
# NB: Sync with Windows case.
|
# NB: Sync with Windows case.
|
||||||
INPUT_TOOL: ${{ inputs.tool }}
|
INPUT_TOOL: ${{ inputs.tool }}
|
||||||
@@ -54,10 +57,19 @@ runs:
|
|||||||
# https://github.com/actions/partner-runner-images/issues/169
|
# https://github.com/actions/partner-runner-images/issues/169
|
||||||
- run: |
|
- run: |
|
||||||
Set-StrictMode -Version Latest
|
Set-StrictMode -Version Latest
|
||||||
|
if (Test-Path "Env:ENV") { Remove-Item Env:\ENV }
|
||||||
|
if (Test-Path "Env:BASH_ENV") { Remove-Item Env:\BASH_ENV }
|
||||||
|
if (Test-Path "Env:CDPATH") { Remove-Item Env:\CDPATH }
|
||||||
|
if (Test-Path "Env:SHELLOPTS") { Remove-Item Env:\SHELLOPTS }
|
||||||
|
if (Test-Path "Env:BASHOPTS") { Remove-Item Env:\BASHOPTS }
|
||||||
|
if (Test-Path "Env:BASH_FUNC_*") {
|
||||||
|
Write-Output "::error::bash function injection via BASH_FUNC_ environment variable is not allowed for security reasons"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
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") {
|
||||||
|
|||||||
110
main.sh
110
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,22 +609,23 @@ 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.
|
||||||
if [[ "${host_os}" == "windows" ]]; then
|
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
|
printf '' >|"${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)
|
||||||
@@ -987,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"
|
||||||
},
|
},
|
||||||
|
|||||||
27
manifests/cargo-deny.json
generated
27
manifests/cargo-deny.json
generated
@@ -22,12 +22,33 @@
|
|||||||
"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": {
|
"0.19.2": {
|
||||||
"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.22.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9F37C7CF1B98",
|
||||||
|
"hash": "a883bdc833df614978514485d00e6174fcc3a229bf0edc07bbea8762a0405e0b"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9F37FADC11D8",
|
||||||
|
"hash": "6a0ba0734f9c8af3c98338be34ad70a3010d1014b5e551134d3e087d46192ffd"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9F38104A6015",
|
||||||
|
"hash": "2d0e46a28b2919e92f6952dcd88c9a8f9a1e6426a6ef1319ff3a6ccaef264774"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9F37D403A82E",
|
||||||
|
"hash": "f4ec28c33817623c2f2638c11fc7f011d7ea2468d8b56ef590daa4032ee2e256"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.21": {
|
"0.21": {
|
||||||
"version": "0.21.4"
|
"version": "0.21.5"
|
||||||
},
|
},
|
||||||
"0.21.5": {
|
"0.21.5": {
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
|||||||
34
manifests/just.json
generated
34
manifests/just.json
generated
@@ -20,12 +20,40 @@
|
|||||||
"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.50.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.49.0"
|
"version": "1.50.0"
|
||||||
|
},
|
||||||
|
"1.50": {
|
||||||
|
"version": "1.50.0"
|
||||||
|
},
|
||||||
|
"1.50.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E6F41A84659",
|
||||||
|
"hash": "27e011cd6328fadd632e59233d2cf5f18460b8a8c4269acd324c1a8669f34db0"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9E6F39943078",
|
||||||
|
"hash": "e4fa28fe63381ca32fad101e86d4a1da7cd2d34d1b080985a37ec9dc951922fe"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9E6F71190D2B",
|
||||||
|
"hash": "5dc713f049e174e22de41fd06292a26c9b90f2d37c1be9390d2082fe6928b376"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E6F47F2EDF4",
|
||||||
|
"hash": "3beb4967ce05883cf09ac12d6d128166eb4c6d0b03eff74b61018a6880655d7d"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9E6F49FBDCE5",
|
||||||
|
"hash": "891262207663bff1aa422dbe799a76deae4064eaa445f14eb28aef7a388222cd"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9E6F73FB889D",
|
||||||
|
"hash": "91065b94d11beb4b05c8117d8a736e978f41764d73131de35d8134c9ab9dee7a"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.49": {
|
"1.49": {
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
|||||||
26
manifests/martin.json
generated
26
manifests/martin.json
generated
@@ -30,12 +30,32 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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.6.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.5.0"
|
"version": "1.6.0"
|
||||||
|
},
|
||||||
|
"1.6": {
|
||||||
|
"version": "1.6.0"
|
||||||
|
},
|
||||||
|
"1.6.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E6794FD4A72",
|
||||||
|
"hash": "b71c6e5006ab152ebe6ee021ba3280dadc681a1e723f48109ac4317d34c7926e"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9E6794344CFE",
|
||||||
|
"hash": "1a33cc0b9580ab5b7d9ba124113eb8db9cdd9191d6206a2e0d452d88b2ed40bc"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E6794361FAD",
|
||||||
|
"hash": "42ef50d65d62358e806827f78ef660ef58eba126a449a237cbd57ab727105ea0"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9E6794327A4B",
|
||||||
|
"hash": "18afc12cdb9e84b095f26a260880ef488ea0185d6ff9821bb38d2b38d2b70d63"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.5": {
|
"1.5": {
|
||||||
"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.11"
|
"version": "2026.4.18"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.4.11"
|
"version": "2026.4.18"
|
||||||
},
|
},
|
||||||
"2026.4": {
|
"2026.4": {
|
||||||
"version": "2026.4.11"
|
"version": "2026.4.18"
|
||||||
|
},
|
||||||
|
"2026.4.18": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E2E39FC992B",
|
||||||
|
"hash": "dcb0187879dcd8adb0f26279f08f9b06f7b78fa3fea3fb95ffd4db72375201f4"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9E2E3C75312A",
|
||||||
|
"hash": "78b95c4a26d4c7f2bbda91dc119e1001eae33aade428f134dc6f1b6857a02cce"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9E2E3D783715",
|
||||||
|
"hash": "0651d43232b99d579f63ee83fa745f2418b37ae187b3f82322e9a2fd2192fe9f"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E2E36AB5E0A",
|
||||||
|
"hash": "a451af75120d69139c3a88622299a893c2ef6eabdc80ec1226e2296ab6cc3432"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9E2E3B93975F",
|
||||||
|
"hash": "65b8e5f3a8654d725ff3af7781e447e2ed130dcdf412ee937cbd43ef64bb7629"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9E2E3D5D7A28",
|
||||||
|
"hash": "b2107c8a8a21ae6bf7d9e89efdb60a814864dd7b99c7770175896273bb798c0e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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": {
|
"2026.4.11": {
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
|||||||
35
manifests/prek.json
generated
35
manifests/prek.json
generated
@@ -38,13 +38,46 @@
|
|||||||
"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.9"
|
"version": "0.3.9"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.9"
|
"version": "0.3.9"
|
||||||
},
|
},
|
||||||
|
"0.3.10": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9F997FFD1858",
|
||||||
|
"hash": "60a873474e2ff2f70a5ad524d1b51abb6fdf5991900001eb7c8979877d75dacd"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9F997F77B599",
|
||||||
|
"hash": "313882a8bfd76eb6930949ded36b23ce194ccb5431f474c62ae3fde12df100ae"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9F997FB515C3",
|
||||||
|
"hash": "43b85e061bbcf6febb9973a7859d029f29f5ddeeb7722bd234422d8b6bee4406"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9F997DF1BB18",
|
||||||
|
"hash": "50e585ce98988b70d79ec782b2cf6c787c2f0a97a448ba8594448b4a6a688943"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9F997DB040DC",
|
||||||
|
"hash": "e885e023ddb765ba31a2859bd4b9683f9b40fee3195c189a749bc4b28535ab5c"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9F997D9866DE",
|
||||||
|
"hash": "4a6de3ff0fc2049ca72b8ab0ec567e195362a22c7efcca7ef0824b36b55d4193"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9F997F2903CC",
|
||||||
|
"hash": "029ba9576b560753b0a4374ace6c5df6808e3e935ae0d4a67a5935debc12dbd4"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DE9F997F6EE5E2",
|
||||||
|
"hash": "bfe0c951b48cca6f91a85f83ec94a59cc567df988c0a7f23c0f34de0a232e08c"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.3.9": {
|
"0.3.9": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DE9958BFB91B93",
|
"etag": "0x8DE9958BFB91B93",
|
||||||
|
|||||||
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"
|
||||||
},
|
},
|
||||||
|
|||||||
33
manifests/rclone.json
generated
33
manifests/rclone.json
generated
@@ -26,15 +26,40 @@
|
|||||||
"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.5"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.73.4"
|
"version": "1.73.5"
|
||||||
},
|
},
|
||||||
"1.73": {
|
"1.73": {
|
||||||
"version": "1.73.4"
|
"version": "1.73.5"
|
||||||
|
},
|
||||||
|
"1.73.5": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E0C3BBE3A4E",
|
||||||
|
"hash": "932cf4b7484de74d82b4875488e0009469fd21f9904673385184520fe11a1bf0"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9E0D0D15BEE0",
|
||||||
|
"hash": "19c709563e455d8f8e343d5521e741afa7a77e37c6552ad8f7b03034f8bc214b"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9E0D47EF790D",
|
||||||
|
"hash": "201567c54304935112b06dfac4ad754786287fb5acfad8889feca8d1cdeba92b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E0C537CFE99",
|
||||||
|
"hash": "8d465c921d95b2f54c5f2e79b24c97742ebc2082a0b8709a686361bed5ba7932"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9E0D1603AE83",
|
||||||
|
"hash": "b9e265eb7a098743d0726c05c73fe207d355950fb8481e0b226c0c00173da1e8"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9E0D4F7F62B7",
|
||||||
|
"hash": "8805406a984115e7cfe3b021a20a983b7060a70f198484cf373d687b6f625923"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.73.4": {
|
"1.73.4": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
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"
|
||||||
},
|
},
|
||||||
|
|||||||
83
manifests/tombi.json
generated
83
manifests/tombi.json
generated
@@ -20,12 +20,89 @@
|
|||||||
"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.17"
|
"version": "0.9.20"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.17"
|
"version": "0.9.20"
|
||||||
|
},
|
||||||
|
"0.9.20": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E6CBAC4C2D3",
|
||||||
|
"hash": "9899e24f8dafe0ef63347b974704fdbbc9ab1e6a2346ad8ec629ff458746160a"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9E6CBA55DC08",
|
||||||
|
"hash": "cd793862d7916fefd92888f2441b20f8cce3d119cc5ed793da463ec6839b21fa"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9E6CBA72E04B",
|
||||||
|
"hash": "974170e908df51e169a4f773680f5eb857c5a483b6c2075933e779d8e366d8c5"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E6CBA53E270",
|
||||||
|
"hash": "46a4cc79deae036def85651e36111225de2f11c6e2ff6e1d9c27ae8f3955a6aa"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9E6CBAE5459D",
|
||||||
|
"hash": "083523aeca0491787b773bb0fa719d36d918ba93ef405781f29e1b944e91915a"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9E6CBA571327",
|
||||||
|
"hash": "a72878a31f80a17db242d122c831ab0a3e53caafd5083b428409356e10737d33"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.9.19": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E27872323BF",
|
||||||
|
"hash": "3a3d6523e1c39e76ffe9da8561ba48b01ffc8f885912813140afdb718c34d0c0"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9E2787CADC04",
|
||||||
|
"hash": "8b6e09d368b4adbeac18df1a21768d960ac3debd5d2a183040c5b2ac37722eae"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9E2787284E16",
|
||||||
|
"hash": "a04b6628a90e26d10dc2dda7ded6423e2f51a870551c8547f7c08678ffa3cd8c"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE9E27871FCC29",
|
||||||
|
"hash": "ffa0b3b1f11161d28ac962388e3533d6ecb66c26c4b96694c64930ff2b4d0e6f"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9E278721C5C2",
|
||||||
|
"hash": "93cb44dc5c6c74b4e808d4490fec3b0be4a39e9550ba16d4c4140bb5b4945e3a"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9E2787B8A0FD",
|
||||||
|
"hash": "f93b714cb412e71d2ba3467e3b716d0821e3424fc60f9736e24a1c0156098c20"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
},
|
},
|
||||||
|
|||||||
7
manifests/typos.json
generated
7
manifests/typos.json
generated
@@ -20,15 +20,14 @@
|
|||||||
"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": {
|
"1.45.1": {
|
||||||
"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"
|
||||||
|
|||||||
43
manifests/wasmtime.json
generated
43
manifests/wasmtime.json
generated
@@ -34,9 +34,48 @@
|
|||||||
"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": "44.0.0"
|
||||||
|
},
|
||||||
|
"44": {
|
||||||
|
"version": "44.0.0"
|
||||||
|
},
|
||||||
|
"44.0": {
|
||||||
|
"version": "44.0.0"
|
||||||
|
},
|
||||||
|
"44.0.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9EECC1A2BBAE",
|
||||||
|
"hash": "52eba06fe9f4364aa6164a4a3eafb2ca692ba9a756cbe8137b5574871f8cbfc8"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE9EECC1F8DF49",
|
||||||
|
"hash": "cd8043448157abc72fa1bd1b9e66ede23e48fefbab80b2744763d25b65f69662"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE9EECC356232C",
|
||||||
|
"hash": "6139de7554514c2df1e30cec9b1e6ca493685ece23a039f987b55bf32bc42a57"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9EECBE872014",
|
||||||
|
"hash": "294cae921fb88cbbcb60a914eaaaf313df3249d718609afb5804186b3f1912f5"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE9EECBEC6A0D2",
|
||||||
|
"hash": "38a3b9d9fe64cee21bc9d9268e2c19fa35a7be59e030717545b84da0e6514eab"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE9EECBF6FB731",
|
||||||
|
"hash": "34d9e5b42b18893649c895d7794cad8866b82d1382fb5f2953ccf1306853a237"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DE9EECC08BF58F",
|
||||||
|
"hash": "6e747f4ec40b1c5959ff002f147cbf1487a667cce42b690ad907ff0aefb0c707"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DE9EECC0E549D0",
|
||||||
|
"hash": "2bbbaeb0114c7ca4c6b9f9cceed616cb19858f961ab34bab899e2c3e86d22d31"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"43": {
|
"43": {
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
|||||||
7
manifests/zizmor.json
generated
7
manifests/zizmor.json
generated
@@ -17,15 +17,14 @@
|
|||||||
"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.24.0"
|
"version": "1.24.1"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.24.0"
|
"version": "1.24.1"
|
||||||
},
|
},
|
||||||
"1.24": {
|
"1.24": {
|
||||||
"version": "1.24.0"
|
"version": "1.24.1"
|
||||||
},
|
},
|
||||||
"1.24.1": {
|
"1.24.1": {
|
||||||
"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}",
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user