mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-09 14:20:29 +00:00
Update manifest schema
This commit is contained in:
28
typos.json
28
typos.json
@@ -19,13 +19,35 @@
|
||||
},
|
||||
"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.36.1"
|
||||
"version": "1.36.2"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.36.1"
|
||||
"version": "1.36.2"
|
||||
},
|
||||
"1.36": {
|
||||
"version": "1.36.1"
|
||||
"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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user