mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-25 08:40:31 +00:00
Compare commits
99 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35aa40986a | ||
|
|
1ca3b4160c | ||
|
|
da8fe73ed8 | ||
|
|
468184505a | ||
|
|
190257f600 | ||
|
|
6e4ebe4256 | ||
|
|
337a9618c7 | ||
|
|
22578ebfbe | ||
|
|
e51c197f82 | ||
|
|
b7ca6193f4 | ||
|
|
f3e9a65cfd | ||
|
|
222ac5e37c | ||
|
|
e73edba6ce | ||
|
|
fbf872d19b | ||
|
|
3b8ff55376 | ||
|
|
0d892dd50e | ||
|
|
95d91b64c9 | ||
|
|
dd522f255c | ||
|
|
10c4c369c5 | ||
|
|
e84c329a30 | ||
|
|
49249f98b2 | ||
|
|
e6550525d2 | ||
|
|
f2b65a3e67 | ||
|
|
96d4cbffb8 | ||
|
|
cbe4754a6b | ||
|
|
11053896c3 | ||
|
|
e920d2b2a9 | ||
|
|
7b2b0dffb4 | ||
|
|
164f59de46 | ||
|
|
0b73cec6bf | ||
|
|
02552a37bb | ||
|
|
f10ce91bf6 | ||
|
|
7ea7a2c18f | ||
|
|
f172798ba0 | ||
|
|
c2de2506f2 | ||
|
|
fa71ab6d46 | ||
|
|
55ca367f68 | ||
|
|
4a27a04f8a | ||
|
|
787f5f34b6 | ||
|
|
dea01ef826 | ||
|
|
d323467220 | ||
|
|
79e1aeb057 | ||
|
|
668723abbc | ||
|
|
f621218f78 | ||
|
|
2a0c34a72b | ||
|
|
351260b44f | ||
|
|
c28440593e | ||
|
|
4e54247878 | ||
|
|
664e13c6ca | ||
|
|
e96513f64c | ||
|
|
a8418c66f9 | ||
|
|
214673ab1d | ||
|
|
daf80f417d | ||
|
|
0593da4078 | ||
|
|
ed2cb27ca5 | ||
|
|
37129d5de1 | ||
|
|
8ad2bf073c | ||
|
|
2d7ff60c81 | ||
|
|
cccd9d5fc0 | ||
|
|
ab4b96101a | ||
|
|
864785ef4d | ||
|
|
52fe51e612 | ||
|
|
4f13fb6244 | ||
|
|
8915f28247 | ||
|
|
7f737c1056 | ||
|
|
44a62c1085 | ||
|
|
66b16da49c | ||
|
|
c995477ff1 | ||
|
|
abb8763b52 | ||
|
|
e1d57be4e5 | ||
|
|
8abecff737 | ||
|
|
0b99f81025 | ||
|
|
1f2c038e5d | ||
|
|
8efaa9bb37 | ||
|
|
ea794731ca | ||
|
|
14b956ff16 | ||
|
|
22a2601a6f | ||
|
|
d999ed5c70 | ||
|
|
91ca22ecbd | ||
|
|
c30f951232 | ||
|
|
ada21a86dc | ||
|
|
bb8c47a10f | ||
|
|
d79dff4773 | ||
|
|
fc6ea98761 | ||
|
|
3722252eee | ||
|
|
c4b9b42ecf | ||
|
|
1a61674fad | ||
|
|
ce16e6c89f | ||
|
|
f01eb80f09 | ||
|
|
0bd200fab9 | ||
|
|
4db1686ed8 | ||
|
|
4e009aed37 | ||
|
|
3451569d98 | ||
|
|
9548164ff9 | ||
|
|
6a77367a62 | ||
|
|
81c3f5144a | ||
|
|
815fc6063d | ||
|
|
d852c47bbb | ||
|
|
4eeb7ca4c4 |
@@ -8,8 +8,6 @@ disallowed-macros = [
|
||||
{ path = "std::dbg", reason = "it is okay to use during development, but please do not include it in main branch" },
|
||||
]
|
||||
disallowed-methods = [
|
||||
{ path = "std::env::remove_var", reason = "this is not thread-safe and inherently unsafe; see <https://github.com/rust-lang/rust/issues/27970> for more" },
|
||||
{ path = "std::env::set_var", reason = "this is not thread-safe and inherently unsafe; see <https://github.com/rust-lang/rust/issues/27970> for more" },
|
||||
]
|
||||
disallowed-types = [
|
||||
]
|
||||
|
||||
3
.github/.cspell/project-dictionary.txt
vendored
3
.github/.cspell/project-dictionary.txt
vendored
@@ -11,7 +11,6 @@ dprint
|
||||
enablerepo
|
||||
epel
|
||||
espup
|
||||
etag
|
||||
fastestmirror
|
||||
grcov
|
||||
knope
|
||||
@@ -22,9 +21,7 @@ mirrorlist
|
||||
nextest
|
||||
pluginconf
|
||||
protoc
|
||||
pubkey
|
||||
pwsh
|
||||
QQSTRING
|
||||
quickinstall
|
||||
rclone
|
||||
rdme
|
||||
|
||||
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@@ -7,6 +7,10 @@ updates:
|
||||
commit-message:
|
||||
prefix: ''
|
||||
labels: []
|
||||
groups:
|
||||
cargo:
|
||||
patterns:
|
||||
- '*'
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
@@ -14,3 +18,7 @@ updates:
|
||||
commit-message:
|
||||
prefix: ''
|
||||
labels: []
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- '*'
|
||||
|
||||
42
.github/workflows/ci.yml
vendored
42
.github/workflows/ci.yml
vendored
@@ -132,34 +132,22 @@ jobs:
|
||||
- debian:10-slim # glibc 2.28
|
||||
- debian:11-slim # glibc 2.31
|
||||
- debian:12-slim # glibc 2.36
|
||||
- fedora:latest # glibc 2.38 (as of fedora 39)
|
||||
- fedora:latest # glibc 2.39 (as of fedora 40)
|
||||
- almalinux:8 # glibc 2.28
|
||||
- almalinux:8-minimal # glibc 2.28
|
||||
- almalinux:9 # glibc 2.34
|
||||
- almalinux:9-minimal # glibc 2.34
|
||||
- centos:6 # glibc 2.12
|
||||
- centos:7 # glibc 2.17
|
||||
# TODO: broken: Repository 'Update repository of openSUSE Backports' is invalid.
|
||||
# - opensuse/leap:latest # glibc 2.31 (as of leap 15.5)
|
||||
# - opensuse/tumbleweed:latest # glibc 2.39 (as of 2024-04-18)
|
||||
- archlinux:latest # glibc 2.38 (as of 2024-04-18)
|
||||
- alpine:latest # musl 1.2.4 (as of alpine 3.19)
|
||||
- opensuse/leap:latest # glibc 2.38 (as of leap 15.6)
|
||||
- opensuse/tumbleweed:latest # glibc 2.39 (as of 2024-07-19)
|
||||
- archlinux:latest # glibc 2.39 (as of 2024-07-19)
|
||||
- alpine:latest # musl 1.2.5 (as of alpine 3.20)
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
container: ${{ matrix.container }}
|
||||
steps:
|
||||
- name: Install requirements (ubuntu:14.04)
|
||||
run: |
|
||||
set -CeEuxo pipefail
|
||||
# ubuntu 14.04's jq is 1.3
|
||||
# error: syntax error, unexpected QQSTRING_START, expecting $end
|
||||
# https://github.com/jqlang/jq/issues/273
|
||||
apt-get -o Acquire::Retries=10 -qq update
|
||||
apt-get -o Acquire::Retries=10 -o Dpkg::Use-Pty=0 install -y --no-install-recommends ca-certificates curl
|
||||
curl --proto '=https' --tlsv1.2 -fsSL --retry 10 -o /usr/local/bin/jq https://github.com/jqlang/jq/releases/download/jq-1.5/jq-linux64
|
||||
chmod +x /usr/local/bin/jq
|
||||
if: startsWith(matrix.container, 'ubuntu:14.04')
|
||||
- name: Install requirements (debian:9)
|
||||
- name: Install requirements (old debian)
|
||||
run: |
|
||||
set -CeEuxo pipefail
|
||||
# In Debian, the old repositories is removed from the main mirrors some time after EoL.
|
||||
@@ -183,12 +171,7 @@ jobs:
|
||||
./configure --prefix=/usr/local --with-ssl
|
||||
make
|
||||
make install
|
||||
# CentOS 6's jq is 1.3
|
||||
# error: syntax error, unexpected QQSTRING_START, expecting $end
|
||||
# https://github.com/jqlang/jq/issues/273
|
||||
curl --proto '=https' --tlsv1.2 -fsSL --retry 10 -o /usr/local/bin/jq https://github.com/jqlang/jq/releases/download/jq-1.5/jq-linux64
|
||||
chmod +x /usr/local/bin/jq
|
||||
# for checkout-action https://github.com/taiki-e/checkout-action/blob/87380fc33ed8e04e325b05d3576995b2253ab5ba/.github/workflows/ci.yml#L134-L142
|
||||
# for checkout-action https://github.com/taiki-e/checkout-action/blob/v1.3.0/.github/workflows/ci.yml#L135-L143
|
||||
yum install -y openssh-clients perl perl-Error perl-TermReadKey rsync
|
||||
rpm -i \
|
||||
https://vault.ius.io/el6/x86_64/packages/p/perl-Git18-1.8.5.5-4.ius.el6.noarch.rpm \
|
||||
@@ -215,8 +198,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
contents: read
|
||||
pull-requests: write # for gh pr review --approve
|
||||
steps:
|
||||
- uses: taiki-e/checkout-action@v1
|
||||
- name: Install Rust
|
||||
@@ -232,13 +215,12 @@ jobs:
|
||||
- id: diff
|
||||
run: tools/ci/manifest.sh
|
||||
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main')
|
||||
- name: Create PR
|
||||
id: create-pull-request
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
- id: create-pull-request
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
title: Update manifest
|
||||
body: |
|
||||
Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request).
|
||||
Auto-generated by CI using [create-pull-request](https://github.com/peter-evans/create-pull-request).
|
||||
|
||||
This will be auto-merged when CI has passed because this is an auto-generated PR in a defined format and is usually considered no additional review is required.
|
||||
branch: update-manifest
|
||||
|
||||
202
CHANGELOG.md
202
CHANGELOG.md
@@ -10,6 +10,172 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.43.2] - 2024-09-09
|
||||
|
||||
- Update `rclone@latest` to 1.68.0.
|
||||
|
||||
## [2.43.1] - 2024-09-07
|
||||
|
||||
- Update `cargo-lambda@latest` to 1.4.0.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.10.4.
|
||||
|
||||
## [2.43.0] - 2024-09-06
|
||||
|
||||
- Support `cargo-lambda`. ([#601](https://github.com/taiki-e/install-action/pull/601), thanks @jayvdb)
|
||||
|
||||
## [2.42.42] - 2024-09-06
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.78.
|
||||
|
||||
## [2.42.41] - 2024-09-04
|
||||
|
||||
- Update `typos@latest` to 1.24.5.
|
||||
|
||||
## [2.42.40] - 2024-09-03
|
||||
|
||||
- Update `typos@latest` to 1.24.4.
|
||||
|
||||
- Update `cargo-semver-checks@latest` to 0.35.0.
|
||||
|
||||
## [2.42.39] - 2024-09-03
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.12.
|
||||
|
||||
## [2.42.38] - 2024-09-03
|
||||
|
||||
- Update `typos@latest` to 1.24.3.
|
||||
|
||||
- Relax jq version requirement to 1.3 (no longer need to install the newer version of jq when using this action on Ubuntu 14.04/CentOS 6 containers/self-hosted runners).
|
||||
|
||||
## [2.42.37] - 2024-08-30
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.16.
|
||||
|
||||
## [2.42.36] - 2024-08-29
|
||||
|
||||
- Update `just@latest` to 1.35.0.
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.77.
|
||||
|
||||
- Update `protoc@latest` to 3.28.0.
|
||||
|
||||
## [2.42.35] - 2024-08-28
|
||||
|
||||
- Update `protoc@latest` to 3.27.4.
|
||||
|
||||
## [2.42.34] - 2024-08-26
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.76.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.10.3.
|
||||
|
||||
## [2.42.33] - 2024-08-24
|
||||
|
||||
- Update `git-cliff@latest` to 2.5.0.
|
||||
|
||||
## [2.42.32] - 2024-08-24
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.75.
|
||||
|
||||
## [2.42.31] - 2024-08-23
|
||||
|
||||
- Update `typos@latest` to 1.24.1.
|
||||
|
||||
## [2.42.30] - 2024-08-23
|
||||
|
||||
- Update `typos@latest` to 1.23.7.
|
||||
|
||||
## [2.42.29] - 2024-08-22
|
||||
|
||||
- Update `osv-scanner@latest` to 1.8.4.
|
||||
|
||||
## [2.42.28] - 2024-08-20
|
||||
|
||||
- Update `wasmtime@latest` to 24.0.0.
|
||||
|
||||
- Update `syft@latest` to 1.11.1.
|
||||
|
||||
- Update `cargo-tarpaulin@latest` to 0.31.2.
|
||||
|
||||
## [2.42.27] - 2024-08-19
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.74.
|
||||
|
||||
## [2.42.26] - 2024-08-18
|
||||
|
||||
- Update `knope@latest` to 0.18.0.
|
||||
|
||||
## [2.42.25] - 2024-08-17
|
||||
|
||||
- Update `shfmt@latest` to 3.9.0.
|
||||
|
||||
- Update `zola@latest` to 0.19.2.
|
||||
|
||||
- Update `cargo-semver-checks@latest` to 0.34.0.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.10.2.
|
||||
|
||||
## [2.42.24] - 2024-08-13
|
||||
|
||||
- Update `wasm-bindgen@latest` to 0.2.93.
|
||||
|
||||
## [2.42.23] - 2024-08-12
|
||||
|
||||
- Update `wasmtime@latest` to 23.0.2.
|
||||
|
||||
## [2.42.22] - 2024-08-10
|
||||
|
||||
- Update `cargo-careful@latest` to 0.4.3.
|
||||
|
||||
## [2.42.21] - 2024-08-10
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.10.0.
|
||||
|
||||
- Update `syft@latest` to 1.11.0.
|
||||
|
||||
## [2.42.20] - 2024-08-08
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.31.
|
||||
|
||||
## [2.42.19] - 2024-08-07
|
||||
|
||||
- Update `osv-scanner@latest` to 1.8.3.
|
||||
|
||||
## [2.42.18] - 2024-08-05
|
||||
|
||||
- Update `cargo-tarpaulin@latest` to 0.31.1.
|
||||
|
||||
- Update `cargo-deny@latest` to 0.16.1.
|
||||
|
||||
## [2.42.17] - 2024-08-04
|
||||
|
||||
- Update `knope@latest` to 0.17.0.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.9.0.
|
||||
|
||||
## [2.42.16] - 2024-08-02
|
||||
|
||||
- Update `just@latest` to 1.34.0.
|
||||
|
||||
## [2.42.15] - 2024-08-02
|
||||
|
||||
- Update `cargo-deny@latest` to 0.16.0.
|
||||
|
||||
## [2.42.14] - 2024-07-31
|
||||
|
||||
- Update `typos@latest` to 1.23.6.
|
||||
|
||||
- Update `protoc@latest` to 3.27.3.
|
||||
|
||||
## [2.42.13] - 2024-07-31
|
||||
|
||||
- Update `just@latest` to 1.33.0.
|
||||
|
||||
## [2.42.12] - 2024-07-31
|
||||
|
||||
- Update `syft@latest` to 1.10.0.
|
||||
|
||||
## [2.42.11] - 2024-07-30
|
||||
|
||||
- Update `jaq@latest` to 1.6.0.
|
||||
@@ -2538,7 +2704,41 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.11...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.2...HEAD
|
||||
[2.43.2]: https://github.com/taiki-e/install-action/compare/v2.43.1...v2.43.2
|
||||
[2.43.1]: https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.1
|
||||
[2.43.0]: https://github.com/taiki-e/install-action/compare/v2.42.42...v2.43.0
|
||||
[2.42.42]: https://github.com/taiki-e/install-action/compare/v2.42.41...v2.42.42
|
||||
[2.42.41]: https://github.com/taiki-e/install-action/compare/v2.42.40...v2.42.41
|
||||
[2.42.40]: https://github.com/taiki-e/install-action/compare/v2.42.39...v2.42.40
|
||||
[2.42.39]: https://github.com/taiki-e/install-action/compare/v2.42.38...v2.42.39
|
||||
[2.42.38]: https://github.com/taiki-e/install-action/compare/v2.42.37...v2.42.38
|
||||
[2.42.37]: https://github.com/taiki-e/install-action/compare/v2.42.36...v2.42.37
|
||||
[2.42.36]: https://github.com/taiki-e/install-action/compare/v2.42.35...v2.42.36
|
||||
[2.42.35]: https://github.com/taiki-e/install-action/compare/v2.42.34...v2.42.35
|
||||
[2.42.34]: https://github.com/taiki-e/install-action/compare/v2.42.33...v2.42.34
|
||||
[2.42.33]: https://github.com/taiki-e/install-action/compare/v2.42.32...v2.42.33
|
||||
[2.42.32]: https://github.com/taiki-e/install-action/compare/v2.42.31...v2.42.32
|
||||
[2.42.31]: https://github.com/taiki-e/install-action/compare/v2.42.30...v2.42.31
|
||||
[2.42.30]: https://github.com/taiki-e/install-action/compare/v2.42.29...v2.42.30
|
||||
[2.42.29]: https://github.com/taiki-e/install-action/compare/v2.42.28...v2.42.29
|
||||
[2.42.28]: https://github.com/taiki-e/install-action/compare/v2.42.27...v2.42.28
|
||||
[2.42.27]: https://github.com/taiki-e/install-action/compare/v2.42.26...v2.42.27
|
||||
[2.42.26]: https://github.com/taiki-e/install-action/compare/v2.42.25...v2.42.26
|
||||
[2.42.25]: https://github.com/taiki-e/install-action/compare/v2.42.24...v2.42.25
|
||||
[2.42.24]: https://github.com/taiki-e/install-action/compare/v2.42.23...v2.42.24
|
||||
[2.42.23]: https://github.com/taiki-e/install-action/compare/v2.42.22...v2.42.23
|
||||
[2.42.22]: https://github.com/taiki-e/install-action/compare/v2.42.21...v2.42.22
|
||||
[2.42.21]: https://github.com/taiki-e/install-action/compare/v2.42.20...v2.42.21
|
||||
[2.42.20]: https://github.com/taiki-e/install-action/compare/v2.42.19...v2.42.20
|
||||
[2.42.19]: https://github.com/taiki-e/install-action/compare/v2.42.18...v2.42.19
|
||||
[2.42.18]: https://github.com/taiki-e/install-action/compare/v2.42.17...v2.42.18
|
||||
[2.42.17]: https://github.com/taiki-e/install-action/compare/v2.42.16...v2.42.17
|
||||
[2.42.16]: https://github.com/taiki-e/install-action/compare/v2.42.15...v2.42.16
|
||||
[2.42.15]: https://github.com/taiki-e/install-action/compare/v2.42.14...v2.42.15
|
||||
[2.42.14]: https://github.com/taiki-e/install-action/compare/v2.42.13...v2.42.14
|
||||
[2.42.13]: https://github.com/taiki-e/install-action/compare/v2.42.12...v2.42.13
|
||||
[2.42.12]: https://github.com/taiki-e/install-action/compare/v2.42.11...v2.42.12
|
||||
[2.42.11]: https://github.com/taiki-e/install-action/compare/v2.42.10...v2.42.11
|
||||
[2.42.10]: https://github.com/taiki-e/install-action/compare/v2.42.9...v2.42.10
|
||||
[2.42.9]: https://github.com/taiki-e/install-action/compare/v2.42.8...v2.42.9
|
||||
|
||||
@@ -5,6 +5,7 @@ members = ["tools/codegen"]
|
||||
# This table is shared by projects under github.com/taiki-e.
|
||||
# It is not intended for manual editing.
|
||||
[workspace.lints.rust]
|
||||
deprecated_safe = "warn"
|
||||
improper_ctypes = "warn"
|
||||
improper_ctypes_definitions = "warn"
|
||||
non_ascii_idents = "warn"
|
||||
@@ -27,6 +28,7 @@ undocumented_unsafe_blocks = "warn"
|
||||
# Suppress buggy or noisy clippy lints
|
||||
bool_assert_comparison = { level = "allow", priority = 1 }
|
||||
borrow_as_ptr = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/8286
|
||||
cast_lossless = { level = "allow", priority = 1 } # https://godbolt.org/z/Pv6vbGG6E
|
||||
declare_interior_mutable_const = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7665
|
||||
doc_markdown = { level = "allow", priority = 1 }
|
||||
float_cmp = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7725
|
||||
@@ -36,6 +38,7 @@ manual_assert = { level = "allow", priority = 1 }
|
||||
manual_range_contains = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/6455#issuecomment-1225966395
|
||||
missing_errors_doc = { level = "allow", priority = 1 }
|
||||
module_name_repetitions = { level = "allow", priority = 1 } # buggy: https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+is%3Aopen+module_name_repetitions
|
||||
naive_bytecount = { level = "allow", priority = 1 }
|
||||
nonminimal_bool = { level = "allow", priority = 1 } # buggy: https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+is%3Aopen+nonminimal_bool
|
||||
range_plus_one = { level = "allow", priority = 1 } # buggy: https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+is%3Aopen+range_plus_one
|
||||
similar_names = { level = "allow", priority = 1 }
|
||||
@@ -46,3 +49,4 @@ struct_field_names = { level = "allow", priority = 1 }
|
||||
too_many_arguments = { level = "allow", priority = 1 }
|
||||
too_many_lines = { level = "allow", priority = 1 }
|
||||
type_complexity = { level = "allow", priority = 1 }
|
||||
unreadable_literal = { level = "allow", priority = 1 }
|
||||
|
||||
@@ -17,8 +17,8 @@ See JSON files in `tools/codegen/base` directory for examples of the manifest.
|
||||
> If you're having problem with github api rate limit, you can use your GITHUB_TOKEN to increase the rate limit.
|
||||
> If you have `Github CLI` installed (the command `gh`), you can:
|
||||
>
|
||||
> ```shell
|
||||
> GITHUB_TOKEN=$(gh auth status --show-token 2>&1 | sed -n 's/^.*Token: \(.*\)$/\1/p') ./tools/manifest.sh <tool>
|
||||
> ```sh
|
||||
> GITHUB_TOKEN=$(gh auth status --show-token 2>&1 | sed -n 's/^.*Token: //p') ./tools/manifest.sh <tool>
|
||||
> ```
|
||||
|
||||
## Refresh TOOLS.md
|
||||
|
||||
@@ -116,10 +116,10 @@ On Linux, if any required tools are missing, this action will attempt to install
|
||||
On other platforms, at least the following tools are required:
|
||||
|
||||
- bash 3.2+
|
||||
- jq 1.5+
|
||||
- jq 1.3+
|
||||
- curl 7.34+ (or RHEL7/CentOS7's patched curl 7.29)
|
||||
|
||||
Known environments affected by the above version requirements are CentOS 6 (EoL on 2020-11) using curl 7.19 and jq 1.3, and Ubuntu 14.04 (EoL on 2019-04) using jq 1.3 (see "Install requirements" in [our CI config](https://github.com/taiki-e/install-action/blob/HEAD/.github/workflows/ci.yml) for example of workaround).
|
||||
Known environments affected by the above version requirements are CentOS 6 (EoL on 2020-11) using curl 7.19, and Ubuntu 12.04 (EoL on 2017-04) using curl 7.22 (see "Install requirements" in [our CI config](https://github.com/taiki-e/install-action/blob/HEAD/.github/workflows/ci.yml) for example of workaround).
|
||||
|
||||
## Related Projects
|
||||
|
||||
|
||||
2
TOOLS.md
2
TOOLS.md
@@ -20,6 +20,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
| [**cargo-dinghy**](https://github.com/sonos/dinghy) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sonos/dinghy/releases) | Linux, macOS | [MIT](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE) |
|
||||
| [**cargo-export**](https://github.com/bazhenov/cargo-export) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bazhenov/cargo-export/releases) | Linux, macOS, Windows | [MIT](https://github.com/bazhenov/cargo-export/blob/master/LICENSE) |
|
||||
| [**cargo-hack**](https://github.com/taiki-e/cargo-hack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-hack/releases) | Linux, macOS, Windows | [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) |
|
||||
| [**cargo-lambda**](https://github.com/cargo-lambda/cargo-lambda) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/cargo-lambda/cargo-lambda/releases) | Linux, macOS, Windows | [MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE) |
|
||||
| [**cargo-llvm-cov**](https://github.com/taiki-e/cargo-llvm-cov) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-llvm-cov/releases) | Linux, macOS, Windows | [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) |
|
||||
| [**cargo-machete**](https://github.com/bnjbvr/cargo-machete) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bnjbvr/cargo-machete/releases) | Linux, macOS, Windows | [MIT](https://github.com/bnjbvr/cargo-machete/blob/main/LICENSE.md) |
|
||||
| [**cargo-make**](https://github.com/sagiegurari/cargo-make) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sagiegurari/cargo-make/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE) |
|
||||
@@ -45,6 +46,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
| [**hyperfine**](https://github.com/sharkdp/hyperfine) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sharkdp/hyperfine/releases) | Linux, macOS, Windows | [MIT](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-APACHE) |
|
||||
| [**jaq**](https://github.com/01mf02/jaq) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/01mf02/jaq/releases) | Linux, macOS, Windows | [MIT](https://github.com/01mf02/jaq/blob/main/LICENSE-MIT) |
|
||||
| [**just**](https://github.com/casey/just) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/casey/just/releases) | Linux, macOS, Windows | [CC0-1.0](https://github.com/casey/just/blob/master/LICENSE) |
|
||||
| [**knope**](https://github.com/knope-dev/knope) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/knope-dev/knope/releases) | Linux, macOS, Windows | [MIT](https://github.com/knope-dev/knope/blob/main/LICENSE) |
|
||||
| [**mdbook**](https://github.com/rust-lang/mdBook) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-lang/mdBook/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE) |
|
||||
| [**mdbook-linkcheck**](https://github.com/Michael-F-Bryan/mdbook-linkcheck) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases) | Linux, macOS, Windows | [MIT](https://github.com/Michael-F-Bryan/mdbook-linkcheck/blob/master/LICENSE) |
|
||||
| [**osv-scanner**](https://github.com/google/osv-scanner) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/google/osv-scanner/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE) |
|
||||
|
||||
@@ -25,7 +25,7 @@ runs:
|
||||
set -eu
|
||||
if ! command -v bash >/dev/null; then
|
||||
if grep -Eq '^ID=alpine' /etc/os-release; then
|
||||
printf '::group::Install packages required for checkout-action (bash)\n'
|
||||
printf '::group::Install packages required for install-action (bash)\n'
|
||||
# NB: sync with apk_install in main.sh
|
||||
if command -v sudo >/dev/null; then
|
||||
sudo apk --no-cache add bash
|
||||
@@ -36,7 +36,7 @@ runs:
|
||||
fi
|
||||
printf '::endgroup::\n'
|
||||
else
|
||||
printf '::error::checkout-action requires bash\n'
|
||||
printf '::error::install-action requires bash\n'
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
16
main.sh
16
main.sh
@@ -49,11 +49,11 @@ download_and_checksum() {
|
||||
if [[ -n "${checksum}" ]]; then
|
||||
info "verifying sha256 checksum for $(basename "${url}")"
|
||||
if type -P sha256sum &>/dev/null; then
|
||||
echo "${checksum} *tmp" | sha256sum -c - >/dev/null
|
||||
sha256sum -c - >/dev/null <<<"${checksum} *tmp"
|
||||
elif type -P shasum &>/dev/null; then
|
||||
# GitHub-hosted macOS runner does not install GNU Coreutils by default.
|
||||
# https://github.com/actions/runner-images/issues/90
|
||||
echo "${checksum} *tmp" | shasum -a 256 -c - >/dev/null
|
||||
shasum -a 256 -c - >/dev/null <<<"${checksum} *tmp"
|
||||
else
|
||||
bail "checksum requires 'sha256sum' or 'shasum' command; consider installing one of them or setting 'checksum' input option to 'false'"
|
||||
fi
|
||||
@@ -187,7 +187,7 @@ read_manifest() {
|
||||
local version="$2"
|
||||
local manifest
|
||||
rust_crate=$(call_jq -r ".rust_crate" "${manifest_dir}/${tool}.json")
|
||||
manifest=$(call_jq -r ".\"${version}\"" "${manifest_dir}/${tool}.json")
|
||||
manifest=$(call_jq -r ".[\"${version}\"]" "${manifest_dir}/${tool}.json")
|
||||
if [[ "${manifest}" == "null" ]]; then
|
||||
download_info="null"
|
||||
return 0
|
||||
@@ -196,7 +196,7 @@ read_manifest() {
|
||||
if [[ "${exact_version}" == "null" ]]; then
|
||||
exact_version="${version}"
|
||||
else
|
||||
manifest=$(call_jq -r ".\"${exact_version}\"" "${manifest_dir}/${tool}.json")
|
||||
manifest=$(call_jq -r ".[\"${exact_version}\"]" "${manifest_dir}/${tool}.json")
|
||||
if [[ "${rust_crate}" != "null" ]]; then
|
||||
# TODO: don't hardcode tool name and use 'immediate_yank_reflection' field in base manifest.
|
||||
case "${tool}" in
|
||||
@@ -213,7 +213,7 @@ read_manifest() {
|
||||
fi
|
||||
info "${tool}@${exact_version} is yanked; downgrade to ${previous_stable_version}"
|
||||
exact_version="${previous_stable_version}"
|
||||
manifest=$(jq -r ".\"${exact_version}\"" "${manifest_dir}/${tool}.json")
|
||||
manifest=$(jq -r ".[\"${exact_version}\"]" "${manifest_dir}/${tool}.json")
|
||||
done
|
||||
;;
|
||||
esac
|
||||
@@ -367,11 +367,11 @@ pacman_install() {
|
||||
}
|
||||
apk_install() {
|
||||
if type -P sudo &>/dev/null; then
|
||||
sudo apk --no-cache add "$@"
|
||||
retry sudo apk --no-cache add "$@"
|
||||
elif type -P doas &>/dev/null; then
|
||||
doas apk --no-cache add "$@"
|
||||
retry doas apk --no-cache add "$@"
|
||||
else
|
||||
apk --no-cache add "$@"
|
||||
retry apk --no-cache add "$@"
|
||||
fi
|
||||
}
|
||||
sys_install() {
|
||||
|
||||
28
manifests/cargo-binstall.json
generated
28
manifests/cargo-binstall.json
generated
@@ -22,32 +22,32 @@
|
||||
},
|
||||
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.8.0"
|
||||
"version": "1.10.4"
|
||||
},
|
||||
"1.8.0": {
|
||||
"1.10.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCAD693A517928",
|
||||
"checksum": "8c771946367345f875634f72f10687f9fd737ac5e83cbbc2a132c1db0b3c508b"
|
||||
"etag": "0x8DCCEC7B32C1AF7",
|
||||
"checksum": "1baf2ef7f15e2baba4ae11f99e72f5914bb764ce763efd716280a3cbcda001ad"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCAD68E9C4E33E",
|
||||
"checksum": "60c23f0698896a0f431fa29e3b2cd0f87ecf1191e66ab5fa191fff38b409c1d1"
|
||||
"etag": "0x8DCCEC75B73878F",
|
||||
"checksum": "7755f241782b1d1db20456e600652456ed0c33bfc7c0afdbdb9b2a7b154cac17"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCAD69D6138E74",
|
||||
"checksum": "adcabaeef7427f5bcbec91aeee0fbdcf1ca0b07b778740b6e6dd82f732eb880e"
|
||||
"etag": "0x8DCCEC85687D02F",
|
||||
"checksum": "849316b048649ca2f46f1381da59ca7637a036a0d754f1a52ffcbf94b2f00fd7"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCAD68F32DE3D7",
|
||||
"checksum": "5f3c3d9cfe17fc225d2733b4ec82d002161c509cf7eb2415d2b01770bc68d0c3"
|
||||
"etag": "0x8DCCEC7642DAD22",
|
||||
"checksum": "ff90d9cec61d4eeeb86ad9cb11998b7ce8468690d670a40e24822f07381ca899"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCAD693D4C9145",
|
||||
"checksum": "9417a505da3c4174cef954477d74f164baa702842d7cc4be64d6048d48def39a"
|
||||
"etag": "0x8DCCEC7AB95F549",
|
||||
"checksum": "72a5e248c78dc163ed983e5e0d622d9b8b7de973157939d3b9b7226858cc423c"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DCAD69AFEB9269",
|
||||
"checksum": "422ff022d8675d3df1b8ff4958d37b1a46c17177503a64632b1d8f882949b570"
|
||||
"etag": "0x8DCCEC82CA9A245",
|
||||
"checksum": "1d8c6d53fafcc2c932fffb60b856bc4a8610e69028c9999779566fbf10f4f695"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
18
manifests/cargo-careful.json
generated
18
manifests/cargo-careful.json
generated
@@ -13,10 +13,24 @@
|
||||
},
|
||||
"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": {
|
||||
"version": "0.4.2"
|
||||
"version": "0.4.3"
|
||||
},
|
||||
"0.4": {
|
||||
"version": "0.4.2"
|
||||
"version": "0.4.3"
|
||||
},
|
||||
"0.4.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCB92F10570A48",
|
||||
"checksum": "8a39c7c88744b7dec49fdedd08588e75343aabd466c9ec811832b65680c64e6d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCB92F104F71BD",
|
||||
"checksum": "c4d1b19bc243bd1d8ed5d99413d9a625b852e394e614b7871d71deb9557940e9"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCB92F104F4AD5",
|
||||
"checksum": "1a3bb682553c48cef478609a377e8f845929efad8c4c903ae4ad66348ac5b0c3"
|
||||
}
|
||||
},
|
||||
"0.4.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
49
manifests/cargo-deny.json
generated
49
manifests/cargo-deny.json
generated
@@ -24,7 +24,54 @@
|
||||
},
|
||||
"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": {
|
||||
"version": "0.15.1"
|
||||
"version": "0.16.1"
|
||||
},
|
||||
"0.16": {
|
||||
"version": "0.16.1"
|
||||
},
|
||||
"0.16.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCB53F645CB8D4",
|
||||
"checksum": "9612f02c85effbc97924c91e1e5b20eb51e48206e2627abb80a8f1b152ac0103"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCB53F7E1FD62D",
|
||||
"checksum": "74e0da17be6d25c09a6a8038147ff498e92a75667c654fc39c9cc5bbd68ac842"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCB53FC4A35306",
|
||||
"checksum": "fe69a1481510c51bfca78c26927c8d64476ae8c46f4abc0629a197a34500fed8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCB53F708123D3",
|
||||
"checksum": "3df23bbdc19f5bf12284cbebde70f8d00587fe416c1fdd92dd1bee858d6bfada"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCB53F449AEB60",
|
||||
"checksum": "9336a1582c43b091c38950c9ebb5fdce7248fa8ce6ad30a65048779ac61f50a1"
|
||||
}
|
||||
},
|
||||
"0.16.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCB2EE75FA8D03",
|
||||
"checksum": "e174b7c432da932b14a317b531c427a706859e4a9e933ea55f0d99698d4c4e76"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCB2EE7AE1DF07",
|
||||
"checksum": "badd69123b6a5ee99ac70e1aad31ee68a2c9eb7bf0bc8d9d65c4967ee356bd9e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCB2EF72449861",
|
||||
"checksum": "ba744b92d69823b82a9445bbc41f31e3ddeaac8b3dfdb5436ea2b2298e72f3fb"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCB2EE82BE5D46",
|
||||
"checksum": "67b2bbc7538cd72b1dd191f46affe36a7bba08632e277cd34b6c7ebe129f80d8"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCB2EE7A948B24",
|
||||
"checksum": "b97f4913312c76aae7d7f0f0d585f8c5fefbff697b3b8ad1a5fe0fa335fbc74f"
|
||||
}
|
||||
},
|
||||
"0.15": {
|
||||
"version": "0.15.1"
|
||||
|
||||
36
manifests/cargo-hack.json
generated
36
manifests/cargo-hack.json
generated
@@ -3,10 +3,42 @@
|
||||
"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": {
|
||||
"version": "0.6.30"
|
||||
"version": "0.6.31"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.30"
|
||||
"version": "0.6.31"
|
||||
},
|
||||
"0.6.31": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.31/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DCB7A9CB75CB85",
|
||||
"checksum": "b5e17ff9ad0224af30af1e1e8d27fef1010c7fda58048a12c704ffb2675b6ad6"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.31/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DCB7A9E485B392",
|
||||
"checksum": "2d935eafc5082eb19dc33b123bac7ca898109bb0ca7a8ab7de19c44b4d5317a0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.31/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"etag": "0x8DCB7AA01F78A70",
|
||||
"checksum": "5f56c408db441437830e6ef91eda64187880821fe54f455a956f9397443ff034"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.31/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DCB7A9BA4B08FA",
|
||||
"checksum": "435bb927b1db4d45a4807e1857aa662e1fa0715c8402da7ac56f713cc904aff7"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.31/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DCB7A9D355C7A8",
|
||||
"checksum": "ecd866a64c1cd14e90cc4670ec466f0c0408d86aa53cd9ca2d1cae42da4a7ffd"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.31/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"etag": "0x8DCB7AA071F6D09",
|
||||
"checksum": "a986372c14989387dab85aafc55bc36ee1959cec2a270447b132de7f75905802"
|
||||
}
|
||||
},
|
||||
"0.6.30": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
78
manifests/cargo-lambda.json
generated
Normal file
78
manifests/cargo-lambda.json
generated
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"rust_crate": "cargo-lambda",
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.x86_64-unknown-linux-musl.tar.gz"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.x86_64-apple-darwin.tar.gz"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.windows-x64.zip",
|
||||
"bin": "cargo-lambda.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.aarch64-unknown-linux-musl.tar.gz"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"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": {
|
||||
"version": "1.4.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.4.0"
|
||||
},
|
||||
"1.4": {
|
||||
"version": "1.4.0"
|
||||
},
|
||||
"1.4.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCCF7559ED57D5",
|
||||
"checksum": "9ce70414d822e3b901403d63598581d2a35b7e16b1e2009308da0b120cb2f280"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCCF755A871607",
|
||||
"checksum": "9c2a9e5427c1de759970d8d51efd50ec2a435ae348804cb4a660f1c3b9b43b16"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCCF755B9D1989",
|
||||
"checksum": "a5ff21d73d42b89973c1d7d7d19ed119561dd98b6d784386d064b9807956a71a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCCF755DDBF6FB",
|
||||
"checksum": "5cbb3e1291d4c20a5e988eb690a5153f86be44a2fd6bec6485d00ef1e1aa13aa"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCCF755E70162A",
|
||||
"checksum": "ef1a8f5521d1d4d0f08b3de6149c48455395aec7328d7587abcdab83f80d736b"
|
||||
}
|
||||
},
|
||||
"1.3": {
|
||||
"version": "1.3.0"
|
||||
},
|
||||
"1.3.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DC88F48F203CE3",
|
||||
"checksum": "b96973d035b328413fd2a98881f01ab8de8dcaef56c6f826d05dee48925b340f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DC88F48FB3C08F",
|
||||
"checksum": "49043e568b1d1817b0d7e14b7bd23d0938f37b5a951ad6dbd08e8057a1e2e60b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DC88F490E653BE",
|
||||
"checksum": "46c19d2c0f977c27f918e24c6e362a080a63cdfbe0c97a79dabe6e375eee72c4"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DC88F4936FA250",
|
||||
"checksum": "6e1f434d70a60180d80f6e61f0fd50272a0e849d5bfa7c64d8df066f85881627"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DC88F493FF59BC",
|
||||
"checksum": "8cd1d176a690d5b3704fae9c58e0e949e481e79eaa24cb5338f5cdfcf564ca05"
|
||||
}
|
||||
}
|
||||
}
|
||||
26
manifests/cargo-llvm-cov.json
generated
26
manifests/cargo-llvm-cov.json
generated
@@ -19,10 +19,32 @@
|
||||
},
|
||||
"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": {
|
||||
"version": "0.6.11"
|
||||
"version": "0.6.12"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.11"
|
||||
"version": "0.6.12"
|
||||
},
|
||||
"0.6.12": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCCC27E30DDFFC",
|
||||
"checksum": "c3418ea4a59d836a6f91d45a9c1e1fe17653c06b0bed79f31a12dec9b2eb53f5"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCCC28609416EF",
|
||||
"checksum": "8eee90cdc0dc26eb5b676c3e5929de9cbcb657f1d7e175089ac5f7fb62be08f5"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCCC282FD2D223",
|
||||
"checksum": "3706ec35c984aab739310dda2802f165d2cf7d296ff0972e1ba7c4daa725295b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCCC27E4DF5B65",
|
||||
"checksum": "89852820f4384192e6faaf6ecb30f5df3b93690d81b10f77d25c0b3bce4a76ed"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCCC280E8E0C69",
|
||||
"checksum": "bec62ac2c6e9b9497b3879716735b881c280028e2597703bc7ebed538c5c4244"
|
||||
}
|
||||
},
|
||||
"0.6.11": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
22
manifests/cargo-make.json
generated
22
manifests/cargo-make.json
generated
@@ -20,10 +20,28 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.37.15"
|
||||
"version": "0.37.16"
|
||||
},
|
||||
"0.37": {
|
||||
"version": "0.37.15"
|
||||
"version": "0.37.16"
|
||||
},
|
||||
"0.37.16": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC8F28CD820A7",
|
||||
"checksum": "54bc9f44bf4508c058652982e8b6e395978e517b088296015f4ad6b7137f62a4"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC8F295CF7D8B",
|
||||
"checksum": "c1a2cd01898e6b254b9cdf9a1d45a2692ef072ba055d5ad2b195db17595ad271"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC8F2B45A37B6",
|
||||
"checksum": "337bbb6e9deb13ac7569b32ed3470779f7a430a14c716f335b2f13ea0ba8cae6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC8F25FFD15DA",
|
||||
"checksum": "57c6d62c0ac8ae7c3736655834b17b81935ed05717399090ce143dc7118d1ce7"
|
||||
}
|
||||
},
|
||||
"0.37.15": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
119
manifests/cargo-nextest.json
generated
119
manifests/cargo-nextest.json
generated
@@ -19,10 +19,125 @@
|
||||
},
|
||||
"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": {
|
||||
"version": "0.9.72"
|
||||
"version": "0.9.78"
|
||||
},
|
||||
"0.9": {
|
||||
"version": "0.9.72"
|
||||
"version": "0.9.78"
|
||||
},
|
||||
"0.9.78": {
|
||||
"previous_stable_version": "0.9.77",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DCCDFBD47BF354",
|
||||
"checksum": "8645c43d0116fc1608c9d149377b0fcffcf01ec12cba3da34567ab74e02049c9"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCCDFC05E94BF4",
|
||||
"checksum": "cb5c9565ba962f07262a267ad83aa4f755d2311a79b1b23d8783c8838d31347f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCCDFC02DF9CF4",
|
||||
"checksum": "26859987b4470ce80a93e017656034fb28217e135c6110fa66ab373f97670ccd"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCCDFC2F357FFE",
|
||||
"checksum": "ef046ec2969c03558d7e2b2ee360a4ed58f92bc86a7f9b4e59c323d69aa2a602"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DCCDFBEFE9BDF8",
|
||||
"checksum": "dc8b62624a5f334a9b3fcd784008c39c412ef880158ba73e2f3abd156194cbab"
|
||||
}
|
||||
},
|
||||
"0.9.77": {
|
||||
"previous_stable_version": "0.9.76",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DCC7AA37E7E7E7",
|
||||
"checksum": "31f288399a8b735f02383913491dc5f1b2a2ddbfacec7c8424dfb94444a4bc43"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC7AAAA74072C",
|
||||
"checksum": "f3a91b9f9ad1e005e03ad57a87cd2f90e4ad266e4b85af209241c0770a0c7815"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC7AA377B214D",
|
||||
"checksum": "667883fd4a122dfdfcb70b4d563f4046c9dc3c38b5b25d9c559fa02044d11e9b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC7AAC7B09110",
|
||||
"checksum": "5f733822b21153141e741bfc765a517f7f1eb2ab6e1f65a5db5555a7f4899d3d"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DCC7AA5A183DCB",
|
||||
"checksum": "a4035e63d33ac2c96371ab134a61613c3cb0ae4b03fc5ad54c2712e79afd9f16"
|
||||
}
|
||||
},
|
||||
"0.9.76": {
|
||||
"previous_stable_version": "0.9.75",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DCC543B2472AD2",
|
||||
"checksum": "5182728930c420ce3cd9c5ca8066364e4be296a29cd0a6c0dc3be7f0177be6fb"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC543D7FCE3B8",
|
||||
"checksum": "2321c12e14102554220c1d310416bbf5e5a8432b47cbfc5b5659bf78ec8f2186"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC5438B271C99",
|
||||
"checksum": "f4dbdf8f2442eaccf2bbaafad54438d2de693e4db8855aad3e2f533fb1025989"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC543F76F8DEE",
|
||||
"checksum": "f9c76e7c3ddeb7595fa866d74714446d206096207bef8a4b895a871f4275142b"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DCC54392F83244",
|
||||
"checksum": "48ebd1f859fe1a6f76829893a002806bc771e7eb340a089c3283ec1cbc524e1a"
|
||||
}
|
||||
},
|
||||
"0.9.75": {
|
||||
"previous_stable_version": "0.9.74",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DCC3C2E269D8E1",
|
||||
"checksum": "34321de06d68a3c39340e13256eae38b6529284842a8c3b7f21c338d1042945e"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC3C2FCBD52CA",
|
||||
"checksum": "9cfb640acad0b3115711a7181102bdd6e56315bf1b4def1351b63c36d0cf95d4"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC3C2C8247FE5",
|
||||
"checksum": "89ed23b1d79434bccd01aee9faf14092d3701b468b13fffc3f3895069b7c3c5d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC3C30432A781",
|
||||
"checksum": "517371879db44956222d55698e2c7cab96dbb977d7fccffab1314a59a2623205"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DCC3C2DEB1C3B9",
|
||||
"checksum": "0fc7af32f0670fefa5d1c8ccd54efff3f97acb862b77dd37fff78db85ea9f309"
|
||||
}
|
||||
},
|
||||
"0.9.74": {
|
||||
"previous_stable_version": "0.9.72",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DCBFDD7B57ED4A",
|
||||
"checksum": "b605d0dc32b3eeac7ac55a9ba35e9075b09ec6a090532356a68b9a4f1a95c7dc"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCBFDD9FFB6643",
|
||||
"checksum": "bbd52a91214efd758b35a0a29c4e98270f871d64e43c1f8be00a74d13e54e089"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCBFDD9F756830",
|
||||
"checksum": "09f3d73c0df3969bd3887d19cce3ad7e576f290717169b0d786bdd552e435d52"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCBFDDDE9C4F4C",
|
||||
"checksum": "f0c5906129b427bc7e5a4f6e70c8b5c39f2d535ae032adc90fd81cbf1110bb5f"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DCBFDD9563CC94",
|
||||
"checksum": "8399c6941f27e3aa98d7e35d256f9cb0ff89453492b36c5151a77090f5ab0058"
|
||||
}
|
||||
},
|
||||
"0.9.72": {
|
||||
"previous_stable_version": "0.9.70",
|
||||
|
||||
44
manifests/cargo-semver-checks.json
generated
44
manifests/cargo-semver-checks.json
generated
@@ -16,7 +16,49 @@
|
||||
},
|
||||
"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": {
|
||||
"version": "0.33.0"
|
||||
"version": "0.35.0"
|
||||
},
|
||||
"0.35": {
|
||||
"version": "0.35.0"
|
||||
},
|
||||
"0.35.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCCC35A9455766",
|
||||
"checksum": "f97cf94cf14500a88217135b7cbde5e0cc11ba274670211f7cd7d26b7f41c254"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCCC3573F81C49",
|
||||
"checksum": "7208a6b4468128c6942c369c54f2e78f58c8a916cc695f6df4d122e7d9d86efd"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCCC367877571E",
|
||||
"checksum": "ee3282df02bf183d8c44bc6a72f3c7c80e9ee2626766dc759105910f100f2393"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCCC35714A58DA",
|
||||
"checksum": "2b7c74bdf8f3e87b8076ab5bb9d6d9754bbd3d420c5ac7e14e44e08af4e9f924"
|
||||
}
|
||||
},
|
||||
"0.34": {
|
||||
"version": "0.34.0"
|
||||
},
|
||||
"0.34.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCBC8C02E363D5",
|
||||
"checksum": "e7cd8ef842b916bbfafe062fe1d59a337234c29e3651cfd9f2dd51a5cd17f0b3"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCBC8BF63EE693",
|
||||
"checksum": "efe6230000458a1bf2ea091a54c38cd6815d629ca5a063d88be2a4287aa95289"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCBC8CA673BA3E",
|
||||
"checksum": "5c5ea443dc5a2149b2abcaaa19ab7738932eb81ee6335771bfef4d075465f006"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCBC8BED140D01",
|
||||
"checksum": "2d4bf3931b952e4a6071f88f5d186a64b414f75e5da37299e746dc68b54110f0"
|
||||
}
|
||||
},
|
||||
"0.33": {
|
||||
"version": "0.33.0"
|
||||
|
||||
48
manifests/cargo-tarpaulin.json
generated
48
manifests/cargo-tarpaulin.json
generated
@@ -19,10 +19,54 @@
|
||||
},
|
||||
"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": {
|
||||
"version": "0.31.0"
|
||||
"version": "0.31.2"
|
||||
},
|
||||
"0.31": {
|
||||
"version": "0.31.0"
|
||||
"version": "0.31.2"
|
||||
},
|
||||
"0.31.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC13A4C9BE149",
|
||||
"checksum": "47781f68fd98db830983a59020bbbaf0841322b362c8d7a7634b7d88128a22ba"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC13A2D5F904F",
|
||||
"checksum": "1e14eef9296d211fb1eff7750dbd4703d57b56d40882213a683015cd0db9c4cf"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC13A75430CA0",
|
||||
"checksum": "63809e837e8a31e48f60e584908ee91e8a97425e5ca8ccf736adb99c9a163c46"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCC13A3B434187",
|
||||
"checksum": "a6df38b6ce3cec14c1a19ecbc2e080895ffc11289e31031ee8d6bdbafe2885e9"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC13A21CAFDB5",
|
||||
"checksum": "b9022c4f87f17fb607088ee9eb288df1a54b08cf2d3ba10f42c2fa495ac258d5"
|
||||
}
|
||||
},
|
||||
"0.31.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCB542DB224D2C",
|
||||
"checksum": "d49898d65162ca77b1ae227a033f2d155758db6069fe4caf816cfa15ed8e63f0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCB542AFB6A91A",
|
||||
"checksum": "5c69e5b2fac580279ecf9c5e8c682e2c57d81fd0556137606d6ddf938ddd2972"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCB542E7194CF8",
|
||||
"checksum": "71612269548eec15853fb0845189d3888848a4b2beb3424f923b2d36801ad2c9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCB542AFFB7AE9",
|
||||
"checksum": "a3a5a52eb74d51cb477f30c1c7b81909ebb4f5897cf46794463bf65ca933e013"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCB5424EF51919",
|
||||
"checksum": "a21e355cf84e7cf5f0f0a0dc9d1537cac12ba62fd09385b2a1650b7d9c3e3077"
|
||||
}
|
||||
},
|
||||
"0.31.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
33
manifests/git-cliff.json
generated
33
manifests/git-cliff.json
generated
@@ -28,10 +28,39 @@
|
||||
},
|
||||
"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": {
|
||||
"version": "2.4.0"
|
||||
"version": "2.5.0"
|
||||
},
|
||||
"2": {
|
||||
"version": "2.4.0"
|
||||
"version": "2.5.0"
|
||||
},
|
||||
"2.5": {
|
||||
"version": "2.5.0"
|
||||
},
|
||||
"2.5.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC414DF7EC2C6",
|
||||
"checksum": "f5d4388c0f58ec6c37e828ba6923518b3e8ac0eafaa665f5bdc46f32847ca851"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC414DF9E8321",
|
||||
"checksum": "e715f1ac38832faa28a28fa73d81977a7695084dbf4ec75d89f74bcaf1637799"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC41588A42559",
|
||||
"checksum": "26f9fbc60694bb3f821f77703bb7d1cda8694c407dee751770cfb40a98657bcf"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCC414E17C2650",
|
||||
"checksum": "f6e570f2bf7214c780e26761de5e39c3fcfe99de7efe056cc2d5ba8026c35831"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC414A2165993",
|
||||
"checksum": "813dbe0b3738ad0a7144e44709d19390de210d9813c7d6ab648c83b58d3fee97"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DCC415AB00A23D",
|
||||
"checksum": "c13922ad8a3239dd95e7329ca0d689fea390c5d5dbc0ec35c1bcaf76f1a10764"
|
||||
}
|
||||
},
|
||||
"2.4": {
|
||||
"version": "2.4.0"
|
||||
|
||||
79
manifests/just.json
generated
79
manifests/just.json
generated
@@ -19,10 +19,85 @@
|
||||
},
|
||||
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.32.0"
|
||||
"version": "1.35.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.32.0"
|
||||
"version": "1.35.0"
|
||||
},
|
||||
"1.35": {
|
||||
"version": "1.35.0"
|
||||
},
|
||||
"1.35.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC7B014F47FBB",
|
||||
"checksum": "c4172306e241bd175c07316156a610593fa2b687ac49418520a375605d7cead4"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC7AFEA81141B",
|
||||
"checksum": "d947700b3bd86ec5dc146f2d7fa6046010135d01ab6488bd65451b46acf3aeb6"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC7B04ECF0176",
|
||||
"checksum": "b53aebf423e701fb94442af8e7cf20400bc7bed46de297c6e0e9eb9c6fdb24e2"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCC7AFFDAA1BE1",
|
||||
"checksum": "a94c75426239fce8c1e7fdfccd20d60d987924f91ac45c843a14cd72d4d71e73"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC7AFF5497587",
|
||||
"checksum": "898cc0623112a5912ef2dd891020d68e6b8eba9250c76460547f1703e550fabb"
|
||||
}
|
||||
},
|
||||
"1.34": {
|
||||
"version": "1.34.0"
|
||||
},
|
||||
"1.34.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCB33579D69A8D",
|
||||
"checksum": "42df46f7ce727bdb2c3b5357017d885bd2033e8dbb154ca8e8f229e75093aeca"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCB335950127EB",
|
||||
"checksum": "1f5eea49f34c61c0e55a12feab1af7f033fbdead8c0b81ddeeb282beb1dc7efa"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCB335D882654C",
|
||||
"checksum": "02fbdfbf30c6289ec09c2296bf95f284737a2f976baf7123ab03e7275c723913"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCB3358042374F",
|
||||
"checksum": "6a86cc20be1c58b3a613d6daf9da922adc9dcfb578c0f2c73f0cff352aa14137"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCB3357CEF511D",
|
||||
"checksum": "9477b2413ba26928642c4fcbeba4e8a427a50bde4d7cc0dde4caaf661a8585ef"
|
||||
}
|
||||
},
|
||||
"1.33": {
|
||||
"version": "1.33.0"
|
||||
},
|
||||
"1.33.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCB104CB15E057",
|
||||
"checksum": "7e6480ee1c1b1c906f7f1933cc1a1b9f281812341f997b78dcd166430f5ea500"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCB104BCC8E392",
|
||||
"checksum": "6a47509447bfce51860532fed0386d7194dcd1b632293005e7f0188b79a6cd82"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCB105165BF45E",
|
||||
"checksum": "7c07de1d110698933bd2530dde5d2453cd0c15ebbbc7cc47755dd872869bcc9f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCB104D96EB679",
|
||||
"checksum": "222eac28769adc65ea2cff037d0531bef12ddda8d2fa2cc06b564c962ab62875"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCB104BB5C9530",
|
||||
"checksum": "379db9caf697231b60b04ab2cc1f8f49c1e16597028cbd98c143b720fd0e4a89"
|
||||
}
|
||||
},
|
||||
"1.32": {
|
||||
"version": "1.32.0"
|
||||
|
||||
60
manifests/knope.json
generated
60
manifests/knope.json
generated
@@ -3,7 +3,65 @@
|
||||
"template": null,
|
||||
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.16.2"
|
||||
"version": "0.18.0"
|
||||
},
|
||||
"0.18": {
|
||||
"version": "0.18.0"
|
||||
},
|
||||
"0.18.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-x86_64-unknown-linux-musl.tgz",
|
||||
"etag": "0x8DCBF4A381C3736",
|
||||
"checksum": "b9a1030fb190d3208694bd9ddc6f8e7cdb973840b4d31c333c285ee896b7d7fa",
|
||||
"bin": "knope-x86_64-unknown-linux-musl/knope"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-x86_64-apple-darwin.tgz",
|
||||
"etag": "0x8DCBF4A3820C5F8",
|
||||
"checksum": "755e0b3616b9ea43bffe3e1108d12f617cc815da4e42f0a1cbfb3bae2520414c",
|
||||
"bin": "knope-x86_64-apple-darwin/knope"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-x86_64-pc-windows-msvc.tgz",
|
||||
"etag": "0x8DCBF4A381CD2C9",
|
||||
"checksum": "d84bfc99ca594d3d23fbffabe12e65321e2d68749a44fb3bc46be1929e862da3",
|
||||
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-aarch64-apple-darwin.tgz",
|
||||
"etag": "0x8DCBF4A38156107",
|
||||
"checksum": "7688ecb47fafd00563319d2894a0300f4453b09841c66eb3f7f1b47265b630d9",
|
||||
"bin": "knope-aarch64-apple-darwin/knope"
|
||||
}
|
||||
},
|
||||
"0.17": {
|
||||
"version": "0.17.0"
|
||||
},
|
||||
"0.17.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.17.0/knope-x86_64-unknown-linux-musl.tgz",
|
||||
"etag": "0x8DCB44B4EF4F162",
|
||||
"checksum": "22e3c2139694a5d98ac4486f586a2cdc3657b23ad0fb8dda6abdb0a6c7e1038f",
|
||||
"bin": "knope-x86_64-unknown-linux-musl/knope"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.17.0/knope-x86_64-apple-darwin.tgz",
|
||||
"etag": "0x8DCB44B4FC8DF39",
|
||||
"checksum": "cb51915d8daad67e6ce86335d35f790d77aa28089421a890972bb807c1ef002d",
|
||||
"bin": "knope-x86_64-apple-darwin/knope"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.17.0/knope-x86_64-pc-windows-msvc.tgz",
|
||||
"etag": "0x8DCB44B4F5F4983",
|
||||
"checksum": "51dba6079c1f834012a97026585bc3e0560af7d3f7cdaab411cb38d55931e17a",
|
||||
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.17.0/knope-aarch64-apple-darwin.tgz",
|
||||
"etag": "0x8DCB44B503E7552",
|
||||
"checksum": "8ef0c9f45f4a5f07a403011c50126e614a40cc6d3b717ec03a81979a5e77484f",
|
||||
"bin": "knope-aarch64-apple-darwin/knope"
|
||||
}
|
||||
},
|
||||
"0.16": {
|
||||
"version": "0.16.2"
|
||||
|
||||
70
manifests/osv-scanner.json
generated
70
manifests/osv-scanner.json
generated
@@ -3,13 +3,77 @@
|
||||
"template": null,
|
||||
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.8.2"
|
||||
"version": "1.8.4"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.8.2"
|
||||
"version": "1.8.4"
|
||||
},
|
||||
"1.8": {
|
||||
"version": "1.8.2"
|
||||
"version": "1.8.4"
|
||||
},
|
||||
"1.8.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_linux_amd64",
|
||||
"etag": "0x8DCC26531112250",
|
||||
"checksum": "777fb626331db6c69a47a7a223b286442afbc2fbf8cc973e0c22073aa75a6c8b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_darwin_amd64",
|
||||
"etag": "0x8DCC26530F3F728",
|
||||
"checksum": "96d044840b25db3ccd1a3b8c2b40ea72ad0dec376fad45d8c3a7e6b0aa075eea"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_windows_amd64.exe",
|
||||
"etag": "0x8DCC26531AF4822",
|
||||
"checksum": "858ccb5d499c6efacdc56ccf6ee28a41bff685eea4b862454aa0770dc7cb59d0"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_linux_arm64",
|
||||
"etag": "0x8DCC26530F727E1",
|
||||
"checksum": "b94c92513cc1d6606f3d1f00c7171394475bcb9aa80e06110bb44f8a7023a76f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_darwin_arm64",
|
||||
"etag": "0x8DCC265319B8849",
|
||||
"checksum": "9aecc9c1c076c12a545c74202e33a81c1ccfca9b8ab4f4e2a077d8c4501e96e2"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_windows_arm64.exe",
|
||||
"etag": "0x8DCC26530EB00B7",
|
||||
"checksum": "24ed0cf0064a88d19cd6659d99a091642e89bbd9f9375aba4dd9ae20e372466e"
|
||||
}
|
||||
},
|
||||
"1.8.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.3/osv-scanner_linux_amd64",
|
||||
"etag": "0x8DCB69A5EDA9989",
|
||||
"checksum": "ddb3d48ae920a7bb711ed7c1971ec51cb8cc0256c95965bd1422b2dfe4bece47"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.3/osv-scanner_darwin_amd64",
|
||||
"etag": "0x8DCB69A5F7016C9",
|
||||
"checksum": "98319f3c491d0b0baa6b3ac64c53061fa76060795ccf034bd4f1cd9fad453df0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.3/osv-scanner_windows_amd64.exe",
|
||||
"etag": "0x8DCB69A5F987FE7",
|
||||
"checksum": "96a3a312ce02ffed2694b532a7d8047bf6ddeab58179a794755aeddda5f9c1ce"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.3/osv-scanner_linux_arm64",
|
||||
"etag": "0x8DCB69A5EDBA9D6",
|
||||
"checksum": "809673169f6d4155c7b86a53b517b93d5644b2ba798d30bca0d648dd266513da"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.3/osv-scanner_darwin_arm64",
|
||||
"etag": "0x8DCB69A5EBA3DAE",
|
||||
"checksum": "e4c02524829546055e3b0675f76c9bdcb7bd5a1a4f1983e4aa6c86b1192aeea8"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.3/osv-scanner_windows_arm64.exe",
|
||||
"etag": "0x8DCB69A5ECDFD9A",
|
||||
"checksum": "6973d9f7a4016b611f012301a4e1fbb04bb3c6349cd6b560851e5e7c88bcdfbc"
|
||||
}
|
||||
},
|
||||
"1.8.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
90
manifests/protoc.json
generated
90
manifests/protoc.json
generated
@@ -3,13 +3,97 @@
|
||||
"template": null,
|
||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.27.2"
|
||||
"version": "3.28.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.27.2"
|
||||
"version": "3.28.0"
|
||||
},
|
||||
"3.28": {
|
||||
"version": "3.28.0"
|
||||
},
|
||||
"3.28.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.0/protoc-28.0-linux-x86_64.zip",
|
||||
"etag": "0x8DCC79A6BA9F65A",
|
||||
"checksum": "b2e187c8b9f2d97cd3ecae4926d1bb2cbebe3ab768e7c987cbc86bb17f319358"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.0/protoc-28.0-osx-x86_64.zip",
|
||||
"etag": "0x8DCC79A6BCCE754",
|
||||
"checksum": "92186702964437d3ba2ac3427bb906d9f6b92219ddb3c397a2e734d70be59046"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.0/protoc-28.0-win64.zip",
|
||||
"etag": "0x8DCC79A6BFBD8CC",
|
||||
"checksum": "349654eb0a66a37a7a8aabb89a32379216e7188233dfc6167d40f16f0932a205"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.0/protoc-28.0-linux-aarch_64.zip",
|
||||
"etag": "0x8DCC79A6B594B06",
|
||||
"checksum": "d622619dcbfb5ecb281cfb92c1a74d6a0f42e752d9a2774b197f475f7ab1c8c4"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.0/protoc-28.0-osx-aarch_64.zip",
|
||||
"etag": "0x8DCC79A6BAE8512",
|
||||
"checksum": "4e05879bb7f5b6209461e0cff58c20dfcb117bede7d4737ed8ec6383074fda24"
|
||||
}
|
||||
},
|
||||
"3.27": {
|
||||
"version": "3.27.2"
|
||||
"version": "3.27.4"
|
||||
},
|
||||
"3.27.4": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-linux-x86_64.zip",
|
||||
"etag": "0x8DCC6DA79711D5B",
|
||||
"checksum": "20a977d023a47a7f27557aa144eb2c06baa6f623784e34d8a13d9abb6f6bc6c0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-osx-x86_64.zip",
|
||||
"etag": "0x8DCC6DA79A0F821",
|
||||
"checksum": "a0c0e3f900ce3bd99db8b378b25bdbaaf42fe060037d06bdbdb0e0a813f3032c"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-win64.zip",
|
||||
"etag": "0x8DCC6DA79CDC90F",
|
||||
"checksum": "7e48cfe4fe21d605a7b37be32514ef66692663a1aa280b9d84edaec851183daa"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-linux-aarch_64.zip",
|
||||
"etag": "0x8DCC6DA790B2D54",
|
||||
"checksum": "2399fa9e634880e70a8aa760b1b164ea0a8e8acac3bf541e732f9b3ade312cc9"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-osx-aarch_64.zip",
|
||||
"etag": "0x8DCC6DA7977F370",
|
||||
"checksum": "52aa0b3f95972ffb9363a07f7944683c72213ab2fbfc8bbc315837e26c5e4311"
|
||||
}
|
||||
},
|
||||
"3.27.3": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-linux-x86_64.zip",
|
||||
"etag": "0x8DCB17AB64A6DB9",
|
||||
"checksum": "6dab2adab83f915126cab53540d48957c40e9e9023969c3e84d44bfb936c7741"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-osx-x86_64.zip",
|
||||
"etag": "0x8DCB17AB64A1FF0",
|
||||
"checksum": "ce282648fed0e7fbd6237d606dc9ec168dd2c1863889b04efa0b19c47da65d1b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-win64.zip",
|
||||
"etag": "0x8DCB17AB6974CCF",
|
||||
"checksum": "bdccd341a0c25ff4f65d8530f170c78ce5681e42920aa5d892f27ac06cc3bba0"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-linux-aarch_64.zip",
|
||||
"etag": "0x8DCB17AB5CD183F",
|
||||
"checksum": "bdad36f3ad7472281d90568c4956ea2e203c216e0de005c6bd486f1920f2751c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-osx-aarch_64.zip",
|
||||
"etag": "0x8DCB17AB64A46DB",
|
||||
"checksum": "b22116bd97cdbd7ea25346abe635a9df268515fe5ef5afa93cd9a68fc2513f84"
|
||||
}
|
||||
},
|
||||
"3.27.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
33
manifests/rclone.json
generated
33
manifests/rclone.json
generated
@@ -28,10 +28,39 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/rclone/rclone/blob/master/COPYING)",
|
||||
"latest": {
|
||||
"version": "1.67.0"
|
||||
"version": "1.68.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.67.0"
|
||||
"version": "1.68.0"
|
||||
},
|
||||
"1.68": {
|
||||
"version": "1.68.0"
|
||||
},
|
||||
"1.68.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCD021695DFEC9",
|
||||
"checksum": "2462de3234dc581db6ed8353625926bfabdfa7286b37f99cd733a84eba70c17c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCD02224137B7F",
|
||||
"checksum": "3a7ac232883e1e90e9c2c72c327f6a73d4701c23b94f4dba4b09aed3ee5038fe"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCD0225941B88D",
|
||||
"checksum": "b16769a2f839d0322db6d80d2bf7f7f0c13174a9482d2163384783a60113521c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCD0217EBFA66E",
|
||||
"checksum": "1ff887245f07ce722b9245c9aa984a841b6ba47d719842b1ada6be85e08695dc"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCD0222BEF1202",
|
||||
"checksum": "c037225f85a2fa7a78cc77a241de0a6a3d62dc6ea2b0a2fd668d50511244f559"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DCD0226038A92C",
|
||||
"checksum": "f0a29169078a443413e67d9decec3c468be7295ae84fe3313864fd4148f83ece"
|
||||
}
|
||||
},
|
||||
"1.67": {
|
||||
"version": "1.67.0"
|
||||
|
||||
29
manifests/shfmt.json
generated
29
manifests/shfmt.json
generated
@@ -19,10 +19,35 @@
|
||||
},
|
||||
"license_markdown": "[BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.8.0"
|
||||
"version": "3.9.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.8.0"
|
||||
"version": "3.9.0"
|
||||
},
|
||||
"3.9": {
|
||||
"version": "3.9.0"
|
||||
},
|
||||
"3.9.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCBE426554DD75",
|
||||
"checksum": "d99b06506aee2ac9113daec3049922e70dc8cffb84658e3ae512c6a6cbe101b6"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCBE4264D5DC15",
|
||||
"checksum": "3e1ac72e91ba88ce483766e57a1aa41fa502a0f9d5a47f5f5cd3663badcecee4"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCBE4263C7BEAF",
|
||||
"checksum": "4ea136134248ac8ebbf9103370ddcd951b515a9e9bfba903252f12fd067bb5e9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCBE42651535DC",
|
||||
"checksum": "5e511463068f3d27ae1b087fb597fb9e8ad865be2ac501964a222a834fc1c463"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCBE4265985163",
|
||||
"checksum": "7d89694369a516b2d5a68b31f8be2da04c91f50fb7cdd8e41003081b814ba3e8"
|
||||
}
|
||||
},
|
||||
"3.8": {
|
||||
"version": "3.8.0"
|
||||
|
||||
76
manifests/syft.json
generated
76
manifests/syft.json
generated
@@ -24,10 +24,82 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.9.0"
|
||||
"version": "1.11.1"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.9.0"
|
||||
"version": "1.11.1"
|
||||
},
|
||||
"1.11": {
|
||||
"version": "1.11.1"
|
||||
},
|
||||
"1.11.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC135A29A1912",
|
||||
"checksum": "73855edbe791ef548e1b2b14034c1ceddfd80f7a9da9b4e94dc69e4eea5a12bd"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC135A30C09A3",
|
||||
"checksum": "5b14ede49936eac1cf8bdde5459b53623ccda482cb2f12db84ede2c7eea30b59"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC135A32F963A",
|
||||
"checksum": "315a3ce1ff6b9520504eec0ed81acf21880326dda4924c33a53b4b6e003e21a6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCC135A2A2741B",
|
||||
"checksum": "d4d8e246bc667e75fa29a594b3b4652f18c841bc76e1f9536aa0eb08eded1261"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC135A2F125D9",
|
||||
"checksum": "314b72919d054d3a9333629e7d6226e372bfc92d319195e6e1ab49f58c17abc5"
|
||||
}
|
||||
},
|
||||
"1.11.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCB89D2402EC9D",
|
||||
"checksum": "0a61e5ef09f88562a35b6ec5dd27fa77f19c8611c26e58d527c4da191736b472"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCB89D24C1BC37",
|
||||
"checksum": "34532f1b858e0ead13230c78e61158faacac4dbb1ed57f4da4622c738be7a691"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCB89D24C0ABE8",
|
||||
"checksum": "56a187682873f2644d9b5f9ec07b8476c6257244b5f7a9c23d4c49c1d7f6e11a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCB89D24092728",
|
||||
"checksum": "10de71da67132e41dad43a9ceea1f816e5fe3bc19feda2d5b0d33c08abc03668"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCB89D247D85E6",
|
||||
"checksum": "704904af8325b9ebfb7633b44221e148cb42215718ec64c8f9450fd94354db89"
|
||||
}
|
||||
},
|
||||
"1.10": {
|
||||
"version": "1.10.0"
|
||||
},
|
||||
"1.10.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCB0B38880BCEF",
|
||||
"checksum": "f2a75245ccd915e965cecf0cfc25a50e61ac5ca5cbb1f92e67252ac6502d3c76"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCB0B389390472",
|
||||
"checksum": "92992f8c758807f175d2c0ca09152b18108aa4b342a87f979d389f349ed1d818"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCB0B38947E7D0",
|
||||
"checksum": "eeaf9fe769b26dab0efe5a7d265a573f1b91df1a4f6f1d1539f1495b67e76e54"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCB0B388832B32",
|
||||
"checksum": "b940f3f5468259bba519f0aa098ad707397cea1399bb050fc2273a09a41d1716"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCB0B38936BD11",
|
||||
"checksum": "c72924ffa02e954af495182dec35305400994f158c56a0095f54c51f14948e95"
|
||||
}
|
||||
},
|
||||
"1.9": {
|
||||
"version": "1.9.0"
|
||||
|
||||
153
manifests/typos.json
generated
153
manifests/typos.json
generated
@@ -16,13 +16,160 @@
|
||||
},
|
||||
"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": {
|
||||
"version": "1.23.5"
|
||||
"version": "1.24.5"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.23.5"
|
||||
"version": "1.24.5"
|
||||
},
|
||||
"1.24": {
|
||||
"version": "1.24.5"
|
||||
},
|
||||
"1.24.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCCCF515D34074",
|
||||
"checksum": "e23dcb000e0db3351c57c8954b53557bee2c844308a10c11c2cf8de1f2583871"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCCCF51B808613",
|
||||
"checksum": "b13d36015f59d9897e783e8b7ea6b047c319b3885a4ea4939a550f808363300d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCCCF5CBFC9CAD",
|
||||
"checksum": "fbea0788f5701ebd2987382e1ee70f0735ad80b46c42e88bac8e490b59fff3d2"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCCCF516860FF0",
|
||||
"checksum": "53703df22e929e9468f746f6d2231ef51907bd7b34b600becbce5a2465d69df8"
|
||||
}
|
||||
},
|
||||
"1.24.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCCC598D1368C1",
|
||||
"checksum": "efa32f257066a98792489a549de0f799c4cc05ad3500d3d553ce198764dd584b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCCC598904BBAC",
|
||||
"checksum": "a868175c4dbe7e73da9fd352626ecfe81849d2cb43c8c4f547b252d8bc27fd08"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCCC59D2CEBE40",
|
||||
"checksum": "efff9f29649c3dc0ef7a574a53d445bbdcf88cbc6a24b4fd4fd58b77ddc9c500"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCCC5987C36C31",
|
||||
"checksum": "94ac0abaab0b18f3b9af471d6481d484cab67b2666b10f00a455c0c2c0cd1ed7"
|
||||
}
|
||||
},
|
||||
"1.24.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC937E17972E7",
|
||||
"checksum": "023136119787a3fbd886423b5fc2e2cd29377dcad7642a0f4edf657253141dcf"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC937D42C5529",
|
||||
"checksum": "eb6f2421d90f1bdc7ad00d5e78ece3115f260b06b339aee30dc5ac3066cca5d2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC938308E0D62",
|
||||
"checksum": "3e6c99c10cf5fe243c16e5a4afb96d55c28158a37d3dcd226c1b1b610284a0c9"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC937D08E14DC",
|
||||
"checksum": "3ef81441b60a59cb14198af55050d3595d0859d8477076069f7b28ae947946fe"
|
||||
}
|
||||
},
|
||||
"1.24.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC930B8BCB792",
|
||||
"checksum": "bdf70e9d591dfe31bcdde8af1b801fe1f7735c14f2b968c99d0351168400e59a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC930A1280EA4",
|
||||
"checksum": "3c13ffc7ad0c0a812e3b38808c47638fe1091f7fd2a7b6e68d4687f985f9b61e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC930F436F6CC",
|
||||
"checksum": "8ed7c7c94c09ba24c06985ae95bd3b04a54883b09650d236f67b1ad3717ec63f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC930A9F04F21",
|
||||
"checksum": "09f7bb42b1b1ab835ee94eabbec728e5ebb2db23bd572636d6caf03d4335d9f2"
|
||||
}
|
||||
},
|
||||
"1.24.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC3A8F0B88BC5",
|
||||
"checksum": "0b9b9effeaae48e040b7cdb704247e1f6a7f441872d631631651773af0f09fe0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC3A8DE334120",
|
||||
"checksum": "66873990f851ef7bbc860317f848cf6c3f8783f6ab3da6ff449fc0900af07cd7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC3A913197447",
|
||||
"checksum": "1f236f8edcafed5b8e1895197d7c8ea68ff490efde04bce9365cbc6b03e99836"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC3A8E1BDC3DF",
|
||||
"checksum": "1484a1f905a3cb754bc891c60daab5aead336744720837825f75e6f1647391a9"
|
||||
}
|
||||
},
|
||||
"1.24.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC3A6372789F2",
|
||||
"checksum": "2bed2ac11cfb08ea1b8217c0b8f7578f4b3e14545043a25b089840ea84e200f3"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC3A62A7ACDAF",
|
||||
"checksum": "6620ae10d3728e62ec7c7ad0edebe8d6cdd1dcd0b36fe5182f73eea8e129cfb2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC3A675D7B684",
|
||||
"checksum": "77fbf8338110673c64e877b79bf08c92b1d9784a2a9c66b61ce5a150d028d724"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC3A630E3B4B5",
|
||||
"checksum": "1c47c0d361a096d80d91225b2939f3a1b10661aff1abc6e60744e595c5830668"
|
||||
}
|
||||
},
|
||||
"1.23": {
|
||||
"version": "1.23.5"
|
||||
"version": "1.23.7"
|
||||
},
|
||||
"1.23.7": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC2C0CFB9D07D",
|
||||
"checksum": "3bb50a8e7c3e18750b6309ab34c63ec8ad63de80e50b44be3e8bf4166bf55fe0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC2C0CAB44264",
|
||||
"checksum": "b1a2f9fd13526e49aac9800f47dac49d4b8b1a9b2306e5c9f30dccca5e9bd874"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC2C0CBDB4A2E",
|
||||
"checksum": "d62746ac3675854e0d2a947ff04afe92034533999689ff11c21542463a43ac0e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC2C0C608089B",
|
||||
"checksum": "bf4553470b4c582bdc8714f68842008805caab30993b08f7321759181ec8f833"
|
||||
}
|
||||
},
|
||||
"1.23.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCB1805CF029F6",
|
||||
"checksum": "270b9de3f7312d707880671cbb68de7c622d61a5c78786b4403d854181ea0658"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCB18050551047",
|
||||
"checksum": "a851b709ce0107b1f656f758d36f30c1f773c63783d43b2998073b17ea32f99f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCB180645C1595",
|
||||
"checksum": "89da618d83454bd570af471249407be6b755c6f785f605195b9bd2fc31264d6c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCB18048CF50F2",
|
||||
"checksum": "49cbae226148a488af2126ba396bf871111df2fdf088cecf2135479d0499bd45"
|
||||
}
|
||||
},
|
||||
"1.23.5": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
26
manifests/wasm-bindgen.json
generated
26
manifests/wasm-bindgen.json
generated
@@ -44,10 +44,32 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.2.92"
|
||||
"version": "0.2.93"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.92"
|
||||
"version": "0.2.93"
|
||||
},
|
||||
"0.2.93": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCBB2A6E8E759C",
|
||||
"checksum": "61f3ae807f402dfe5fbfe1250e97e802cbb7ca35172843286a26bb1149e38b7a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCBB73A832BA2F",
|
||||
"checksum": "840cabd18d734c8ccfa75f7dc83a5fab6530101dfa712c4ee0f785b76bcac1c7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCBB2A6E8CA2DF",
|
||||
"checksum": "99f02b203b973fb737fbca66c6791350eee7ee5aa7ad4e340c1f92bf4965c81c"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DCBB2A6EAB2C00",
|
||||
"checksum": "050479b30456a77e1f4a891ed99f989870f488097f5d78b13a216cf2953f7a03"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCBB2A6E811726",
|
||||
"checksum": "a10193139082886d773f635a3144494eb5934a5a15a98fea18bcc154c6b80dd5"
|
||||
}
|
||||
},
|
||||
"0.2.92": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
56
manifests/wasmtime.json
generated
56
manifests/wasmtime.json
generated
@@ -24,13 +24,63 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "23.0.1"
|
||||
"version": "24.0.0"
|
||||
},
|
||||
"24": {
|
||||
"version": "24.0.0"
|
||||
},
|
||||
"24.0": {
|
||||
"version": "24.0.0"
|
||||
},
|
||||
"24.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DCC12B8F67BBD7",
|
||||
"checksum": "27b4dff2ec7ab3148c73504f029f281bb78e0cea45d978f74e9f8c1d5585f8e6"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC12B9039AF8B",
|
||||
"checksum": "09431fcfe3cdfcaefa1558a5465b31ee915d3e1fc02ef3a2102cb385a16207cb"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC12B937EE920",
|
||||
"checksum": "98abbc0753f361331b29767fb378466d7b63ae975777a39c37151a57f3f0d748"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DCC12B89695A56",
|
||||
"checksum": "52e03e967ca72e19f682b6b91554f7fab70c86f8a354a8cc97cc3ce8b62fbc3d"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC12B8A34033F",
|
||||
"checksum": "a4d0839d77dc3affec8ab4cc9f9e14531e210a8c44567243314307ec32f64772"
|
||||
}
|
||||
},
|
||||
"23": {
|
||||
"version": "23.0.1"
|
||||
"version": "23.0.2"
|
||||
},
|
||||
"23.0": {
|
||||
"version": "23.0.1"
|
||||
"version": "23.0.2"
|
||||
},
|
||||
"23.0.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DCBAFB6BC03CF7",
|
||||
"checksum": "78708a332c97ec764515f93ae480f5b31abb167b7c534817ce282a8571e0c426"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCBAFB6CB96324",
|
||||
"checksum": "3f43858533e730dcb36304665622362bd91479f2ac8ffdbae95c7ca91d41d038"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCBAFB700EB903",
|
||||
"checksum": "fab87dbb0a104b0e25dc4dbf10f1a856ab30079371b4b68d024e3f15a79c48c7"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DCBAFB657DA1DE",
|
||||
"checksum": "54edf90126a58dc7fe269fb25699346242e8648fc9a414011432e29415d2e52b"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCBAFB6661D0FF",
|
||||
"checksum": "dcfe805271e8872e3025f3bfc1404de6efa13ad87fe9132ff8d27aa42caf7068"
|
||||
}
|
||||
},
|
||||
"23.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
22
manifests/zola.json
generated
22
manifests/zola.json
generated
@@ -16,10 +16,28 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/getzola/zola/blob/master/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.19.1"
|
||||
"version": "0.19.2"
|
||||
},
|
||||
"0.19": {
|
||||
"version": "0.19.1"
|
||||
"version": "0.19.2"
|
||||
},
|
||||
"0.19.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DCBD5AA740E4E7",
|
||||
"checksum": "0798e69b86c628ddcb264ebd86c8cc8dce7670b9049060bf94faa73f6857cd9c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCBD5A34CF43E5",
|
||||
"checksum": "38194f1d424bb4303c190fec149d90134ab33dd2d329831309deb409bcf416f8"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCBD5BF68E3434",
|
||||
"checksum": "969cb24c2dfa21427690252e95bf92f0065f8582f1679f23ede67a865266b780"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCBD5AA4166589",
|
||||
"checksum": "82c173381aced5edb28394c3202417e6dce31f0a5941ae58dd4e5e9969f5f375"
|
||||
}
|
||||
},
|
||||
"0.19.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
17
tools/codegen/base/cargo-lambda.json
Normal file
17
tools/codegen/base/cargo-lambda.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"repository": "https://github.com/cargo-lambda/cargo-lambda",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",
|
||||
"version_range": ">= 1.3.0",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-v${version}.windows-x64.zip",
|
||||
"bin": "${package}${exe}"
|
||||
},
|
||||
"aarch64_linux_musl": {},
|
||||
"aarch64_macos": {}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,7 @@
|
||||
// SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
|
||||
#![allow(clippy::missing_panics_doc, clippy::too_long_first_doc_paragraph)]
|
||||
|
||||
use std::{
|
||||
cmp::{self, Reverse},
|
||||
collections::BTreeMap,
|
||||
@@ -244,8 +246,6 @@ pub struct BaseManifest {
|
||||
}
|
||||
impl BaseManifest {
|
||||
/// Validate the manifest.
|
||||
// The panic is an assert
|
||||
#[allow(clippy::missing_panics_doc)]
|
||||
pub fn validate(&self) {
|
||||
for bin in self.bin.iter().chain(self.platform.values().flat_map(|m| &m.bin)) {
|
||||
assert!(!bin.as_slice().is_empty());
|
||||
|
||||
@@ -7,7 +7,7 @@ use std::{
|
||||
ffi::OsStr,
|
||||
io::Read,
|
||||
path::Path,
|
||||
sync::{OnceLock, RwLock},
|
||||
sync::{LazyLock, RwLock},
|
||||
time::Duration,
|
||||
};
|
||||
|
||||
@@ -649,43 +649,38 @@ struct GitHubTokens {
|
||||
other: RwLock<Option<String>>,
|
||||
}
|
||||
impl GitHubTokens {
|
||||
// TODO: Use std::sync::LazyLock once 1.80 is released
|
||||
fn get_github_tokens() -> &'static GitHubTokens {
|
||||
static GITHUB_TOKENS: OnceLock<GitHubTokens> = OnceLock::new();
|
||||
GITHUB_TOKENS.get_or_init(|| {
|
||||
let token = env::var("GITHUB_TOKEN").ok().filter(|v| !v.is_empty());
|
||||
GitHubTokens {
|
||||
raw: RwLock::new(token.clone()),
|
||||
api: RwLock::new(token.clone()),
|
||||
other: RwLock::new(token),
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
fn get(url: &str) -> Option<String> {
|
||||
fn get(&self, url: &str) -> Option<String> {
|
||||
if url.starts_with("https://raw.githubusercontent.com/") {
|
||||
Self::get_github_tokens().raw.read().unwrap().clone()
|
||||
self.raw.read().unwrap().clone()
|
||||
} else if url.starts_with("https://api.github.com/") {
|
||||
Self::get_github_tokens().api.read().unwrap().clone()
|
||||
self.api.read().unwrap().clone()
|
||||
} else if url.starts_with("https://github.com/") {
|
||||
Self::get_github_tokens().other.read().unwrap().clone()
|
||||
self.other.read().unwrap().clone()
|
||||
} else {
|
||||
None
|
||||
}
|
||||
}
|
||||
fn clear(url: &str) {
|
||||
fn clear(&self, url: &str) {
|
||||
if url.starts_with("https://raw.githubusercontent.com/") {
|
||||
*Self::get_github_tokens().raw.write().unwrap() = None;
|
||||
*self.raw.write().unwrap() = None;
|
||||
} else if url.starts_with("https://api.github.com/") {
|
||||
*Self::get_github_tokens().api.write().unwrap() = None;
|
||||
*self.api.write().unwrap() = None;
|
||||
} else if url.starts_with("https://github.com/") {
|
||||
*Self::get_github_tokens().other.write().unwrap() = None;
|
||||
*self.other.write().unwrap() = None;
|
||||
}
|
||||
}
|
||||
}
|
||||
static GITHUB_TOKENS: LazyLock<GitHubTokens> = LazyLock::new(|| {
|
||||
let token = env::var("GITHUB_TOKEN").ok().filter(|v| !v.is_empty());
|
||||
GitHubTokens {
|
||||
raw: RwLock::new(token.clone()),
|
||||
api: RwLock::new(token.clone()),
|
||||
other: RwLock::new(token),
|
||||
}
|
||||
});
|
||||
|
||||
fn download(url: &str) -> Result<ureq::Response> {
|
||||
let mut token = GitHubTokens::get(url);
|
||||
let mut token = GITHUB_TOKENS.get(url);
|
||||
let mut retry = 0;
|
||||
let mut retry_time = 0;
|
||||
let mut max_retry = 6;
|
||||
@@ -707,7 +702,7 @@ fn download(url: &str) -> Result<ureq::Response> {
|
||||
retry_time = 0;
|
||||
token = None;
|
||||
// rate limit
|
||||
GitHubTokens::clear(url);
|
||||
GITHUB_TOKENS.clear(url);
|
||||
}
|
||||
retry += 1;
|
||||
if retry > max_retry {
|
||||
@@ -721,7 +716,7 @@ fn download(url: &str) -> Result<ureq::Response> {
|
||||
|
||||
fn github_head(url: &str) -> Result<()> {
|
||||
eprintln!("fetching head of {url} ..");
|
||||
let mut token = GitHubTokens::get(url);
|
||||
let mut token = GITHUB_TOKENS.get(url);
|
||||
let mut retry = 0;
|
||||
let mut retry_time = 0;
|
||||
let mut max_retry = 2;
|
||||
@@ -744,7 +739,7 @@ fn github_head(url: &str) -> Result<()> {
|
||||
if token.is_some() && retry == max_retry / 2 {
|
||||
retry_time = 0;
|
||||
token = None;
|
||||
GitHubTokens::clear(url);
|
||||
GITHUB_TOKENS.clear(url);
|
||||
}
|
||||
retry += 1;
|
||||
if retry > max_retry {
|
||||
|
||||
@@ -12,6 +12,8 @@ This is a list of tools that are installed from manifests managed in this action
|
||||
|
||||
If a tool not included in the list below is specified, this action uses [cargo-binstall] as a fallback.
|
||||
|
||||
See the [Supported tools section in README.md](README.md#supported-tools) for how to ensure that fallback is not used.
|
||||
|
||||
> If `$CARGO_HOME/bin` is not available, Rust-related binaries will be installed to `$HOME/.cargo/bin`.<br>
|
||||
> If `$HOME/.cargo/bin` is not available, Rust-related binaries will be installed to `$HOME/.install-action/bin`.<br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user