mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-30 10:50:25 +00:00
Compare commits
29 Commits
v2.75.23
...
shellcheck
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fd220c127 | ||
|
|
7769b73c2e | ||
|
|
aef5057f90 | ||
|
|
41de191c3c | ||
|
|
89761c8db9 | ||
|
|
8324debf4c | ||
|
|
3b3fb63c3d | ||
|
|
b651345a71 | ||
|
|
e0091eefbf | ||
|
|
96d4d757ef | ||
|
|
4a1aed1ca9 | ||
|
|
2e38aa6247 | ||
|
|
443d4e78eb | ||
|
|
5ddd7264c7 | ||
|
|
4b9684ed93 | ||
|
|
1329c298aa | ||
|
|
96c62cdc99 | ||
|
|
abdbfdb6fc | ||
|
|
46a5a07a30 | ||
|
|
4e4fd8b0ce | ||
|
|
4cc48d2e0b | ||
|
|
01898f15fa | ||
|
|
2dcb219ec6 | ||
|
|
1f2425cdb5 | ||
|
|
01b158b410 | ||
|
|
8042492dca | ||
|
|
75727f71ed | ||
|
|
f0a8696bf6 | ||
|
|
daab657293 |
42
CHANGELOG.md
42
CHANGELOG.md
@@ -10,6 +10,42 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.75.27] - 2026-04-30
|
||||||
|
|
||||||
|
- Update `cargo-udeps@latest` to 0.1.61.
|
||||||
|
|
||||||
|
- Update `wasm-tools@latest` to 1.248.0.
|
||||||
|
|
||||||
|
- Update `cargo-deb@latest` to 3.6.4.
|
||||||
|
|
||||||
|
## [2.75.26] - 2026-04-29
|
||||||
|
|
||||||
|
- Update `wasm-bindgen@latest` to 0.2.120.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.25.
|
||||||
|
|
||||||
|
- Update `martin@latest` to 1.8.0.
|
||||||
|
|
||||||
|
- Update `vacuum@latest` to 0.26.4.
|
||||||
|
|
||||||
|
## [2.75.25] - 2026-04-28
|
||||||
|
|
||||||
|
- Update `uv@latest` to 0.11.8.
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.45.2.
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.9.25.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.24.
|
||||||
|
|
||||||
|
## [2.75.24] - 2026-04-28
|
||||||
|
|
||||||
|
- Update `prek@latest` to 0.3.11.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.23.
|
||||||
|
|
||||||
|
- Update `vacuum@latest` to 0.26.3.
|
||||||
|
|
||||||
## [2.75.23] - 2026-04-27
|
## [2.75.23] - 2026-04-27
|
||||||
|
|
||||||
- Update `vacuum@latest` to 0.26.2.
|
- Update `vacuum@latest` to 0.26.2.
|
||||||
@@ -6355,7 +6391,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.75.23...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.27...HEAD
|
||||||
|
[2.75.27]: https://github.com/taiki-e/install-action/compare/v2.75.26...v2.75.27
|
||||||
|
[2.75.26]: https://github.com/taiki-e/install-action/compare/v2.75.25...v2.75.26
|
||||||
|
[2.75.25]: https://github.com/taiki-e/install-action/compare/v2.75.24...v2.75.25
|
||||||
|
[2.75.24]: https://github.com/taiki-e/install-action/compare/v2.75.23...v2.75.24
|
||||||
[2.75.23]: https://github.com/taiki-e/install-action/compare/v2.75.22...v2.75.23
|
[2.75.23]: https://github.com/taiki-e/install-action/compare/v2.75.22...v2.75.23
|
||||||
[2.75.22]: https://github.com/taiki-e/install-action/compare/v2.75.21...v2.75.22
|
[2.75.22]: https://github.com/taiki-e/install-action/compare/v2.75.21...v2.75.22
|
||||||
[2.75.21]: https://github.com/taiki-e/install-action/compare/v2.75.20...v2.75.21
|
[2.75.21]: https://github.com/taiki-e/install-action/compare/v2.75.20...v2.75.21
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
|
|||||||
inputs:
|
inputs:
|
||||||
tool:
|
tool:
|
||||||
description: Tools to install (whitespace or comma separated list)
|
description: Tools to install (whitespace or comma separated list)
|
||||||
required: true
|
required: false
|
||||||
# default: #publish:tool
|
default: shellcheck
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
12
manifests/cargo-deb.json
generated
12
manifests/cargo-deb.json
generated
@@ -7,13 +7,19 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.6.3"
|
"version": "3.6.4"
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"version": "3.6.3"
|
"version": "3.6.4"
|
||||||
},
|
},
|
||||||
"3.6": {
|
"3.6": {
|
||||||
"version": "3.6.3"
|
"version": "3.6.4"
|
||||||
|
},
|
||||||
|
"3.6.4": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA528E26D5EF0",
|
||||||
|
"hash": "3a95dff12baba70efe3a050a3ad94149ace73114c5af988d34073183e09dd584"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"3.6.3": {
|
"3.6.3": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
42
manifests/cargo-udeps.json
generated
42
manifests/cargo-udeps.json
generated
@@ -2,10 +2,48 @@
|
|||||||
"rust_crate": "cargo-udeps",
|
"rust_crate": "cargo-udeps",
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.60"
|
"version": "0.1.61"
|
||||||
},
|
},
|
||||||
"0.1": {
|
"0.1": {
|
||||||
"version": "0.1.60"
|
"version": "0.1.61"
|
||||||
|
},
|
||||||
|
"0.1.61": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEA584E93B9FDB",
|
||||||
|
"hash": "27031ca3902390a1d793901d17ec073ac85297ab3477b13faea984e4c97de479",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-x86_64-unknown-linux-musl/cargo-udeps"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEA584FB3914CC",
|
||||||
|
"hash": "0840c47e3ac640db8cf1ac9136c7a133eff68f07753a8a450363b95124d0ee34",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-x86_64-apple-darwin/cargo-udeps"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEA5855ED09C2C",
|
||||||
|
"hash": "6920b6f493f0c13a28e32522ccb7efffcc57c8849d887366b19c599dc2238cc0",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-x86_64-pc-windows-msvc/cargo-udeps.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEA584C0D0F4DF",
|
||||||
|
"hash": "d257553c03b36d2ee7e8028d622c80b1244fc512fabb2de058c1e0ceeb92169b",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-aarch64-unknown-linux-musl/cargo-udeps"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEA5849C45DEF1",
|
||||||
|
"hash": "0ca49f226c268ff3f7d65e82dd471900b962e4dcb3e75793558e5f4287be2011",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-aarch64-apple-darwin/cargo-udeps"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEA585933B8EBC",
|
||||||
|
"hash": "56f71b63e24fff67cf5f34e21bf4bcd8b090d80336a629c7b829045b02494718",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-aarch64-pc-windows-msvc/cargo-udeps.exe"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.1.60": {
|
"0.1.60": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/cyclonedx.json
generated
26
manifests/cyclonedx.json
generated
@@ -23,6 +23,32 @@
|
|||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.30.0"
|
"version": "0.30.0"
|
||||||
},
|
},
|
||||||
|
"0.31.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA5BE1A225492",
|
||||||
|
"hash": "72c465982796cb930dd7bfabe68d869aea053c9b7a717dff9ceee56b5624eea4"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA5BE2A8378AE",
|
||||||
|
"hash": "78c3f395499fc80d1b0a0c2ad0497fa212ccb90a544524599be6356707b49bbd"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA5BE2463CF5D",
|
||||||
|
"hash": "da18bdb0d5b10a5f45ddfb59b7b08b11ddc050bb5c6407608d831929a1799d3f"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA5BE20738480",
|
||||||
|
"hash": "ecdb5a10bba199417ccf94b57f27f0ec201b91eb4fadc6d7998696e082e69bef"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA5BE4A7F7F7B",
|
||||||
|
"hash": "42d5b880968eed5b8939d48adf125c5d96944231259e19167c29e9da9e9d2afe"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA5BE28D7835D",
|
||||||
|
"hash": "af0a5c6c17b0bee113066760d3378eb5e03eb5c75eca2479e61fc43669c46036"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.30": {
|
"0.30": {
|
||||||
"version": "0.30.0"
|
"version": "0.30.0"
|
||||||
},
|
},
|
||||||
|
|||||||
25
manifests/martin.json
generated
25
manifests/martin.json
generated
@@ -31,10 +31,31 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.7.0"
|
"version": "1.8.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.7.0"
|
"version": "1.8.0"
|
||||||
|
},
|
||||||
|
"1.8": {
|
||||||
|
"version": "1.8.0"
|
||||||
|
},
|
||||||
|
"1.8.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA51C82B100CC",
|
||||||
|
"hash": "e633b553663ecf69b82f88235fdfc720c2cdb6390f0414837c6577b1e937d7ab"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA51C81E01D4A",
|
||||||
|
"hash": "a80eeb3e37fd6127dbca77b965a4fba6f74d75029d69f2c73fdb195bf4cb3b82"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA51C81AB1841",
|
||||||
|
"hash": "268d5865668d85fdd583d8bc59d8a21ff90502e44340d50a95b9adca10b65af3"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA51C81A8D0DD",
|
||||||
|
"hash": "e6bef9defe12697f3aab6daeb9889645ce447cef91ff82f3eaa24174965ee018"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.7": {
|
"1.7": {
|
||||||
"version": "1.7.0"
|
"version": "1.7.0"
|
||||||
|
|||||||
58
manifests/mise.json
generated
58
manifests/mise.json
generated
@@ -27,13 +27,65 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2026.4.22"
|
"version": "2026.4.25"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.4.22"
|
"version": "2026.4.25"
|
||||||
},
|
},
|
||||||
"2026.4": {
|
"2026.4": {
|
||||||
"version": "2026.4.22"
|
"version": "2026.4.25"
|
||||||
|
},
|
||||||
|
"2026.4.27": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA613D6EEA7AA",
|
||||||
|
"hash": "72df029f60f926f4c1a0619fbdfac6870d4ce7354b074d3be82eeed557203660"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA613D9552C3B",
|
||||||
|
"hash": "f55ec19657cbe15843067d22e854bc89db874b0142c122a82f8db38d14f52243"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA613DA874A60",
|
||||||
|
"hash": "30540c4443b69777682ca74211ca283006f110b23f2ea4da96713b29d7766fdb"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA613D3075433",
|
||||||
|
"hash": "6d525c6cce79c4a0aa570eb22bd7041510c2cf601ddea85b028fcbab37dc1268"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA613D88B926D",
|
||||||
|
"hash": "95493bfc1850c4df04f8e4417bd9e40a5fa1001b925ff43a92db7056afbd1d6d"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA613DA8136C0",
|
||||||
|
"hash": "2de70631d51747d7bd39feaf08f4a5ae6f36a9167955cf71fcacd84b2ed3f8c0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"2026.4.25": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA5227685D845",
|
||||||
|
"hash": "238b647dafef3afc5f74892a1f58cdeadf8682fe54d5dabaefa114f72bca6453"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA5227989E63B",
|
||||||
|
"hash": "d0a0f670c28b823e35d4a8ad963ebcf1402db55205575ebe0357bf40ac469283"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA5227B378709",
|
||||||
|
"hash": "d7e2d58adc30e52f45af4a8e3dcf031b6af341f425918741439a5e35526ddfae"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA52271E57B1A",
|
||||||
|
"hash": "41ab437afbf42ec653329308374df8da39e5a32805327994e75c8b50b470a06b"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA5227934377B",
|
||||||
|
"hash": "6ebafb7f53bdebf0cf76c86b174e742e6321f45597ae9a5e6fafa460396d99d2"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA5227A9F74C9",
|
||||||
|
"hash": "5a311314c3ac9487d91efc6fc5b35b4f934fbed03d0f6a01e21188a5c84892b3"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2026.4.24": {
|
"2026.4.24": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
4
manifests/prek.json
generated
4
manifests/prek.json
generated
@@ -39,10 +39,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.10"
|
"version": "0.3.11"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.10"
|
"version": "0.3.11"
|
||||||
},
|
},
|
||||||
"0.3.11": {
|
"0.3.11": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
34
manifests/sccache.json
generated
34
manifests/sccache.json
generated
@@ -37,6 +37,40 @@
|
|||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.14.0"
|
"version": "0.14.0"
|
||||||
},
|
},
|
||||||
|
"0.15.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA60451CA1112",
|
||||||
|
"hash": "782d2b5dd7ae0a55ebe368ab258114d0928d019ac2d949ab85d5d02f3926709e"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA6044FF17166",
|
||||||
|
"hash": "f8da93e0689122268f720ddb48c8357f3da18be8c88aff23a8e75a7a219367db"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA60450D9E185",
|
||||||
|
"hash": "b0b257a164bf438b2dea134ca7ded41c100f59a64b3bf275a202f1e8102ab217"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA60448F9BF88",
|
||||||
|
"hash": "3a6a3712b49da3d263bf2d30d702de4302793016019e800bfb81c0c69401d8f8"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA6044706FE7C",
|
||||||
|
"hash": "430ef7b5f54256d3ed5bfe77e8b0afc51aa209aeebe4f95b69c3a52ce3acc6e9"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA60447F644B8",
|
||||||
|
"hash": "f4f304dc9dd9bd2f9b0032a0091efac1c093934bb095f207381558f80c3d0a24"
|
||||||
|
},
|
||||||
|
"riscv64_linux_musl": {
|
||||||
|
"etag": "0x8DEA6044CF155B9",
|
||||||
|
"hash": "d24b685ca21bf9388da5311c4dfe88de813acea84ca85b12d67f4e4b9a7a983a"
|
||||||
|
},
|
||||||
|
"s390x_linux_musl": {
|
||||||
|
"etag": "0x8DEA6044ED0F256",
|
||||||
|
"hash": "729618c5fe016aa553f372ec28bfeff4288ba5d99baee6dc04031336a789b6f1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.14": {
|
"0.14": {
|
||||||
"version": "0.14.0"
|
"version": "0.14.0"
|
||||||
},
|
},
|
||||||
|
|||||||
40
manifests/tombi.json
generated
40
manifests/tombi.json
generated
@@ -2,10 +2,46 @@
|
|||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.9.24"
|
"version": "0.9.25"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.24"
|
"version": "0.9.25"
|
||||||
|
},
|
||||||
|
"0.9.26": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEA5A4AB6C6A2E",
|
||||||
|
"hash": "3839e78a4f5db8a785f593b3113e86908ca125a9e0f3f9955e0a759b0b39c6ad",
|
||||||
|
"bin": "tombi-cli-0.9.26-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEA5A4AB585C6E",
|
||||||
|
"hash": "313e082bf5981afbd96a4972e5eb568cbf5922a6bfa4b83c4c28346f5052b001",
|
||||||
|
"bin": "tombi-cli-0.9.26-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEA5A4AB6D2CA2",
|
||||||
|
"hash": "c72b563a65d3c83543360205e5a915fc0eeaba70db3171a17a75472563897cf6"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEA5A4ABEFD39C",
|
||||||
|
"hash": "208a38f26b1b7ce3c060f82fb326f6a6304b04d661002f96bddee53bdb20e707",
|
||||||
|
"bin": "tombi-cli-0.9.26-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEA5A4AB5D86D7",
|
||||||
|
"hash": "7012f29da0ceb81755ced1463f225f4b482cae124dff6eb72d7e52ab0c13b0b9",
|
||||||
|
"bin": "tombi-cli-0.9.26-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEA5A4AB66F217",
|
||||||
|
"hash": "ab0675e3bd17baa021d334a20dcd5693220b266e062e9da16899667c76943e49"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.9.25": {
|
"0.9.25": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
28
manifests/typos.json
generated
28
manifests/typos.json
generated
@@ -21,13 +21,35 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.45.1"
|
"version": "1.45.2"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.45.1"
|
"version": "1.45.2"
|
||||||
},
|
},
|
||||||
"1.45": {
|
"1.45": {
|
||||||
"version": "1.45.1"
|
"version": "1.45.2"
|
||||||
|
},
|
||||||
|
"1.45.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA476A8DDBE86",
|
||||||
|
"hash": "8463790818b926ef97bd03633ba8943549040d7defd3951e8518903f01d360a8"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA476CB697B7B",
|
||||||
|
"hash": "3ff87158bdcbc4e0886a0ed291f372cc31cd2ff489d0541cea4c3c251f4f4ad5"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA47714FF211E",
|
||||||
|
"hash": "c0a53545ffcc5a0d698af4dead167184b0e8c20fd06013fd58dddceadc901689"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA476A9A1B8B9",
|
||||||
|
"hash": "838aad0c2a22ef4d8b4195fc288e6d7d94ba54871adc6414caa8199780ae1ef5"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA476FD0DC290",
|
||||||
|
"hash": "65f3f46b03383992aa96d07a88e7859ed21fd3e3314691c65079e39461c2b38e"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.45.1": {
|
"1.45.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
4
manifests/uv.json
generated
4
manifests/uv.json
generated
@@ -68,10 +68,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.11.7"
|
"version": "0.11.8"
|
||||||
},
|
},
|
||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.7"
|
"version": "0.11.8"
|
||||||
},
|
},
|
||||||
"0.11.8": {
|
"0.11.8": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
30
manifests/vacuum.json
generated
30
manifests/vacuum.json
generated
@@ -21,10 +21,36 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.26.2"
|
"version": "0.26.4"
|
||||||
},
|
},
|
||||||
"0.26": {
|
"0.26": {
|
||||||
"version": "0.26.2"
|
"version": "0.26.4"
|
||||||
|
},
|
||||||
|
"0.26.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA49A738E87E5",
|
||||||
|
"hash": "e1c13c3ef2814a07f83bb22e465a94f202114db38267502e4fdf2b9f4dbeda92"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA49A72FEA970",
|
||||||
|
"hash": "6d0109bcc84055ca8b8ecd6a4a04ee59da52709a64e409b429bcd0fb74f4f8ca"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA49A739D445F",
|
||||||
|
"hash": "f21c4227b0c64b574118877cfeb0f4465f8a19af60db49affb591daf3c7285ae"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA49A73B875F7",
|
||||||
|
"hash": "d0f03a55a8a7c73a2cdc00a236eec12c2899e6209618c3f1e031000c4b3eb064"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA49A731021F1",
|
||||||
|
"hash": "3f2cbce7d27bc24be29deb258ac9abca821de1792fbf6114e564d13b0298e7df"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA49A73CCAA9E",
|
||||||
|
"hash": "d7f9bfbee77475ac5ddd8074456cd1844345863fd38c801237311bdc08016de1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.26.3": {
|
"0.26.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/wasm-bindgen.json
generated
26
manifests/wasm-bindgen.json
generated
@@ -43,10 +43,32 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.2.118"
|
"version": "0.2.120"
|
||||||
},
|
},
|
||||||
"0.2": {
|
"0.2": {
|
||||||
"version": "0.2.118"
|
"version": "0.2.120"
|
||||||
|
},
|
||||||
|
"0.2.120": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA4FA606184E0",
|
||||||
|
"hash": "ceb6f0b9fea9d2868f258215a1d7f86a4c28330a0d64432cc7d53674618772d6"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA4FA6066D61F",
|
||||||
|
"hash": "e5fc77cb94720b87c29d810cfb6b06133b817204795ff414e0e70b1855a3d9e0"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA4FA60454309",
|
||||||
|
"hash": "d8ebacbfdbee70ffdcda0bbfefd99a645aee35ba31ba77dfa3b083f031674977"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA4FA605694B3",
|
||||||
|
"hash": "430abb4d1f2b68ba266bac223542747fcb994df2a300ed5edffc7dbaa219ff9d"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA4FA60495D13",
|
||||||
|
"hash": "d736b3455c02f69c290fca92168a185451e4ea4376bf59a6052e3919d122b0b5"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.2.118": {
|
"0.2.118": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
29
manifests/wasm-tools.json
generated
29
manifests/wasm-tools.json
generated
@@ -23,10 +23,35 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.247.0"
|
"version": "1.248.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.247.0"
|
"version": "1.248.0"
|
||||||
|
},
|
||||||
|
"1.248": {
|
||||||
|
"version": "1.248.0"
|
||||||
|
},
|
||||||
|
"1.248.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA544010D2FF2",
|
||||||
|
"hash": "dcd7d587b0f4644aabc85cd4471cb795de84f36a68ee01201d5261f87c0d6349"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA544012D1727",
|
||||||
|
"hash": "188568c2990bb4c09a0936d84bfb6255199f97e4844cd45f418b59c3d6238788"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA5440158632D",
|
||||||
|
"hash": "09063f9c0bc07f412d58a8c1a0202260231d8a94a9dfb7b81892d517de995c1c"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA544008758A3",
|
||||||
|
"hash": "cb7a3ae7a79aeb3dbcdb1d06eedea7bb45e6d5c7a21e960e14e45d582b2b9f97"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA544007DED65",
|
||||||
|
"hash": "4e03e9e342176a9c52e0c25b9707c7f809daeb0f4986742258c69749681efe79"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.247": {
|
"1.247": {
|
||||||
"version": "1.247.0"
|
"version": "1.247.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user