mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-23 07:40:40 +00:00
Update manifest schema
This commit is contained in:
@@ -20,13 +20,35 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.8.4"
|
||||
"version": "1.8.5"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.8.4"
|
||||
"version": "1.8.5"
|
||||
},
|
||||
"1.8": {
|
||||
"version": "1.8.4"
|
||||
"version": "1.8.5"
|
||||
},
|
||||
"1.8.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD8CE39596B9EA",
|
||||
"checksum": "c85abcef098b2add55fcbf44b1287663bae26773dd1e900fb2d99b1f8d8453af"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD8CE39653DDCC",
|
||||
"checksum": "813aca0784da967ce8745953717e38ad2e512999c276d0b6764c9092f4a7a5ac"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD8CE39717B0F1",
|
||||
"checksum": "31a3da74b157b2284190b4fd392a7fa92824362368b4bfc3455064ff78b5a675"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD8CE3982925AA",
|
||||
"checksum": "c68117e4669724a813f0d30e923869cb11d52d1d31b0452fc81662be474c5c9e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD8CE398D0DDE3",
|
||||
"checksum": "88847c5c24c15762fcc657cb4d8a809535361e361dc1e159733377f49692f86a"
|
||||
}
|
||||
},
|
||||
"1.8.4": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
@@ -3,10 +3,51 @@
|
||||
"template": null,
|
||||
"license_markdown": "[MIT](https://github.com/editorconfig-checker/editorconfig-checker/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.2.1"
|
||||
"version": "3.3.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.2.1"
|
||||
"version": "3.3.0"
|
||||
},
|
||||
"3.3": {
|
||||
"version": "3.3.0"
|
||||
},
|
||||
"3.3.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-linux-amd64.tar.gz",
|
||||
"etag": "0x8DD8D3512C94B32",
|
||||
"checksum": "923b80494b09b362d4fdb0d706913b67da0d60b4e2d34e5e346aa7e4118d6ab3",
|
||||
"bin": "bin/ec-linux-amd64"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-darwin-amd64.tar.gz",
|
||||
"etag": "0x8DD8D3512CD177D",
|
||||
"checksum": "64d1898a53332f45c427222814357a8ce4ad89370dc57e4e43945e69558230c3",
|
||||
"bin": "bin/ec-darwin-amd64"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-windows-amd64.zip",
|
||||
"etag": "0x8DD8D35128258E7",
|
||||
"checksum": "6234197229170c9b956c244c821e09082a95c507e22159e0b2bce6562fd82a22",
|
||||
"bin": "bin/ec-windows-amd64.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-linux-arm64.tar.gz",
|
||||
"etag": "0x8DD8D3512741107",
|
||||
"checksum": "9cfc3ae7aee4d441cc6d7eb59d2727edc672642d7d0990fa40d464803d4f0862",
|
||||
"bin": "bin/ec-linux-arm64"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-darwin-arm64.tar.gz",
|
||||
"etag": "0x8DD8D351230C426",
|
||||
"checksum": "b39d1320ee6794c942a97e3be457e6b7ab50b1ac2f60e1a50a1aff2ab48c6588",
|
||||
"bin": "bin/ec-darwin-arm64"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-windows-arm64.zip",
|
||||
"etag": "0x8DD8D351237C130",
|
||||
"checksum": "614aaff80c0e8a5db5ee0b3ec6abac558ac1eca694f058e802bfe52925ea65e5",
|
||||
"bin": "bin/ec-windows-arm64.exe"
|
||||
}
|
||||
},
|
||||
"3.2": {
|
||||
"version": "3.2.1"
|
||||
|
||||
Reference in New Issue
Block a user