mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-26 17:10:48 +00:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b40a9728e | ||
|
|
c03415cc07 | ||
|
|
ac7aba65bc | ||
|
|
684122deb1 | ||
|
|
14e9fc3d16 | ||
|
|
5d69aad428 | ||
|
|
2397c6bfa8 | ||
|
|
e082d6f2e4 | ||
|
|
6891c2e146 | ||
|
|
e60643d6ff | ||
|
|
e35e2e777d | ||
|
|
159ee466fe |
30
CHANGELOG.md
30
CHANGELOG.md
@@ -10,6 +10,30 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.44.59] - 2024-11-02
|
||||||
|
|
||||||
|
- Update `cargo-binstall@latest` to 1.10.10.
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.27.0.
|
||||||
|
|
||||||
|
## [2.44.58] - 2024-10-31
|
||||||
|
|
||||||
|
- Update `osv-scanner@latest` to 1.9.1.
|
||||||
|
|
||||||
|
## [2.44.57] - 2024-10-30
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.106.
|
||||||
|
|
||||||
|
- Update `espup@latest` to 0.13.0.
|
||||||
|
|
||||||
|
- Update `wasm-pack@latest` to 0.13.1.
|
||||||
|
|
||||||
|
- Update `cargo-audit@latest` to 0.21.0.
|
||||||
|
|
||||||
|
## [2.44.56] - 2024-10-29
|
||||||
|
|
||||||
|
- Update `cargo-nextest@latest` to 0.9.82.
|
||||||
|
|
||||||
## [2.44.55] - 2024-10-29
|
## [2.44.55] - 2024-10-29
|
||||||
|
|
||||||
- Update `syft@latest` to 1.15.0.
|
- Update `syft@latest` to 1.15.0.
|
||||||
@@ -2996,7 +3020,11 @@ 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.44.55...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.59...HEAD
|
||||||
|
[2.44.59]: https://github.com/taiki-e/install-action/compare/v2.44.58...v2.44.59
|
||||||
|
[2.44.58]: https://github.com/taiki-e/install-action/compare/v2.44.57...v2.44.58
|
||||||
|
[2.44.57]: https://github.com/taiki-e/install-action/compare/v2.44.56...v2.44.57
|
||||||
|
[2.44.56]: https://github.com/taiki-e/install-action/compare/v2.44.55...v2.44.56
|
||||||
[2.44.55]: https://github.com/taiki-e/install-action/compare/v2.44.54...v2.44.55
|
[2.44.55]: https://github.com/taiki-e/install-action/compare/v2.44.54...v2.44.55
|
||||||
[2.44.54]: https://github.com/taiki-e/install-action/compare/v2.44.53...v2.44.54
|
[2.44.54]: https://github.com/taiki-e/install-action/compare/v2.44.53...v2.44.54
|
||||||
[2.44.53]: https://github.com/taiki-e/install-action/compare/v2.44.52...v2.44.53
|
[2.44.53]: https://github.com/taiki-e/install-action/compare/v2.44.52...v2.44.53
|
||||||
|
|||||||
23
manifests/cargo-audit.json
generated
23
manifests/cargo-audit.json
generated
@@ -20,7 +20,28 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-APACHE) OR [MIT](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-MIT)",
|
"license_markdown": "[Apache-2.0](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-APACHE) OR [MIT](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-MIT)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.20.0"
|
"version": "0.21.0"
|
||||||
|
},
|
||||||
|
"0.21": {
|
||||||
|
"version": "0.21.0"
|
||||||
|
},
|
||||||
|
"0.21.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF84BECAB600C",
|
||||||
|
"checksum": "1afe6f3dba2e3d81dfb8db34be37ae9647480b132cd719357276ae643ebf962a"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF84BD142518E",
|
||||||
|
"checksum": "87e0a4aece55917ebe02b73e7c69fe83c4d995b8fc435820f24bd92a9c2c1fb8"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF84C58F8B68A",
|
||||||
|
"checksum": "eee7d67cdb72188df354215b9a8f034caf5d928662743350f06db2c3ae677b90"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DCF84BEA0119A8",
|
||||||
|
"checksum": "cbe5617406a1af2270f4ffc1b933759bd9bb0d890c0b2efafdf31ecf5b0adfa3"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.20": {
|
"0.20": {
|
||||||
"version": "0.20.0"
|
"version": "0.20.0"
|
||||||
|
|||||||
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.9"
|
"version": "1.10.10"
|
||||||
},
|
},
|
||||||
"1.10.9": {
|
"1.10.10": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DCF56CA2CE592B",
|
"etag": "0x8DCFAEAF86C59FA",
|
||||||
"checksum": "4ccfcd8e0ac8518790e5a49d640a7044448c7925622aa53f98101f4d1e449607"
|
"checksum": "933eabad8dfde5443f70052c021ec0c0eec112166a96152a25691d431704c2e3"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
"etag": "0x8DCF56C44B6A81B",
|
"etag": "0x8DCFAEA6C42F1E2",
|
||||||
"checksum": "ee7ffbad9416dc03d1c666017a12d0425508ce44bef6173389ccac309f5b097f"
|
"checksum": "c1b312ffee2f3a14d3b217f10aed6b60396137a6f38a0084e88a425abe1347a5"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"etag": "0x8DCF56DF80C795E",
|
"etag": "0x8DCFAEB579F612A",
|
||||||
"checksum": "4da50466ee54a154e6990989cb06e978b2863023673dea6448ab6a0177e78375"
|
"checksum": "2783ea2f5da5897963ea70807adaec74f70734666ef06108b6e1d8ccf443ce51"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
"etag": "0x8DCF56C5E2C5663",
|
"etag": "0x8DCFAEA802727A0",
|
||||||
"checksum": "25c46ed1e4df3762851d592e6393a51a5a2f4ac94eb81cbaeb31c5b949d293a9"
|
"checksum": "80567d23bfdc1b17b49c8c91997a2dc9042db14067d21829b47f824dfa0a5a3d"
|
||||||
},
|
},
|
||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"etag": "0x8DCF56C9FD561A3",
|
"etag": "0x8DCFAEABA7DCFE8",
|
||||||
"checksum": "18fe179cad3c90f21da0b983483452c94b910bce9ec05bd53ba9409157aa68f0"
|
"checksum": "0d51efc29fce0d733a0653fbc9b62e732472b02b29960b29d8fbfea771e8c4e6"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
"etag": "0x8DCF56D6C1573CF",
|
"etag": "0x8DCFAEB1D080062",
|
||||||
"checksum": "c712771b1ea1443374725039021a46860466c074e6cf7131c7b642252513dada"
|
"checksum": "ac21a16ef14821de9b5f4d74c89823bceca5b020f1872fe6353d63652efec5a5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
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)",
|
"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.81"
|
"version": "0.9.82"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.81"
|
"version": "0.9.82"
|
||||||
|
},
|
||||||
|
"0.9.82": {
|
||||||
|
"previous_stable_version": "0.9.81",
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DCF7C8D4BE7D74",
|
||||||
|
"checksum": "54311a679100aaf5595e8a4ce27641b4cbc8f1c71719ede7574394a6c37a8477"
|
||||||
|
},
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF7C922554551",
|
||||||
|
"checksum": "95484aa8676d700fa1add750cdf76c8a53205088e1ccc9d9888f4bfeeae14951"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF7C8C157C4A6",
|
||||||
|
"checksum": "c99875f5aeca65b0faf71d515e2b379f3d7329006ba1f6fa7245916e1b1ef6db"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF7C948732016",
|
||||||
|
"checksum": "ec508709cbf52ce3e84080eecd3391546053f6193100e8f381e6cd5a7b9dd0ed"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DCF7C8C546D896",
|
||||||
|
"checksum": "359a0c0be044142d08cf4d4f1e73a7dcdd7af9bd4a5027c895f1f0bac9fa58f8"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.9.81": {
|
"0.9.81": {
|
||||||
"previous_stable_version": "0.9.80",
|
"previous_stable_version": "0.9.80",
|
||||||
|
|||||||
27
manifests/espup.json
generated
27
manifests/espup.json
generated
@@ -19,7 +19,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/esp-rs/espup/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/esp-rs/espup/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/esp-rs/espup/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/esp-rs/espup/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.12.2"
|
"version": "0.13.0"
|
||||||
|
},
|
||||||
|
"0.13": {
|
||||||
|
"version": "0.13.0"
|
||||||
|
},
|
||||||
|
"0.13.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DCF8CC80102377",
|
||||||
|
"checksum": "fa857f22da627725dabaf219e0d53c0dc8ffae4e11121ad42be8b79243feb41d"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF8CC397E7D7A",
|
||||||
|
"checksum": "618611e68261269d53f9c5cb910bb4dd07e0eda451ff51b79888498146eef873"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF8CC54BA394C",
|
||||||
|
"checksum": "e7d93c75dfcf55e154f95746e3cbe13450a8f56e64539767588e1eab14cc56c8"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DCF8CC5E52C2B8",
|
||||||
|
"checksum": "a95b6c5273822ccda9bf41b754da11c49acd1a0ef3d60756efa674dffcef1caf"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF8CC5547823E",
|
||||||
|
"checksum": "077238e6691ea865b0434e3662d45aa5d4e10f8647bb7a5de4ac66ce61c1fd06"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.12": {
|
"0.12": {
|
||||||
"version": "0.12.2"
|
"version": "0.12.2"
|
||||||
|
|||||||
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.9.0"
|
"version": "1.9.1"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.9.0"
|
"version": "1.9.1"
|
||||||
},
|
},
|
||||||
"1.9": {
|
"1.9": {
|
||||||
"version": "1.9.0"
|
"version": "1.9.1"
|
||||||
|
},
|
||||||
|
"1.9.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_linux_amd64",
|
||||||
|
"etag": "0x8DCF93F597CEDF1",
|
||||||
|
"checksum": "c52d68f857d9aa6d6a2e98fcf0fda9e75307d59ee1fe1db26ffc588f1c5fda33"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_darwin_amd64",
|
||||||
|
"etag": "0x8DCF93F5A6FB2FC",
|
||||||
|
"checksum": "00204a20464b502208ce3cc01b9c1d0368a05d68a1a58e0cf1bb92eb4a1321d3"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_windows_amd64.exe",
|
||||||
|
"etag": "0x8DCF93F5A79E0C0",
|
||||||
|
"checksum": "47ff39efded3613a680f0ed2b6b6f93338117a65767c4c4bc5b80a292da6d482"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_linux_arm64",
|
||||||
|
"etag": "0x8DCF93F5985BDA5",
|
||||||
|
"checksum": "ede2ea34430184dbdef2a1449fb63bec5072f39b7664e6fe43371ad4a57823aa"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_darwin_arm64",
|
||||||
|
"etag": "0x8DCF93F595A7182",
|
||||||
|
"checksum": "4f21efa6c8819ccdb55218432c244f2b0bb01bd58870ccaf5b622d5c0778bfe2"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_windows_arm64.exe",
|
||||||
|
"etag": "0x8DCF93F5962A5A9",
|
||||||
|
"checksum": "be7ca8267be49774c0e7e0b26a8dc7dc8cf85cff69649d1a205d009e2af950a6"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.9.0": {
|
"1.9.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
30
manifests/release-plz.json
generated
30
manifests/release-plz.json
generated
@@ -22,10 +22,36 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.105"
|
"version": "0.3.106"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.105"
|
"version": "0.3.106"
|
||||||
|
},
|
||||||
|
"0.3.106": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF8C8D5E7F719",
|
||||||
|
"checksum": "727e997d156765714d751a1d8a04911b89f3391803ebf359d15ec505d4e9f2da"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF8C9983204CF",
|
||||||
|
"checksum": "46eabd387e4036ed778bf3a1163a81af7f415824f86b9731b4bd96ae2011cf04"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF8C9B8DE0659",
|
||||||
|
"checksum": "96b95a4005573666d432112f2510ebbfaf0865a4a57b222b12bed2bb4dcee520"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCF8C8E108C2D3",
|
||||||
|
"checksum": "d65e508f35c4ec55b6cc95cc331dfa532ec349defa6cead8803703505630c82b"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF8CA32055426",
|
||||||
|
"checksum": "ad303a0ee219953684684d9b6df3c6e7e7a7a4cb258e23459708f899c4f2845c"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCF8C9A8BD1EBD",
|
||||||
|
"checksum": "1a60bbeafc6ec6af6504ea42f1cc35891b863d318eb9f447ba50e76b0b985562"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.3.105": {
|
"0.3.105": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
25
manifests/typos.json
generated
25
manifests/typos.json
generated
@@ -16,10 +16,31 @@
|
|||||||
},
|
},
|
||||||
"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.26.8"
|
"version": "1.27.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.26.8"
|
"version": "1.27.0"
|
||||||
|
},
|
||||||
|
"1.27": {
|
||||||
|
"version": "1.27.0"
|
||||||
|
},
|
||||||
|
"1.27.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCFA7FB16C8122",
|
||||||
|
"checksum": "ab2f2484ebdd963836a07e9ecccdee4053439ecee4e875a3a11d9e1ababf7223"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCFA7F98823CC1",
|
||||||
|
"checksum": "a32f37e3663c6a6904ed9d8fd51e7c303685a0e9fac976e2d7bff88412d169ce"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCFA800BD1EA50",
|
||||||
|
"checksum": "c88f28779cfc4ccd33996197ecca0e330404dfa90c9ead1ae2eef2182473ac22"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCFA7FA6BBCA73",
|
||||||
|
"checksum": "e6529f6cc0825b2cece98184456b3393a73cf30a2cf37973498c6499fd8e5934"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.26": {
|
"1.26": {
|
||||||
"version": "1.26.8"
|
"version": "1.26.8"
|
||||||
|
|||||||
22
manifests/wasm-pack.json
generated
22
manifests/wasm-pack.json
generated
@@ -20,10 +20,28 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[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)",
|
"license_markdown": "[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)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.13.0"
|
"version": "0.13.1"
|
||||||
},
|
},
|
||||||
"0.13": {
|
"0.13": {
|
||||||
"version": "0.13.0"
|
"version": "0.13.1"
|
||||||
|
},
|
||||||
|
"0.13.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF8488DB2BD8F",
|
||||||
|
"checksum": "c539d91ccab2591a7e975bcf82c82e1911b03335c80aa83d67ad25ed2ad06539"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF8488F1552CA",
|
||||||
|
"checksum": "91cd02f14e6ab04700dfc5cb67e27b2bd26638d84220f68a4e83621d98408364"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF8488E52B67E",
|
||||||
|
"checksum": "4fd5375c2f85bae92c3e8fb14ad0d27b8fb92e85f4397064d9e66a94a79d6fae"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCF8488E04EDF7",
|
||||||
|
"checksum": "2e65038769f8bbaa5fc237ad4bb523e692df99458cbd3e3d92525b89d8762379"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.13.0": {
|
"0.13.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user