mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-25 08:40:31 +00:00
Compare commits
39 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1a30d200a | ||
|
|
9046354ba3 | ||
|
|
3a4f3eb15a | ||
|
|
c68a3869eb | ||
|
|
e5f52f3480 | ||
|
|
133a13585e | ||
|
|
c595af1d25 | ||
|
|
6e092deb71 | ||
|
|
cb20341c85 | ||
|
|
8cbaef1f65 | ||
|
|
522d7179a5 | ||
|
|
22a7cb9e70 | ||
|
|
c0dee14250 | ||
|
|
6db13af5fd | ||
|
|
d3332fc553 | ||
|
|
14083e64ac | ||
|
|
cce0d79dc0 | ||
|
|
87db84d0e2 | ||
|
|
d6f70e1408 | ||
|
|
32ab0f399d | ||
|
|
17ca80d7af | ||
|
|
0207052668 | ||
|
|
6e3b9ab740 | ||
|
|
cbbd2313f8 | ||
|
|
3c4696e537 | ||
|
|
bb5b6ec0fe | ||
|
|
bc19d9807f | ||
|
|
c45072658c | ||
|
|
6e62070134 | ||
|
|
3ee5d63d29 | ||
|
|
54b03f88eb | ||
|
|
e2789f9cc9 | ||
|
|
7a5a5a6422 | ||
|
|
f1d4b3ac02 | ||
|
|
05bf4acd55 | ||
|
|
f63c33fd96 | ||
|
|
405215e4b1 | ||
|
|
ac0a4c83eb | ||
|
|
ccc0fd3c07 |
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -157,11 +157,14 @@ jobs:
|
||||
- debian:10-slim # glibc 2.28
|
||||
- debian:11-slim # glibc 2.31
|
||||
- debian:12-slim # glibc 2.36
|
||||
- debian:13-slim # glibc 2.41
|
||||
- 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
|
||||
- almalinux:10 # glibc 2.39
|
||||
- almalinux:10-minimal # glibc 2.39
|
||||
- centos:6 # glibc 2.12
|
||||
- centos:7 # glibc 2.17
|
||||
- opensuse/leap:latest # glibc 2.38 (as of leap 15.6)
|
||||
|
||||
77
CHANGELOG.md
77
CHANGELOG.md
@@ -10,6 +10,68 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.58.33] - 2025-09-05
|
||||
|
||||
- Update `wasm-bindgen@latest` to 0.2.101.
|
||||
|
||||
- Update `typos@latest` to 1.36.2.
|
||||
|
||||
## [2.58.32] - 2025-09-04
|
||||
|
||||
- Update `typos@latest` to 1.36.1.
|
||||
|
||||
## [2.58.31] - 2025-09-03
|
||||
|
||||
- Update `trivy@latest` to 0.66.0.
|
||||
|
||||
- Update `typos@latest` to 1.36.0.
|
||||
|
||||
## [2.58.30] - 2025-09-01
|
||||
|
||||
- Update `release-plz@latest` to 0.3.142.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.15.3.
|
||||
|
||||
## [2.58.29] - 2025-08-30
|
||||
|
||||
- Update `vacuum@latest` to 0.17.11.
|
||||
|
||||
## [2.58.28] - 2025-08-29
|
||||
|
||||
- Update `typos@latest` to 1.35.7.
|
||||
|
||||
## [2.58.27] - 2025-08-29
|
||||
|
||||
- Update `typos@latest` to 1.35.6.
|
||||
|
||||
## [2.58.26] - 2025-08-28
|
||||
|
||||
- Update `vacuum@latest` to 0.17.10.
|
||||
|
||||
## [2.58.25] - 2025-08-27
|
||||
|
||||
- Update `osv-scanner@latest` to 2.2.2.
|
||||
|
||||
## [2.58.24] - 2025-08-27
|
||||
|
||||
- Update `syft@latest` to 1.32.0.
|
||||
|
||||
## [2.58.23] - 2025-08-26
|
||||
|
||||
- Update `wasmtime@latest` to 36.0.2.
|
||||
|
||||
## [2.58.22] - 2025-08-26
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.103.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.15.1.
|
||||
|
||||
## [2.58.21] - 2025-08-23
|
||||
|
||||
- Update `rclone@latest` to 1.71.0.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.15.0.
|
||||
|
||||
## [2.58.20] - 2025-08-22
|
||||
|
||||
- Update `wasmtime@latest` to 36.0.1.
|
||||
@@ -4342,7 +4404,20 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.58.20...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.58.33...HEAD
|
||||
[2.58.33]: https://github.com/taiki-e/install-action/compare/v2.58.32...v2.58.33
|
||||
[2.58.32]: https://github.com/taiki-e/install-action/compare/v2.58.31...v2.58.32
|
||||
[2.58.31]: https://github.com/taiki-e/install-action/compare/v2.58.30...v2.58.31
|
||||
[2.58.30]: https://github.com/taiki-e/install-action/compare/v2.58.29...v2.58.30
|
||||
[2.58.29]: https://github.com/taiki-e/install-action/compare/v2.58.28...v2.58.29
|
||||
[2.58.28]: https://github.com/taiki-e/install-action/compare/v2.58.27...v2.58.28
|
||||
[2.58.27]: https://github.com/taiki-e/install-action/compare/v2.58.26...v2.58.27
|
||||
[2.58.26]: https://github.com/taiki-e/install-action/compare/v2.58.25...v2.58.26
|
||||
[2.58.25]: https://github.com/taiki-e/install-action/compare/v2.58.24...v2.58.25
|
||||
[2.58.24]: https://github.com/taiki-e/install-action/compare/v2.58.23...v2.58.24
|
||||
[2.58.23]: https://github.com/taiki-e/install-action/compare/v2.58.22...v2.58.23
|
||||
[2.58.22]: https://github.com/taiki-e/install-action/compare/v2.58.21...v2.58.22
|
||||
[2.58.21]: https://github.com/taiki-e/install-action/compare/v2.58.20...v2.58.21
|
||||
[2.58.20]: https://github.com/taiki-e/install-action/compare/v2.58.19...v2.58.20
|
||||
[2.58.19]: https://github.com/taiki-e/install-action/compare/v2.58.18...v2.58.19
|
||||
[2.58.18]: https://github.com/taiki-e/install-action/compare/v2.58.17...v2.58.18
|
||||
|
||||
2
TOOLS.md
2
TOOLS.md
@@ -73,7 +73,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
||||
| [**valgrind**](https://valgrind.org/) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0](https://sourceware.org/git/?p=valgrind.git;a=blob;f=COPYING;hb=HEAD) |
|
||||
| [**wait-for-them**](https://github.com/shenek/wait-for-them) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/shenek/wait-for-them/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7) |
|
||||
| [**wash**](https://github.com/wasmCloud/wasmCloud) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasmCloud/wasmCloud/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE) |
|
||||
| [**wasm-bindgen**](https://github.com/rustwasm/wasm-bindgen) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-bindgen/releases) | Linux, macOS, Windows | [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) |
|
||||
| [**wasm-bindgen**](https://github.com/wasm-bindgen/wasm-bindgen) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasm-bindgen/wasm-bindgen/releases) | Linux, macOS, Windows | [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) |
|
||||
| [**wasm-pack**](https://github.com/rustwasm/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-pack/releases) | Linux, macOS, Windows | [MIT](https://github.com/rustwasm/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-pack/blob/master/LICENSE-APACHE) |
|
||||
| [**wasmtime**](https://github.com/bytecodealliance/wasmtime) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasmtime/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE) |
|
||||
| [**xbuild**](https://github.com/rust-mobile/xbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-mobile/xbuild/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7) |
|
||||
|
||||
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.14.4"
|
||||
"version": "1.15.3"
|
||||
},
|
||||
"1.14.4": {
|
||||
"1.15.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDD711719407B3",
|
||||
"checksum": "de513d8487ce7edf8365603eee04ff79cec1a6d3c3c8058fccb94e6b38bb3e4f"
|
||||
"etag": "0x8DDE851D58667CE",
|
||||
"checksum": "9a073e1b78c3b9e5cc5c68ba2fc63f5de709bf554187f64a5658c31d0356f736"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDD7116B5B2580",
|
||||
"checksum": "398c9ef78dffdb0179dbb15ad8c1ed40f351854430c439006c09e07e6a6f181b"
|
||||
"etag": "0x8DDE851F410D15E",
|
||||
"checksum": "ed9f5aae61098fd2221d20211b2a929fdf191e1bc12d7dac2df0d86e67a17311"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDD71B2FC3AE8C",
|
||||
"checksum": "941b86a3bb0ff113d318d1515e00972b2faf669ba6bfabd67d18356ec1c3ca5d"
|
||||
"etag": "0x8DDE8520EF6BC57",
|
||||
"checksum": "22c529f5bda1ff561c20e0c50e46d9ee937edc31a487de5e64dc85dc59645e1a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDD71187670C62",
|
||||
"checksum": "bfef88c7602b53ceb8af75779d5ecada8a93bf122cf7f8d3a05a42244d41f20e"
|
||||
"etag": "0x8DDE851E69A836F",
|
||||
"checksum": "0b5c0f948e872dc87ae16f12d741300f6b577083e1952519c56797a67c3a73af"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDD71173239487",
|
||||
"checksum": "7d9b3f57dafbc847d9de690773f467ff976edc0afb5bfca037a0762e8030152d"
|
||||
"etag": "0x8DDE851D56C4668",
|
||||
"checksum": "c639b2aa24d7eaf6d2fa553d66dc9aa85295140b5636d7be32e03858ed27ddca"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDD711DF58DD42",
|
||||
"checksum": "da7ad61840bfde2fc694f09c31c1836e6ea6b34f83e4366e01d972bad9a29fa1"
|
||||
"etag": "0x8DDE8525EBFDC9F",
|
||||
"checksum": "1db5c5238c55cda1d6baaa6a0174d2c33c0465fc496c3e78dff499f5c8c09a01"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
27
manifests/cargo-nextest.json
generated
27
manifests/cargo-nextest.json
generated
@@ -19,10 +19,33 @@
|
||||
},
|
||||
"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.102"
|
||||
"version": "0.9.103"
|
||||
},
|
||||
"0.9": {
|
||||
"version": "0.9.102"
|
||||
"version": "0.9.103"
|
||||
},
|
||||
"0.9.103": {
|
||||
"previous_stable_version": "0.9.102",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DDE37179CB798A",
|
||||
"checksum": "b6b5daad02ddef2d0e1f1114c4cd708f2960fd421a415693f995cef3bef90036"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDE371C3B603E8",
|
||||
"checksum": "63d4410086282bcc3c165f27851358c2203aa15fd4458b2e83a42804a7a366d1"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDE37194E2A012",
|
||||
"checksum": "43c77af3ed69c4f404efc55105fdb9d31ac448595780ce08d0f4fe29d7a3b038"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE3722788434C",
|
||||
"checksum": "2f84a1cedcab0126b5889997e292e8c8de973d5997245c91fd455b1fdbdc737c"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DDE371AF69BFF1",
|
||||
"checksum": "caf1cbf376a485a30795d08dad21f1d9d2baddc6c102d24b60432e7ae7d9d7a4"
|
||||
}
|
||||
},
|
||||
"0.9.102": {
|
||||
"previous_stable_version": "0.9.101",
|
||||
|
||||
10
manifests/cargo-sort.json
generated
10
manifests/cargo-sort.json
generated
@@ -15,6 +15,16 @@
|
||||
"latest": {
|
||||
"version": "1.0.9"
|
||||
},
|
||||
"2.0.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DDE737A9301C15",
|
||||
"checksum": "f6688667c3c6edddff20183d5748401c17f2ffb72e6e55795209928b30a81a33"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE737E805B113",
|
||||
"checksum": "83c7e38a9eec715a3e316371e660d210d20c3b197099dcc38577a9d343b027d5"
|
||||
}
|
||||
},
|
||||
"2.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DD99C061507FEF",
|
||||
|
||||
38
manifests/osv-scanner.json
generated
38
manifests/osv-scanner.json
generated
@@ -3,13 +3,45 @@
|
||||
"template": null,
|
||||
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "2.2.1"
|
||||
"version": "2.2.2"
|
||||
},
|
||||
"2": {
|
||||
"version": "2.2.1"
|
||||
"version": "2.2.2"
|
||||
},
|
||||
"2.2": {
|
||||
"version": "2.2.1"
|
||||
"version": "2.2.2"
|
||||
},
|
||||
"2.2.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.2/osv-scanner_linux_amd64",
|
||||
"etag": "0x8DDE519D0D5886B",
|
||||
"checksum": "c799274b682e0437c802d4714a136ad09b39c65547c460049ba5358d28afa576"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.2/osv-scanner_darwin_amd64",
|
||||
"etag": "0x8DDE519CFA908B2",
|
||||
"checksum": "5c2a2e2a686e34c0674e0a463aa626467df5d9fba0ed06870a2eb684dc434de3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.2/osv-scanner_windows_amd64.exe",
|
||||
"etag": "0x8DDE519CFAA66BD",
|
||||
"checksum": "5cce6a9b96b88d0620bfdb22da72497c444948e56c64d3508f054cded13fb49f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.2/osv-scanner_linux_arm64",
|
||||
"etag": "0x8DDE519CF99150E",
|
||||
"checksum": "62004a8b3c84d5041e6565113cc98af17da8d5ef9ebd070d355f1522bcd1d383"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.2/osv-scanner_darwin_arm64",
|
||||
"etag": "0x8DDE519D0B615DF",
|
||||
"checksum": "f1e1cc84b6e365b79b874cb9028a4f74ac64666094b542f1eb196b10f44b505e"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.2/osv-scanner_windows_arm64.exe",
|
||||
"etag": "0x8DDE519CF99FE65",
|
||||
"checksum": "bb4d4a291cc9a2e0ee30cd2acf53ccae1c1d6ce1fe2e470ab0b88fb485d0ff2d"
|
||||
}
|
||||
},
|
||||
"2.2.1": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
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.70.3"
|
||||
"version": "1.71.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.70.3"
|
||||
"version": "1.71.0"
|
||||
},
|
||||
"1.71": {
|
||||
"version": "1.71.0"
|
||||
},
|
||||
"1.71.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDE1992ACE87D9",
|
||||
"checksum": "3ddbcfd535ef2e6eb00cd006831766537f1fef1c8baeed1ee4632e7bcc699e93"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDE19A58BCD61D",
|
||||
"checksum": "858fcdb96597776672c38416a4cdf72b87f5ed8e05353374c894b38ae381b965"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE19AACE0AA89",
|
||||
"checksum": "1996c4e8132fc3b0187595a6b8bca507efe7cc83ff2d89e8cf3f44f6007f49eb"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDE19949F4A915",
|
||||
"checksum": "b710ac2ded37261d2cc6ab046dcd644828944524cf1ee7c2b17dd746f0fd8684"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDE19A6E97BED0",
|
||||
"checksum": "ee9964d24f1aed3f0a2183f5a93eeec29526782240435d4b3f302b45f6f34b61"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDE19AB7E73188",
|
||||
"checksum": "95d43bbbe7adacdda8429a086e3e2a2f12968334bf7d94da4e129601d7e2eac5"
|
||||
}
|
||||
},
|
||||
"1.70": {
|
||||
"version": "1.70.3"
|
||||
|
||||
30
manifests/release-plz.json
generated
30
manifests/release-plz.json
generated
@@ -22,10 +22,36 @@
|
||||
},
|
||||
"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": {
|
||||
"version": "0.3.141"
|
||||
"version": "0.3.142"
|
||||
},
|
||||
"0.3": {
|
||||
"version": "0.3.141"
|
||||
"version": "0.3.142"
|
||||
},
|
||||
"0.3.142": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDE958CDE9F8B9",
|
||||
"checksum": "fa0d2d15349dcd0f3545afef7fa86aa8019a412dde80313a9a97bc1e1b236ccc"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDE959890AF3D1",
|
||||
"checksum": "87d7954ebda27898dbecc1de5efb67518fc5dbe9212e0cc3cfd8b1b3ea10b97d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE9597A669814",
|
||||
"checksum": "afa5e3eb919f0e060401b79ba6eb02b4551bd1a90beacd8c97be2320b23d3eb1"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDE958D72D4A7C",
|
||||
"checksum": "49337439fb54ccc124873d69904fcee08f1e491bfbaac5f2d0b53ad9584068f7"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDE9599DBC308D",
|
||||
"checksum": "07155208004de08db83349d59cbac7dd083b9ad6b09294d87cf847d9ceab82a8"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDE95957471C74",
|
||||
"checksum": "b38167e10212addd18bc67fce22668c5ce6c3aa1b21178f909e4206fa6893c99"
|
||||
}
|
||||
},
|
||||
"0.3.141": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
29
manifests/syft.json
generated
29
manifests/syft.json
generated
@@ -24,10 +24,35 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.31.0"
|
||||
"version": "1.32.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.31.0"
|
||||
"version": "1.32.0"
|
||||
},
|
||||
"1.32": {
|
||||
"version": "1.32.0"
|
||||
},
|
||||
"1.32.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDE4EBD28485BA",
|
||||
"checksum": "d6400b579fa84dd383573b1d1ff6f081a37fc64d3ffaafdfdda95c4325f204be"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDE4EBD36C336E",
|
||||
"checksum": "06bb55b2bec2b723c1a860491f62e0fdc4f7f543d99cb83c75dea03c460c5053"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE4EBD384343E",
|
||||
"checksum": "444fd054f601594ad938ec3f9bfd92faacfd37783e0e107b49bcb41848bf5dc4"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDE4EBD2638E40",
|
||||
"checksum": "df16ff55d6cf99b23f5121bf463bbda7b05b5674e897aca1b5c1fb64e1929667"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDE4EBD36315EE",
|
||||
"checksum": "13065598834ab238f5865226d73b4a0a898913013a91be95cc83ddf7bbb75a1b"
|
||||
}
|
||||
},
|
||||
"1.31": {
|
||||
"version": "1.31.0"
|
||||
|
||||
27
manifests/trivy.json
generated
27
manifests/trivy.json
generated
@@ -24,7 +24,32 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.65.0"
|
||||
"version": "0.66.0"
|
||||
},
|
||||
"0.66": {
|
||||
"version": "0.66.0"
|
||||
},
|
||||
"0.66.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DDEA4865EC0918",
|
||||
"checksum": "93678741c3223c15120934ac00671ca7e797c9a5a4d89148db9ffca9184a5f0d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDEA486A0448AA",
|
||||
"checksum": "284a3d3346429837f3da11aa6c25bf196e4fe5431733d4f6f99eac8578b329ed"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDEA4867FEFF09",
|
||||
"checksum": "402d083f7b6b75005bef6dcc75613c41fc09c0ba735bbdbbcce418d7b3250ad6"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DDEA4868075A08",
|
||||
"checksum": "a51268845bdeb68f5f885f7de6c92fe33b64d630392e546eec0e16f79cfd42e8"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDEA4865C5C055",
|
||||
"checksum": "964bb69fc0e652891b38514fed4ee31de004a58ac22ea2a23c6891728bb6b6eb"
|
||||
}
|
||||
},
|
||||
"0.65": {
|
||||
"version": "0.65.0"
|
||||
|
||||
141
manifests/typos.json
generated
141
manifests/typos.json
generated
@@ -19,13 +19,148 @@
|
||||
},
|
||||
"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.35.5"
|
||||
"version": "1.36.2"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.35.5"
|
||||
"version": "1.36.2"
|
||||
},
|
||||
"1.36": {
|
||||
"version": "1.36.2"
|
||||
},
|
||||
"1.36.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDEBBE969BBA15",
|
||||
"checksum": "d255f509aca7d43a50854cdc5ea94480b13918459992e3b5f2d0d8c4eadddb49"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDEBBE85B9E59F",
|
||||
"checksum": "07ed2a25be9d1cfede6aaa93b7758fdc939530c454efff35cf4e6ca51f0b12f2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDEBBEB2642E46",
|
||||
"checksum": "7079d16d4d19f973e6f8d45f61ea53c3c7d0d73285d85d5b180d1e384eb0ae12"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDEBBE63A89ACC",
|
||||
"checksum": "2259a6cb7f22271b928f7af9205045e46ead98004a0757df87916f91d4e6b35c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDEBBE89D6DB63",
|
||||
"checksum": "c784cdb37d9bcfe347a161889edb28bb07e24fe5828bac14bdd42a071ea6c983"
|
||||
}
|
||||
},
|
||||
"1.36.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDEB26DA10E8CC",
|
||||
"checksum": "19079f54c6bcd91f1e82c82bb9b03762fdc234feddd7bcbd68a2e63a4798ec62"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDEB273C83712E",
|
||||
"checksum": "1cc4b2b16066175591296864718faa5bbd349b6f24a3d20313cd37431f10b1b2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDEB273EA21AA2",
|
||||
"checksum": "00527d61a21abd712902e0816bc89a2bf3e8f4ebb34cbc92a9d55c270d47be4f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDEB26DE214226",
|
||||
"checksum": "145ede039a2e70a93f984685cfa7842224c076424e279259f4f0033bfc41d60f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDEB27054CC1AD",
|
||||
"checksum": "384f34d0aa3c1c8c53674ea62d78e2cc91b6d009aa2ef5725751782d69904f81"
|
||||
}
|
||||
},
|
||||
"1.36.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDEA27DD55E12B",
|
||||
"checksum": "4399ab7d1d7883da0c83b737b1bd154eaf0787ef9a66bd0946861515f255a38a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDEA283C05ECA1",
|
||||
"checksum": "f380727356dd27d24352a99496fb108522a5b86d196f3a104ff5dcc8d35e6307"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDEA27FAF10DF1",
|
||||
"checksum": "8f1bfd6a35d902b871ee5c60d7f72866bcbbc27bc9a042bba597889c368bccb8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDEA27B92F5DFE",
|
||||
"checksum": "63a6bc69ec4cc55848603aef3eda5ab73a4f3a3fa8c04dea30a41cf88cd24159"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDEA2827FFC815",
|
||||
"checksum": "33e508f38687905ddf55f516e98389d1def34d66146f01db0d86498737c69b36"
|
||||
}
|
||||
},
|
||||
"1.35": {
|
||||
"version": "1.35.5"
|
||||
"version": "1.35.8"
|
||||
},
|
||||
"1.35.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDE9C79DAEA7CB",
|
||||
"checksum": "f9233a4bb830da518385368c400b6d57387ac92e0b7a1ae39f10eb6841eeac80"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDE9C7EA9DB22F",
|
||||
"checksum": "02ed7ab8f1badcf9e7da7f7b1082eef198c9ad12fef969da048dfe40e1e4769e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE9C7E686F7FB",
|
||||
"checksum": "649d5f07698e5cbabb323059d27f87525ae7ede9bb505508c8c45bd388c5244c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDE9C7A033197E",
|
||||
"checksum": "c35fa58c5c1aa1c6357c6fa2e146bbf447060c49bf90749b492719ef183cb49a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDE9C816FF9F7F",
|
||||
"checksum": "a1f8fe52da935ae28d09ce8f31410ff11682730f14f07739522939aba0a272ae"
|
||||
}
|
||||
},
|
||||
"1.35.7": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDE706339AC735",
|
||||
"checksum": "e45305520ae975c92d5636b26f26f91f76cc4121f0b7ea3c8897bda807ff8f52"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDE7066966824C",
|
||||
"checksum": "1cf70108a4d1b0f6cd732fe157fd03c95e256eb6c779ad09012c62570f6a2f5f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE706A0C1F18A",
|
||||
"checksum": "54856e22e160be9ad7728ebec80280af39941b1c03e7fc85ca895f1c4bc049b0"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDE706190B6E9C",
|
||||
"checksum": "c84dcc05df9a9c87cba1d1a69664df71b68753369d5862bcebc1ff09a6f2bcf7"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDE7061E68F19D",
|
||||
"checksum": "b953e24036f8da003b054d71df53ac49f9cf0bfcde68685f7e9f4d9e41fb392a"
|
||||
}
|
||||
},
|
||||
"1.35.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDE6668530A594",
|
||||
"checksum": "28a8edc7fa744072008a6d637d38065228ca71f6d50c85aff2d911fa4fb31607"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDE666BF67858A",
|
||||
"checksum": "f2d978f2bad4e5e65f8a6e3a29ec3ec9f2897130f79d8bec8d78ddb48831b834"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE66707A52A42",
|
||||
"checksum": "ed9bb1316105a05af8224f6c3513aa6673a7c28f7883de8a37bded3a49a0b40e"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDE6668BB775FE",
|
||||
"checksum": "492fb0747d5fe3a69fbfe8145b3e0738b013f68644a4f93b98709a22f3757961"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDE666C1300A5D",
|
||||
"checksum": "deee6b03db08ea4abd5d64a6e5299126261266543e7204784bd7c14962df5117"
|
||||
}
|
||||
},
|
||||
"1.35.5": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
56
manifests/vacuum.json
generated
56
manifests/vacuum.json
generated
@@ -22,10 +22,62 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.17.9"
|
||||
"version": "0.17.11"
|
||||
},
|
||||
"0.17": {
|
||||
"version": "0.17.9"
|
||||
"version": "0.17.11"
|
||||
},
|
||||
"0.17.11": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDE779CC903C08",
|
||||
"checksum": "d80aa398d64500723bcc339845a295f447d89fe2da3df85ff66e4dc6564cbf1c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDE779CC65D93B",
|
||||
"checksum": "f9f67669c4add011ec3b7319fb7d9222fd7071bca5e10f401bbbd157294588ce"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE779CBF1A12D",
|
||||
"checksum": "53410157c333bd252fbe519046947e53bac3834b1c17cafefeeb02ac25c1088f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDE779CBD25581",
|
||||
"checksum": "acd8f56eb581192f1c447ef2639ce64efbdad19f40dfd0a361f54b824ffcc892"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDE779CC5597D2",
|
||||
"checksum": "e5fdc039486c98b8d603c6daa35dfa911562fc3dc2aff503a8aa736cc235cbfe"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDE779CBD0D08A",
|
||||
"checksum": "265905e800d2aeee63457739939947ce1327d0cc9a1fac51c0ab8c8550346d3c"
|
||||
}
|
||||
},
|
||||
"0.17.10": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDE5B3BDAFF0AF",
|
||||
"checksum": "dcc1f6a566f8caf5c8d2eadc126ed7ae8d70003f112825b439fb17e4b8e06588"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDE5B3BD1FC48A",
|
||||
"checksum": "4e69fba473003e739e5d6792acbb81f63b937135e27ce8d2bf0c832a26325b86"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE5B3BD26E876",
|
||||
"checksum": "7d3b881c9c6457c05658f997a5369879088f8002da2ac687a986eaf85ba15cd1"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDE5B3BD1F28FD",
|
||||
"checksum": "a70813b95aaab8204a78f8fc25c1af201c55674e496395627245ca292daff3ee"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDE5B3BDC03213",
|
||||
"checksum": "55c815a9e698962b61fe89fe14968b245ded3786c9820db07b01b46a3a11b6d5"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDE5B3BDC70823",
|
||||
"checksum": "b2596b373d36d277f3d935f35ab0a66a04c889d250e1c72d316fdac5055783ed"
|
||||
}
|
||||
},
|
||||
"0.17.9": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
38
manifests/wasm-bindgen.json
generated
38
manifests/wasm-bindgen.json
generated
@@ -2,7 +2,7 @@
|
||||
"rust_crate": "wasm-bindgen-cli",
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-unknown-linux-musl.tar.gz",
|
||||
"url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-unknown-linux-musl.tar.gz",
|
||||
"bin": [
|
||||
"wasm-bindgen-${version}-x86_64-unknown-linux-musl/wasm-bindgen-test-runner",
|
||||
"wasm-bindgen-${version}-x86_64-unknown-linux-musl/wasm-bindgen",
|
||||
@@ -10,7 +10,7 @@
|
||||
]
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-apple-darwin.tar.gz",
|
||||
"url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-apple-darwin.tar.gz",
|
||||
"bin": [
|
||||
"wasm-bindgen-${version}-x86_64-apple-darwin/wasm-bindgen-test-runner",
|
||||
"wasm-bindgen-${version}-x86_64-apple-darwin/wasm-bindgen",
|
||||
@@ -18,7 +18,7 @@
|
||||
]
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-pc-windows-msvc.tar.gz",
|
||||
"url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-pc-windows-msvc.tar.gz",
|
||||
"bin": [
|
||||
"wasm-bindgen-${version}-x86_64-pc-windows-msvc/wasm-bindgen-test-runner.exe",
|
||||
"wasm-bindgen-${version}-x86_64-pc-windows-msvc/wasm-bindgen.exe",
|
||||
@@ -26,7 +26,7 @@
|
||||
]
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-unknown-linux-gnu.tar.gz",
|
||||
"url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-unknown-linux-gnu.tar.gz",
|
||||
"bin": [
|
||||
"wasm-bindgen-${version}-aarch64-unknown-linux-gnu/wasm-bindgen-test-runner",
|
||||
"wasm-bindgen-${version}-aarch64-unknown-linux-gnu/wasm-bindgen",
|
||||
@@ -34,7 +34,7 @@
|
||||
]
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-apple-darwin.tar.gz",
|
||||
"url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-apple-darwin.tar.gz",
|
||||
"bin": [
|
||||
"wasm-bindgen-${version}-aarch64-apple-darwin/wasm-bindgen-test-runner",
|
||||
"wasm-bindgen-${version}-aarch64-apple-darwin/wasm-bindgen",
|
||||
@@ -42,12 +42,34 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"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)",
|
||||
"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": {
|
||||
"version": "0.2.100"
|
||||
"version": "0.2.101"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.100"
|
||||
"version": "0.2.101"
|
||||
},
|
||||
"0.2.101": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDEBE7F1C3B213",
|
||||
"checksum": "f36a778bb0bdc5b04f6c6070ba7d0c51546a6ac7104aee302136894ac52f9e62"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDEBE7F1BCB514",
|
||||
"checksum": "dca64a0bc977841dec33179574646c93588665cff432d9cb00d52efbc055af2e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDEBE7F1B73CF2",
|
||||
"checksum": "295329de5afbc3ff6e030648cfab3955357ad3053fae61e95b0726a032b34ce0"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DDEBE7F1B19E05",
|
||||
"checksum": "2f3412826df717a4a54ae8b245aa37a80508dbe79931b3d072e4c9858d5787af"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDEBE7F1BBCBBA",
|
||||
"checksum": "97335e2cb57f4d099cad6456979cc56072179a23f2fdd145ca966b50e751eca8"
|
||||
}
|
||||
},
|
||||
"0.2.100": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
32
manifests/wasmtime.json
generated
32
manifests/wasmtime.json
generated
@@ -28,13 +28,39 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "36.0.1"
|
||||
"version": "36.0.2"
|
||||
},
|
||||
"36": {
|
||||
"version": "36.0.1"
|
||||
"version": "36.0.2"
|
||||
},
|
||||
"36.0": {
|
||||
"version": "36.0.1"
|
||||
"version": "36.0.2"
|
||||
},
|
||||
"36.0.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DDE4B27F277B47",
|
||||
"checksum": "b982d71407b70633707bab9b7bdcaa4a37b98cd2ed55094f864a9ec7bcf0c40d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDE4B2803A0067",
|
||||
"checksum": "923b7b3297209f06433d02c2aab818c1d24b7f166340de56d6d37d405291e208"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDE4B28499CE4F",
|
||||
"checksum": "fb1fa999ff728d5a8e4b4057308561c51af7f59afdeac2d649dda7d4ad7e77ad"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DDE4B2708877F5",
|
||||
"checksum": "f67ffaf8a1e95eb6364ee78775d003c47c45feb28dc75b64838072eeaf7c924c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDE4B2719D6B5A",
|
||||
"checksum": "af21455581b7eccb30e86db358553376398da3fd4507342268b62bf50ab576a9"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDE4B273FD67A1",
|
||||
"checksum": "9fe60d76f90c9bd8a7f7f904c75d65608420000d7ee435fca11fcb9ba3d54488"
|
||||
}
|
||||
},
|
||||
"36.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
@@ -14,7 +14,7 @@ serde = "1"
|
||||
serde_derive = "1"
|
||||
serde_json = "1"
|
||||
sha2 = "0.10"
|
||||
spdx = "0.11"
|
||||
spdx = "0.12"
|
||||
tar = "0.4"
|
||||
toml = { version = "0.9", default-features = false, features = ["parse", "serde"] }
|
||||
# TODO: call curl command instead of using ureq?
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}.tar.gz",
|
||||
"version_range": "> 1.0.5",
|
||||
"broken": ["2.0.0", "2.0.1"],
|
||||
"broken": ["2.0.0", "2.0.1", "2.0.2"],
|
||||
"platform": {
|
||||
"x86_64_linux_gnu": {},
|
||||
"x86_64_macos": {},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen",
|
||||
"repository": "https://github.com/wasm-bindgen/wasm-bindgen",
|
||||
"tag_prefix": "",
|
||||
"rust_crate": "wasm-bindgen-cli",
|
||||
"version_range": ">= 0.2.88",
|
||||
|
||||
@@ -834,16 +834,14 @@ fn get_license_markdown(spdx_expr: &str, repo: &str, default_branch: &str) -> Op
|
||||
ExprNode::Req(ExpressionReq {
|
||||
req:
|
||||
spdx::LicenseReq {
|
||||
license: spdx::LicenseItem::Spdx { id, or_later },
|
||||
exception,
|
||||
..
|
||||
license: spdx::LicenseItem::Spdx { id, or_later }, addition, ..
|
||||
},
|
||||
..
|
||||
}) => {
|
||||
if *or_later {
|
||||
panic!("need to handle or_later");
|
||||
}
|
||||
if let Some(exception_id) = exception {
|
||||
if let Some(spdx::AdditionItem::Spdx(exception_id)) = addition {
|
||||
license_ids.push((id, Some(exception_id)));
|
||||
} else {
|
||||
license_ids.push((id, None));
|
||||
|
||||
Reference in New Issue
Block a user