mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 09:30:29 +00:00
Compare commits
32 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 |
@@ -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" },
|
{ path = "std::dbg", reason = "it is okay to use during development, but please do not include it in main branch" },
|
||||||
]
|
]
|
||||||
disallowed-methods = [
|
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 = [
|
disallowed-types = [
|
||||||
]
|
]
|
||||||
|
|||||||
2
.github/.cspell/project-dictionary.txt
vendored
2
.github/.cspell/project-dictionary.txt
vendored
@@ -11,7 +11,6 @@ dprint
|
|||||||
enablerepo
|
enablerepo
|
||||||
epel
|
epel
|
||||||
espup
|
espup
|
||||||
etag
|
|
||||||
fastestmirror
|
fastestmirror
|
||||||
grcov
|
grcov
|
||||||
knope
|
knope
|
||||||
@@ -22,7 +21,6 @@ mirrorlist
|
|||||||
nextest
|
nextest
|
||||||
pluginconf
|
pluginconf
|
||||||
protoc
|
protoc
|
||||||
pubkey
|
|
||||||
pwsh
|
pwsh
|
||||||
QQSTRING
|
QQSTRING
|
||||||
quickinstall
|
quickinstall
|
||||||
|
|||||||
67
CHANGELOG.md
67
CHANGELOG.md
@@ -10,6 +10,60 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [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
|
## [2.42.25] - 2024-08-17
|
||||||
|
|
||||||
- Update `shfmt@latest` to 3.9.0.
|
- Update `shfmt@latest` to 3.9.0.
|
||||||
@@ -2608,7 +2662,18 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.25...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.36...HEAD
|
||||||
|
[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.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.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.23]: https://github.com/taiki-e/install-action/compare/v2.42.22...v2.42.23
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ members = ["tools/codegen"]
|
|||||||
# This table is shared by projects under github.com/taiki-e.
|
# This table is shared by projects under github.com/taiki-e.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
[workspace.lints.rust]
|
[workspace.lints.rust]
|
||||||
|
deprecated_safe = "warn"
|
||||||
improper_ctypes = "warn"
|
improper_ctypes = "warn"
|
||||||
improper_ctypes_definitions = "warn"
|
improper_ctypes_definitions = "warn"
|
||||||
non_ascii_idents = "warn"
|
non_ascii_idents = "warn"
|
||||||
@@ -27,6 +28,7 @@ undocumented_unsafe_blocks = "warn"
|
|||||||
# Suppress buggy or noisy clippy lints
|
# Suppress buggy or noisy clippy lints
|
||||||
bool_assert_comparison = { level = "allow", priority = 1 }
|
bool_assert_comparison = { level = "allow", priority = 1 }
|
||||||
borrow_as_ptr = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/8286
|
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
|
declare_interior_mutable_const = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7665
|
||||||
doc_markdown = { level = "allow", priority = 1 }
|
doc_markdown = { level = "allow", priority = 1 }
|
||||||
float_cmp = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7725
|
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
|
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 }
|
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
|
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
|
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
|
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 }
|
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_arguments = { level = "allow", priority = 1 }
|
||||||
too_many_lines = { level = "allow", priority = 1 }
|
too_many_lines = { level = "allow", priority = 1 }
|
||||||
type_complexity = { level = "allow", priority = 1 }
|
type_complexity = { level = "allow", priority = 1 }
|
||||||
|
unreadable_literal = { level = "allow", priority = 1 }
|
||||||
|
|||||||
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)",
|
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.10.2"
|
"version": "1.10.3"
|
||||||
},
|
},
|
||||||
"1.10.2": {
|
"1.10.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DCBB7AB213ADBF",
|
"etag": "0x8DCC4E9D12BA1A2",
|
||||||
"checksum": "fd6363b26c6ac2a52a6b5b2b37563b75a48971eb78e9300737e978b9fb5478a3"
|
"checksum": "98239b69e7d3f3a759b326236fa473fa31d17c1b7d2677c8b0c7637176547c72"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
"etag": "0x8DCBB7A97BA9B45",
|
"etag": "0x8DCC4E97F17FC2E",
|
||||||
"checksum": "fe4ce102872f4b61e4f1786e07225fa8041457a9171593537ad686766e07b631"
|
"checksum": "79bc5490bb52d90a0baa1e169556276424ae0bb7849e06f51b2baa98cd89cf3a"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"etag": "0x8DCBB7B76D83688",
|
"etag": "0x8DCC4EA7CBBF636",
|
||||||
"checksum": "e63cd05aa7e4705e48bf401f00b86543ee294ad0bce1a398a75997b48022daf8"
|
"checksum": "ff2ec4e3ff2c76c8194112cc01e18741bd88961382adf0e55bab07c675d55ee8"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
"etag": "0x8DCBB7A742FFE12",
|
"etag": "0x8DCC4E99553F26C",
|
||||||
"checksum": "2eac2871acb50f377de6e4a2113a28b9bc5d278e692abbd2f09c3d966d117749"
|
"checksum": "c81be7f91f5ba63dd1ff5840a304c50d8938fbf4ca224200c80706007756f18a"
|
||||||
},
|
},
|
||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"etag": "0x8DCBB7AC648D69B",
|
"etag": "0x8DCC4E9C5DFB2DF",
|
||||||
"checksum": "feb4992ad7c91a36a6fa51b188f594ac7ac1a8c50f8c8a6d6c0a5e0da369843d"
|
"checksum": "3ddbb7b56f57f54d71b0eb7edf92a98794f38ede0354e9dd1d29cf6c1092e530"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
"etag": "0x8DCBB7B016AB019",
|
"etag": "0x8DCC4EA3D761E17",
|
||||||
"checksum": "bd7c761acb022bf5b1b710d0111172fa5f7297059e79cc03cd7c050506cc2a2e"
|
"checksum": "1e41a12852e8ea02596bac8d3b4e5375e77c32169b3e1942a80d130309c13673"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
96
manifests/cargo-nextest.json
generated
96
manifests/cargo-nextest.json
generated
@@ -19,10 +19,102 @@
|
|||||||
},
|
},
|
||||||
"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)",
|
"license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.9.72"
|
"version": "0.9.77"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.72"
|
"version": "0.9.77"
|
||||||
|
},
|
||||||
|
"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": {
|
"0.9.72": {
|
||||||
"previous_stable_version": "0.9.70",
|
"previous_stable_version": "0.9.70",
|
||||||
|
|||||||
26
manifests/cargo-tarpaulin.json
generated
26
manifests/cargo-tarpaulin.json
generated
@@ -19,10 +19,32 @@
|
|||||||
},
|
},
|
||||||
"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)",
|
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.31.1"
|
"version": "0.31.2"
|
||||||
},
|
},
|
||||||
"0.31": {
|
"0.31": {
|
||||||
"version": "0.31.1"
|
"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": {
|
"0.31.1": {
|
||||||
"x86_64_linux_musl": {
|
"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)",
|
"license_markdown": "[MIT](https://github.com/orhun/git-cliff/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/orhun/git-cliff/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.4.0"
|
"version": "2.5.0"
|
||||||
},
|
},
|
||||||
"2": {
|
"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": {
|
"2.4": {
|
||||||
"version": "2.4.0"
|
"version": "2.4.0"
|
||||||
|
|||||||
29
manifests/just.json
generated
29
manifests/just.json
generated
@@ -19,10 +19,35 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
|
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.34.0"
|
"version": "1.35.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.34.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": {
|
"1.34": {
|
||||||
"version": "1.34.0"
|
"version": "1.34.0"
|
||||||
|
|||||||
31
manifests/knope.json
generated
31
manifests/knope.json
generated
@@ -3,7 +3,36 @@
|
|||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.17.0"
|
"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": {
|
"0.17": {
|
||||||
"version": "0.17.0"
|
"version": "0.17.0"
|
||||||
|
|||||||
38
manifests/osv-scanner.json
generated
38
manifests/osv-scanner.json
generated
@@ -3,13 +3,45 @@
|
|||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
|
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.8.3"
|
"version": "1.8.4"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.8.3"
|
"version": "1.8.4"
|
||||||
},
|
},
|
||||||
"1.8": {
|
"1.8": {
|
||||||
"version": "1.8.3"
|
"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": {
|
"1.8.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
63
manifests/protoc.json
generated
63
manifests/protoc.json
generated
@@ -3,13 +3,70 @@
|
|||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.27.3"
|
"version": "3.28.0"
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"version": "3.27.3"
|
"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": {
|
"3.27": {
|
||||||
"version": "3.27.3"
|
"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": {
|
"3.27.3": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
28
manifests/syft.json
generated
28
manifests/syft.json
generated
@@ -24,13 +24,35 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.11.0"
|
"version": "1.11.1"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.11.0"
|
"version": "1.11.1"
|
||||||
},
|
},
|
||||||
"1.11": {
|
"1.11": {
|
||||||
"version": "1.11.0"
|
"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": {
|
"1.11.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
63
manifests/typos.json
generated
63
manifests/typos.json
generated
@@ -16,13 +16,70 @@
|
|||||||
},
|
},
|
||||||
"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)",
|
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.23.6"
|
"version": "1.24.1"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.23.6"
|
"version": "1.24.1"
|
||||||
|
},
|
||||||
|
"1.24": {
|
||||||
|
"version": "1.24.1"
|
||||||
|
},
|
||||||
|
"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": {
|
"1.23": {
|
||||||
"version": "1.23.6"
|
"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": {
|
"1.23.6": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
30
manifests/wasmtime.json
generated
30
manifests/wasmtime.json
generated
@@ -24,7 +24,35 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "23.0.2"
|
"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": {
|
"23": {
|
||||||
"version": "23.0.2"
|
"version": "23.0.2"
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0 OR MIT
|
// SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||||
|
|
||||||
|
#![allow(clippy::missing_panics_doc, clippy::too_long_first_doc_paragraph)]
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
cmp::{self, Reverse},
|
cmp::{self, Reverse},
|
||||||
collections::BTreeMap,
|
collections::BTreeMap,
|
||||||
@@ -244,8 +246,6 @@ pub struct BaseManifest {
|
|||||||
}
|
}
|
||||||
impl BaseManifest {
|
impl BaseManifest {
|
||||||
/// Validate the manifest.
|
/// Validate the manifest.
|
||||||
// The panic is an assert
|
|
||||||
#[allow(clippy::missing_panics_doc)]
|
|
||||||
pub fn validate(&self) {
|
pub fn validate(&self) {
|
||||||
for bin in self.bin.iter().chain(self.platform.values().flat_map(|m| &m.bin)) {
|
for bin in self.bin.iter().chain(self.platform.values().flat_map(|m| &m.bin)) {
|
||||||
assert!(!bin.as_slice().is_empty());
|
assert!(!bin.as_slice().is_empty());
|
||||||
|
|||||||
Reference in New Issue
Block a user