mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-11 07:00:25 +00:00
Update coreutils@latest to 0.2.2
This commit is contained in:
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Update `coreutils@latest` to 0.2.2.
|
||||||
|
|
||||||
## [2.60.0] - 2025-09-08
|
## [2.60.0] - 2025-09-08
|
||||||
|
|
||||||
- Add `fallback: cargo-install` input option to use `cargo install` instead of `cargo-binstall` for fallback.
|
- Add `fallback: cargo-install` input option to use `cargo install` instead of `cargo-binstall` for fallback.
|
||||||
|
|||||||
31
manifests/coreutils.json
generated
31
manifests/coreutils.json
generated
@@ -28,7 +28,36 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/uutils/coreutils/blob/main/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/uutils/coreutils/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.0"
|
"version": "0.2.2"
|
||||||
|
},
|
||||||
|
"0.2": {
|
||||||
|
"version": "0.2.2"
|
||||||
|
},
|
||||||
|
"0.2.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DDEFDAE198B69D",
|
||||||
|
"checksum": "71551a36b13ae5c7078b7e97d4c264a77446246c638379531efdeec813473921"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DDEFDCDBF40B8F",
|
||||||
|
"checksum": "d60533c66d5f9d8b4c5aaec3837a25ef8b82227c1ace780c2d97f94da1c8b229"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DDEFDB12CFA83D",
|
||||||
|
"checksum": "45922f4f43a7b4cc1191d52548201b244343cfb3c27e7761f34ce654e4cfb1b1"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DDEFDA5E470728",
|
||||||
|
"checksum": "fa60e7777d99e00cafe86a38e859b3d21a295b06c48ac6470f87b51964a3ead3"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DDEFDB559449D8",
|
||||||
|
"checksum": "7a48b23626bce2e114a2be674fae8af857438d96633bf6f6e9b80b0d4c18d69b"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DDEFDA6C9C82B9",
|
||||||
|
"checksum": "c248ac5c0f0dca0971dfda1042c3db6b9e0d498d0666192922c51f358ccbff4a"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.2.0": {
|
"0.2.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user