mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-30 10:50:25 +00:00
Compare commits
34 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e488b1709f | ||
|
|
cc82eef035 | ||
|
|
daa3c1f1f9 | ||
|
|
f51cb331c7 | ||
|
|
6aca1cfa12 | ||
|
|
afd4ec3cf7 | ||
|
|
3aab944b2c | ||
|
|
9cd3d1b2b5 | ||
|
|
1c861c252b | ||
|
|
ec15fa7ca8 | ||
|
|
7b00681e7b | ||
|
|
0e9faa0611 | ||
|
|
85bec0d843 | ||
|
|
a1f895c56a | ||
|
|
63f2419bb6 | ||
|
|
be555735b6 | ||
|
|
fc9582d417 | ||
|
|
7719e6f679 | ||
|
|
aa3aa1fbea | ||
|
|
49b013c5cc | ||
|
|
5651179950 | ||
|
|
7fde8f2137 | ||
|
|
3c9b6296bb | ||
|
|
1dd920e054 | ||
|
|
914ac1e29d | ||
|
|
63913c9c7c | ||
|
|
a433d87f12 | ||
|
|
3ad95ecaad | ||
|
|
bd8846282c | ||
|
|
351cce3d3a | ||
|
|
706c01391c | ||
|
|
278ea84286 | ||
|
|
793ff2357e | ||
|
|
9b4744f4fe |
1
.github/.cspell/project-dictionary.txt
vendored
1
.github/.cspell/project-dictionary.txt
vendored
@@ -7,7 +7,6 @@ cygdrive
|
||||
deepsource
|
||||
distro
|
||||
doas
|
||||
dprint
|
||||
enablerepo
|
||||
epel
|
||||
espup
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,5 @@
|
||||
target
|
||||
Cargo.lock
|
||||
.venv
|
||||
tmp
|
||||
|
||||
# For platform and editor specific settings, it is recommended to add to
|
||||
|
||||
69
CHANGELOG.md
69
CHANGELOG.md
@@ -10,6 +10,62 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.49.41] - 2025-04-01
|
||||
|
||||
- Update `mdbook@latest` to 0.4.48.
|
||||
|
||||
## [2.49.40] - 2025-03-31
|
||||
|
||||
- Update `typos@latest` to 1.31.1.
|
||||
|
||||
## [2.49.39] - 2025-03-30
|
||||
|
||||
- Downgrade `cargo-lambda@latest` to 1.8.0. ([#923](https://github.com/taiki-e/install-action/pull/923))
|
||||
|
||||
## [2.49.38] - 2025-03-29
|
||||
|
||||
- Update `cargo-lambda@latest` to 1.8.1.
|
||||
|
||||
- Update `typos@latest` to 1.31.0.
|
||||
|
||||
- Update `trunk@latest` to 0.21.12.
|
||||
|
||||
## [2.49.37] - 2025-03-27
|
||||
|
||||
- Update `trunk@latest` to 0.21.11.
|
||||
|
||||
## [2.49.36] - 2025-03-27
|
||||
|
||||
- Update `release-plz@latest` to 0.3.129.
|
||||
|
||||
- Update `protoc@latest` to 3.30.2.
|
||||
|
||||
## [2.49.35] - 2025-03-25
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.93.
|
||||
|
||||
- Update `typos@latest` to 1.30.3.
|
||||
|
||||
- Update `wash@latest` to 0.41.0.
|
||||
|
||||
## [2.49.34] - 2025-03-24
|
||||
|
||||
- Update `knope@latest` to 0.19.0.
|
||||
|
||||
## [2.49.33] - 2025-03-23
|
||||
|
||||
- Update `release-plz@latest` to 0.3.128.
|
||||
|
||||
## [2.49.32] - 2025-03-20
|
||||
|
||||
- Update `wasmtime@latest` to 31.0.0.
|
||||
|
||||
## [2.49.31] - 2025-03-20
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.36.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.12.2.
|
||||
|
||||
## [2.49.30] - 2025-03-18
|
||||
|
||||
- Update `dprint@latest` to 0.49.1.
|
||||
@@ -3706,7 +3762,18 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.30...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.41...HEAD
|
||||
[2.49.41]: https://github.com/taiki-e/install-action/compare/v2.49.40...v2.49.41
|
||||
[2.49.40]: https://github.com/taiki-e/install-action/compare/v2.49.39...v2.49.40
|
||||
[2.49.39]: https://github.com/taiki-e/install-action/compare/v2.49.38...v2.49.39
|
||||
[2.49.38]: https://github.com/taiki-e/install-action/compare/v2.49.37...v2.49.38
|
||||
[2.49.37]: https://github.com/taiki-e/install-action/compare/v2.49.36...v2.49.37
|
||||
[2.49.36]: https://github.com/taiki-e/install-action/compare/v2.49.35...v2.49.36
|
||||
[2.49.35]: https://github.com/taiki-e/install-action/compare/v2.49.34...v2.49.35
|
||||
[2.49.34]: https://github.com/taiki-e/install-action/compare/v2.49.33...v2.49.34
|
||||
[2.49.33]: https://github.com/taiki-e/install-action/compare/v2.49.32...v2.49.33
|
||||
[2.49.32]: https://github.com/taiki-e/install-action/compare/v2.49.31...v2.49.32
|
||||
[2.49.31]: https://github.com/taiki-e/install-action/compare/v2.49.30...v2.49.31
|
||||
[2.49.30]: https://github.com/taiki-e/install-action/compare/v2.49.29...v2.49.30
|
||||
[2.49.29]: https://github.com/taiki-e/install-action/compare/v2.49.28...v2.49.29
|
||||
[2.49.28]: https://github.com/taiki-e/install-action/compare/v2.49.27...v2.49.28
|
||||
|
||||
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)",
|
||||
"latest": {
|
||||
"version": "1.12.1"
|
||||
"version": "1.12.2"
|
||||
},
|
||||
"1.12.1": {
|
||||
"1.12.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD638ABBE43B19",
|
||||
"checksum": "ec43c51c0fa4f32211b37bdac3501fc67d92b58ae09ef11af57dd84ac9fbfa28"
|
||||
"etag": "0x8DD67BA42B477F4",
|
||||
"checksum": "a99594659dc5974da6ce0fa8c44f1ec7f8674a68628e3fc66ea8c6f3098927b5"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD638A7A26CB95",
|
||||
"checksum": "5cb38fa813e01fd5c381170827d06600ae46f78910c0a215324a7f409c2c351d"
|
||||
"etag": "0x8DD67BA17754CB4",
|
||||
"checksum": "73b657f5d61ffc9a820bcd8eaa04652026e25d9c252971794a44e7e227d0d795"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD638BEAD1F245",
|
||||
"checksum": "6a47a306d7cdfb52dccadd14af5b527bd219c5b2c20cfcfc366c3fb3bc2eac53"
|
||||
"etag": "0x8DD67BB3DBFA334",
|
||||
"checksum": "1a76c55e82ef1ba3dcb174b3c47910d7cd4c16e3557c7c3b7414b5ad1559fe42"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD638A98C0B9A4",
|
||||
"checksum": "5d46063876e05eacff50dab7b33bf7630e6d759830d0eee0ae2e568e59d2fc20"
|
||||
"etag": "0x8DD67B9FCB84A33",
|
||||
"checksum": "674f5c3d11f6501c5bbebfbef5cf959e1b3cf30fc77f0af9922ea16416d213af"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD638AC2D75E6E",
|
||||
"checksum": "baac0e3379b53924a7c6eb69641ea0f67d9a7ec7bcc70b4ce544218b7d482d44"
|
||||
"etag": "0x8DD67BA216CA53F",
|
||||
"checksum": "f3c90a36a6d934a3f73ba57e3620f9a5ec5b5da4da976094e2c69f83fe061ece"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DD638B82F5EE86",
|
||||
"checksum": "269c3dcdc21ef1c18213bb2a4f22f6554653de8bd5451f59e6feea2468819644"
|
||||
"etag": "0x8DD67BB4F786A2E",
|
||||
"checksum": "f98653d5f0b18a0a27febc6cba0e13b027f944efabc8511b292138e0b03f7608"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
36
manifests/cargo-hack.json
generated
36
manifests/cargo-hack.json
generated
@@ -3,10 +3,42 @@
|
||||
"template": null,
|
||||
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-MIT)",
|
||||
"latest": {
|
||||
"version": "0.6.35"
|
||||
"version": "0.6.36"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.35"
|
||||
"version": "0.6.36"
|
||||
},
|
||||
"0.6.36": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.36/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DD67BBD1B2F66C",
|
||||
"checksum": "73af85f4bd5ae23420a9e21d345b68187f5983c3e164429ccc95b39d05b392ce"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.36/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DD67BC00D8DF25",
|
||||
"checksum": "2bc50a0ec53897d49579eb36502e070c8090b4047ec0f2751231d13d8e959ad9"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.36/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"etag": "0x8DD67BC0584F0B1",
|
||||
"checksum": "c79e8da6e54a1b99d50e2a7496b0b13da5bddb81924e2510b5f493337f36af4b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.36/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DD67BBC439783A",
|
||||
"checksum": "27373f9c05dd92b5cd1eaa8804db99c79db97df4a62029a4fa2394fe07122df9"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.36/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DD67BBD4B8FE9A",
|
||||
"checksum": "19a03adc32ffb9777ecb8721789e49b538b659d006f08bcc54b2b174fea2c124"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.36/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"etag": "0x8DD67BC06A60B66",
|
||||
"checksum": "f59bfb732cb5b74377faff691c2cb541764145ee1c9251b7725c7668f2223349"
|
||||
}
|
||||
},
|
||||
"0.6.35": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
22
manifests/cargo-lambda.json
generated
22
manifests/cargo-lambda.json
generated
@@ -28,6 +28,28 @@
|
||||
"1.8": {
|
||||
"version": "1.8.0"
|
||||
},
|
||||
"1.8.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6FB32CDFCDEB",
|
||||
"checksum": "75a94e38c88a497c7a79d1f783985a9502aced857a5e8dd6b8f3277766b3a687"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6FB32DB7FC17",
|
||||
"checksum": "e9aaa0d27547cbe121a0c2b7892d5776f72c025425ae8b81e15bddda7051eb25"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6FB32EA45EC8",
|
||||
"checksum": "64fd09490bc551d70109f3a931e54e1fadffe531cea672c40ca7593b7f017f16"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD6FB32F844C68",
|
||||
"checksum": "b22d6d5c44019c4421a538003c3845224084ac85ef06746586d7508207e58eef"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD6FB33064AEB5",
|
||||
"checksum": "e283b609c895c7ba99c14bd61a2b4662e18bd401537b5d685509e2968653e87b"
|
||||
}
|
||||
},
|
||||
"1.8.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD640D966E4B11",
|
||||
|
||||
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)",
|
||||
"latest": {
|
||||
"version": "0.9.92"
|
||||
"version": "0.9.93"
|
||||
},
|
||||
"0.9": {
|
||||
"version": "0.9.92"
|
||||
"version": "0.9.93"
|
||||
},
|
||||
"0.9.93": {
|
||||
"previous_stable_version": "0.9.92",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DD6B207F13B60C",
|
||||
"checksum": "b547ea40a4e0e9ced5c1f040f4525647240044c9312d81b8df613291586e0a2f"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6B21059D11CB",
|
||||
"checksum": "5a8c0b9682f5bacd75c2e92f906f0ce616a75615b61e52276735f0da96a3578a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6B20A082680E",
|
||||
"checksum": "84a43cec5bd80c2629b877b25e4ed9f57e060e363fe704e3da09a1b6d43097e2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6B21166FBDA2",
|
||||
"checksum": "e62479142fa7fd8fef5e2039d90e1643d1f5e46a3b4edcfba674ed49e2868cc2"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DD6B20D7191EDE",
|
||||
"checksum": "1ee975e7dadc0d3d439011d4bdbe4b597b197159387555085c68eb40322a0f94"
|
||||
}
|
||||
},
|
||||
"0.9.92": {
|
||||
"previous_stable_version": "0.9.91",
|
||||
|
||||
31
manifests/knope.json
generated
31
manifests/knope.json
generated
@@ -3,7 +3,36 @@
|
||||
"template": null,
|
||||
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.18.5"
|
||||
"version": "0.19.0"
|
||||
},
|
||||
"0.19": {
|
||||
"version": "0.19.0"
|
||||
},
|
||||
"0.19.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.0/knope-x86_64-unknown-linux-musl.tgz",
|
||||
"etag": "0x8DD6A4E677301F2",
|
||||
"checksum": "f955fb841000d1e3fba7da3aefd7999bf45cc2dd8c92c2b592b1693138dceae7",
|
||||
"bin": "knope-x86_64-unknown-linux-musl/knope"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.0/knope-x86_64-apple-darwin.tgz",
|
||||
"etag": "0x8DD6A4E676B695D",
|
||||
"checksum": "e04e54ed96e463543fd4e7e570c2134144750df9d295bdcc410c6872ac6b6e5a",
|
||||
"bin": "knope-x86_64-apple-darwin/knope"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.0/knope-x86_64-pc-windows-msvc.tgz",
|
||||
"etag": "0x8DD6A4E676A0B53",
|
||||
"checksum": "004a53b96044cd334a353ee365a518f1f5f41ab50070bbdab436e7d4940cac29",
|
||||
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.0/knope-aarch64-apple-darwin.tgz",
|
||||
"etag": "0x8DD6A4E676AA6E2",
|
||||
"checksum": "08752c1819d5be621372e81e2169593bb4eb085590846c015d0c95fc42143be7",
|
||||
"bin": "knope-aarch64-apple-darwin/knope"
|
||||
}
|
||||
},
|
||||
"0.18": {
|
||||
"version": "0.18.5"
|
||||
|
||||
26
manifests/mdbook.json
generated
26
manifests/mdbook.json
generated
@@ -22,10 +22,32 @@
|
||||
},
|
||||
"license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.4.47"
|
||||
"version": "0.4.48"
|
||||
},
|
||||
"0.4": {
|
||||
"version": "0.4.47"
|
||||
"version": "0.4.48"
|
||||
},
|
||||
"0.4.48": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD70986420EBE3",
|
||||
"checksum": "202aa83dcbe63629f229c8bb7ad18b974ad524c9676d10e6794dc2e176d47980"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD70984ACFD943",
|
||||
"checksum": "c609fcc53261689e2b1da93c194c175f8f18ca297f4af83a43c5c0cbb39a165b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD7098B38BD07A",
|
||||
"checksum": "4cf46efda130de406619d7480983afdb2dd6e2e91e33100d6c75aac6940bc772"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD70986140DE12",
|
||||
"checksum": "348ad43e18d05685bf03080e30ee1f559709166d628e67cda23fae3d051e5dce"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD70985B84B5A7",
|
||||
"checksum": "d53e314bf1aeb9914bdec89d24a3a7904d3174d034846b5476750a0c6a5a57c5"
|
||||
}
|
||||
},
|
||||
"0.4.47": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
33
manifests/protoc.json
generated
33
manifests/protoc.json
generated
@@ -3,13 +3,40 @@
|
||||
"template": null,
|
||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.30.1"
|
||||
"version": "3.30.2"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.30.1"
|
||||
"version": "3.30.2"
|
||||
},
|
||||
"3.30": {
|
||||
"version": "3.30.1"
|
||||
"version": "3.30.2"
|
||||
},
|
||||
"3.30.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-linux-x86_64.zip",
|
||||
"etag": "0x8DD6C95ABA7434D",
|
||||
"checksum": "327e9397c6fb3ea2a542513a3221334c6f76f7aa524a7d2561142b67b312a01f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-osx-x86_64.zip",
|
||||
"etag": "0x8DD6C95ABC83AC0",
|
||||
"checksum": "65675c3bb874a2d5f0c941e61bce6175090be25fe466f0ec2d4a6f5978333624"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-win64.zip",
|
||||
"etag": "0x8DD6C95ABF532A9",
|
||||
"checksum": "10f35df7722a69dde8ee92b4a16a4e1cc91cfce82fbb4a371bd046de139aa4a9"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-linux-aarch_64.zip",
|
||||
"etag": "0x8DD6C95AB4483C2",
|
||||
"checksum": "a3173ea338ef91b1605b88c4f8120d6c8ccf36f744d9081991d595d0d4352996"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-osx-aarch_64.zip",
|
||||
"etag": "0x8DD6C95ABAC46B8",
|
||||
"checksum": "92728c650f6cf2b6c37891ae04ef5bc2d4b5f32c5fbbd101eda623f90bb95f63"
|
||||
}
|
||||
},
|
||||
"3.30.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
56
manifests/release-plz.json
generated
56
manifests/release-plz.json
generated
@@ -22,10 +22,62 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.3.127"
|
||||
"version": "0.3.129"
|
||||
},
|
||||
"0.3": {
|
||||
"version": "0.3.127"
|
||||
"version": "0.3.129"
|
||||
},
|
||||
"0.3.129": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6CB3D6A8F77C",
|
||||
"checksum": "db20ca18ff51fbfd285c3041bfe6abc419c38d627148608c4c5b5c946be393a9"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6CB4B35B631A",
|
||||
"checksum": "285ceffc25bb456f348e603765dfa989c9d049458871c24bf5c6bf9c5af57ed6"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6CB490E93459",
|
||||
"checksum": "92df17cb9096ff77f17228318779f1cd40a6dc612c4256f67a550213e6605f43"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD6CB3D74A004F",
|
||||
"checksum": "f218f3ad62984bf3bc97cb355cffa0476c29215bb2801ee3c3732c5da9576707"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD6CB4DA5D1065",
|
||||
"checksum": "a4657585f204df6d148379c8689a521eb1bf2683cec75d67c1aa18efe23f7ee0"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DD6CB4973E7E2D",
|
||||
"checksum": "f1670266002bf5aa2567cf2866357ba443f570e57e1e12577d94d28b6ecf6d0d"
|
||||
}
|
||||
},
|
||||
"0.3.128": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6972CC645C5E",
|
||||
"checksum": "eceb9537fc55ffb707cb38d42cbaa7e890d1a24b83aea59659c8698df33af31c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6973B42E5423",
|
||||
"checksum": "8875611a42ebeee4ef9376475af996e11882cc8c517a2d2fc480557646683f7b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD697378179597",
|
||||
"checksum": "357c162377948441e4c30357eab074a28034b0ee5fe086af80311d321e1d567d"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD6972CC8CEC7B",
|
||||
"checksum": "13ac75861baf46cf5b05fd931e31e19700d1136ecc7ad9117d4cb1aa6b14d0b5"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD697342765547",
|
||||
"checksum": "21aa1fef51786aeea6e6fc0ee0e5cc12c2320a5702e42abe95fd9eaeb8cdd50d"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DD6973C97CE439",
|
||||
"checksum": "7efbfddba75041b770d72ed7c8a79db2243d65c97f5944d9f2e44fc0f4bdccbe"
|
||||
}
|
||||
},
|
||||
"0.3.127": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
48
manifests/trunk.json
generated
48
manifests/trunk.json
generated
@@ -19,10 +19,54 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.21.9"
|
||||
"version": "0.21.12"
|
||||
},
|
||||
"0.21": {
|
||||
"version": "0.21.9"
|
||||
"version": "0.21.12"
|
||||
},
|
||||
"0.21.12": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6D49B2E55F7A",
|
||||
"checksum": "683a3122e4cb37af57f4159e56c867611a88402839dc1f5bac81722dc3e47e3d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6D49B27100BB",
|
||||
"checksum": "9c6f2c3d4824e0ef16726526f3fbe48b291beead5e73e746f89025dd54235cf7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6D49B2AC405B",
|
||||
"checksum": "701ce9edbf3d63d15f7c0c6e7e80b1d27adfaf2e6d27d66ecff91e85500f2416"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD6D49B247AE41",
|
||||
"checksum": "c72083ae71826a7553bcd886587a24d2195e9d7c9e8506db249b9b8fc54848cb"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD6D49B24CB1B0",
|
||||
"checksum": "58c8d461bdbb07fde1e2679a2523b4ebde48186d625eb81f5e84c564983d73a0"
|
||||
}
|
||||
},
|
||||
"0.21.11": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6D0F12F56C95",
|
||||
"checksum": "4a1c0cd4a47b7bff471fd3cf677c90122f054084327d645007e4d663eabd33ee"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6D0F123D9A1E",
|
||||
"checksum": "2abed72f63f0e1ef52837044f459ef99a7d5cadf07ac1b61159b58d4192f9cbe"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6D0F12A708B0",
|
||||
"checksum": "70450441a9096f7d05cd6b3ce937caf7014dcb7870ead55558ee91422351c126"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD6D0F121703C9",
|
||||
"checksum": "3952302a1015455e94970a6a76db6e49630426ddf495e9c48f00262912706f27"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD6D0F12164155",
|
||||
"checksum": "7f41af13183fc7873a65b2974fa98dfd57f55e0c00f87bc5d2bba84ea73d426b"
|
||||
}
|
||||
},
|
||||
"0.21.9": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
63
manifests/typos.json
generated
63
manifests/typos.json
generated
@@ -16,13 +16,70 @@
|
||||
},
|
||||
"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.30.2"
|
||||
"version": "1.31.1"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.30.2"
|
||||
"version": "1.31.1"
|
||||
},
|
||||
"1.31": {
|
||||
"version": "1.31.1"
|
||||
},
|
||||
"1.31.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD705FD2718EFE",
|
||||
"checksum": "f683c2abeaff70379df7176110100e18150ecd17a4b9785c32908aca11929993"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD705FFB85D225",
|
||||
"checksum": "5e052ea461debbe03cfbdb2ed28cf0f12efdeda630cc23473db09ed795bf4f71"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD706045F84954",
|
||||
"checksum": "1a8b5a2f2f7aaf9d07ac9b4a2039b9ae38722e12fd4afd5a08d6bdc8435f4279"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD705FFA9F5B5F",
|
||||
"checksum": "a172195e1b1f1e011b3034913d1c87f0bbf0552a096b4ead0e3fa0620f4329cd"
|
||||
}
|
||||
},
|
||||
"1.31.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6E1D6EC2EAB2",
|
||||
"checksum": "3b11f5e3de56ecdc13fedc9425f201c83bd2dd045df938a166d7fed85d238faf"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6E1DD3A10AB4",
|
||||
"checksum": "a8ad3626ada0f9e944f8674a30244e371d0f71a7efe85140e2b5477f09500ae8"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6E1DF2C8E1CD",
|
||||
"checksum": "d1e38e393fefd8e9092b83772726337d44b742e5f17908a84da610426f584f29"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD6E1D52F48457",
|
||||
"checksum": "96684058f88bd8343aa992223c9937f399254eb5277f0d297d2ac7b022d990b7"
|
||||
}
|
||||
},
|
||||
"1.30": {
|
||||
"version": "1.30.2"
|
||||
"version": "1.30.3"
|
||||
},
|
||||
"1.30.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD6B0F304A78B6",
|
||||
"checksum": "6ec16ceb87a612c8706437d665783a6194bf98119b245abe40e122c6a04feb94"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD6B0F408165E9",
|
||||
"checksum": "9b00ca78d373eabaf0f9d06a9e9719aff6d336dcf5ab39bdc52c16eac978241e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD6B0F7183706C",
|
||||
"checksum": "008bbfe96ab4fbec343cc0a761367c90de42d6049f471f8c0feb1666bd319d02"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD6B0F40621A3E",
|
||||
"checksum": "4a62e43c3474ab82818d19982f624b2201595de04737046091e1cde71ad74370"
|
||||
}
|
||||
},
|
||||
"1.30.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
32
manifests/wash.json
generated
32
manifests/wash.json
generated
@@ -3,7 +3,37 @@
|
||||
"template": null,
|
||||
"license_markdown": "[Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.40.0"
|
||||
"version": "0.41.0"
|
||||
},
|
||||
"0.41": {
|
||||
"version": "0.41.0"
|
||||
},
|
||||
"0.41.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.41.0/wash-x86_64-unknown-linux-musl",
|
||||
"etag": "0x8DD68D8B94552DD",
|
||||
"checksum": "a9141c5f0d70d6e49d1dc5a0e9abc2d2036036d2a948863f91aa048e6dd5d79a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.41.0/wash-x86_64-apple-darwin",
|
||||
"etag": "0x8DD68D8B94D1256",
|
||||
"checksum": "5c306d83b97b052329257f99124d8959183195e3f1d32518ca3392abcc363258"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.41.0/wash-x86_64-pc-windows-msvc.exe",
|
||||
"etag": "0x8DD68D8B946D7D6",
|
||||
"checksum": "dec5234008073f5f9a95e92551808ba19dcf17eab88b64b3b4ae6357bf49e490"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.41.0/wash-aarch64-unknown-linux-musl",
|
||||
"etag": "0x8DD68D8B9377FD1",
|
||||
"checksum": "208eb1e8a00fc287148600486c030f21dda49b85f4e5dd27b6054705b93bf5dd"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.41.0/wash-aarch64-apple-darwin",
|
||||
"etag": "0x8DD68D8B93758E7",
|
||||
"checksum": "17bf805068a83ed09b1e22aa9a58fda1bb7f0cb1b6a61f5d02e5296165f1f20a"
|
||||
}
|
||||
},
|
||||
"0.40": {
|
||||
"version": "0.40.0"
|
||||
|
||||
34
manifests/wasmtime.json
generated
34
manifests/wasmtime.json
generated
@@ -28,7 +28,39 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "30.0.2"
|
||||
"version": "31.0.0"
|
||||
},
|
||||
"31": {
|
||||
"version": "31.0.0"
|
||||
},
|
||||
"31.0": {
|
||||
"version": "31.0.0"
|
||||
},
|
||||
"31.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DD67BF09F113DC",
|
||||
"checksum": "ba5f2aebd96d9d81bdb98e18ba6b98b9519c27256d37b1fce283dae00eef543e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD67BF0AF419E6",
|
||||
"checksum": "a85dc1ac5063464c83a1994e4199ee5c2fd65784f0fba288fb9fa47af5b3601b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD67BF0F65D465",
|
||||
"checksum": "cfc5a7b1fde73d808791dd266e9f36731dd68583bec5b2380c7cd9bc515b2470"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DD67BEFC04941D",
|
||||
"checksum": "efcef82b5f4d3a0c78bf14cd8827cef3d3be191c7ff05c5f6949386ff23802cf"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD67BEFD0CC47C",
|
||||
"checksum": "921edbf7217de0ee26d303c2013fc9050124b11c81093f5d96a096f504029b07"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DD67BEFF7175FE",
|
||||
"checksum": "b2ff06d8600f16e852795acc03beacf09282e52fbdbc56088b7026a3f82d33b0"
|
||||
}
|
||||
},
|
||||
"30": {
|
||||
"version": "30.0.2"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",
|
||||
"version_range": ">= 1.3.0",
|
||||
"broken": ["1.8.1"],
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
|
||||
@@ -14,7 +14,7 @@ cd -- "$(dirname -- "$0")"/..
|
||||
# - git 1.8+
|
||||
# - jq 1.6+
|
||||
# - npm (node 18+)
|
||||
# - python 3.5.3+
|
||||
# - python 3.6+ and pipx
|
||||
# - shfmt
|
||||
# - shellcheck
|
||||
# - cargo, rustfmt (if Rust code exists)
|
||||
@@ -69,7 +69,11 @@ check_diff() {
|
||||
should_fail=1
|
||||
fi
|
||||
else
|
||||
if ! git --no-pager diff --exit-code "$@" &>/dev/null; then
|
||||
local res
|
||||
res=$(git --no-pager diff --exit-code --name-only "$@" || true)
|
||||
if [[ -n "${res}" ]]; then
|
||||
warn "please commit changes made by formatter/generator if exists on the following files"
|
||||
print_fenced "${res}"$'\n'
|
||||
should_fail=1
|
||||
fi
|
||||
fi
|
||||
@@ -119,15 +123,6 @@ check_hidden() {
|
||||
sed_rhs_escape() {
|
||||
sed 's/\\/\\\\/g; s/\&/\\\&/g; s/\//\\\//g' <<<"$1"
|
||||
}
|
||||
venv_install_yq() {
|
||||
if [[ ! -e "${venv_bin}/yq${exe}" ]]; then
|
||||
if [[ ! -d .venv ]]; then
|
||||
"python${py_suffix}" -m venv .venv >&2
|
||||
fi
|
||||
info "installing yq to .venv using pip${py_suffix}"
|
||||
"${venv_bin}/pip${py_suffix}${exe}" install yq >&2
|
||||
fi
|
||||
}
|
||||
|
||||
if [[ $# -gt 0 ]]; then
|
||||
cat <<EOF
|
||||
@@ -137,19 +132,15 @@ EOF
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exe=''
|
||||
py_suffix=''
|
||||
if type -P python3 >/dev/null; then
|
||||
py_suffix=3
|
||||
fi
|
||||
venv_bin=.venv/bin
|
||||
yq() {
|
||||
venv_install_yq
|
||||
"${venv_bin}/yq${exe}" "$@"
|
||||
pipx run yq "$@"
|
||||
}
|
||||
tomlq() {
|
||||
venv_install_yq
|
||||
"${venv_bin}/tomlq${exe}" "$@"
|
||||
pipx run --spec yq tomlq "$@"
|
||||
}
|
||||
case "$(uname -s)" in
|
||||
Linux)
|
||||
@@ -187,8 +178,6 @@ case "$(uname -s)" in
|
||||
;;
|
||||
MINGW* | MSYS* | CYGWIN* | Windows_NT)
|
||||
ostype=windows
|
||||
exe=.exe
|
||||
venv_bin=.venv/Scripts
|
||||
if type -P jq >/dev/null; then
|
||||
# https://github.com/jqlang/jq/issues/1854
|
||||
_tmp=$(jq -r .a <<<'{}')
|
||||
@@ -200,12 +189,10 @@ case "$(uname -s)" in
|
||||
jq() { command jq "$@" | tr -d '\r'; }
|
||||
fi
|
||||
yq() {
|
||||
venv_install_yq
|
||||
"${venv_bin}/yq${exe}" "$@" | tr -d '\r'
|
||||
pipx run yq "$@" | tr -d '\r'
|
||||
}
|
||||
tomlq() {
|
||||
venv_install_yq
|
||||
"${venv_bin}/tomlq${exe}" "$@" | tr -d '\r'
|
||||
pipx run --spec yq tomlq "$@" | tr -d '\r'
|
||||
}
|
||||
fi
|
||||
fi
|
||||
@@ -219,7 +206,7 @@ exclude_from_ls_files=()
|
||||
# - `git submodule status` lists submodules. Use sed to remove the first character indicates status ( |+|-).
|
||||
# - `git ls-files --deleted` lists removed files.
|
||||
while IFS=$'\n' read -r line; do exclude_from_ls_files+=("${line}"); done < <({
|
||||
find . \! \( -name .git -prune \) \! \( -name target -prune \) \! \( -name .venv -prune \) \! \( -name tmp -prune \) -type l | cut -c3-
|
||||
find . \! \( -name .git -prune \) \! \( -name target -prune \) \! \( -name tmp -prune \) -type l | cut -c3-
|
||||
git submodule status | sed 's/^.//' | cut -d' ' -f2
|
||||
git ls-files --deleted
|
||||
} | LC_ALL=C sort -u)
|
||||
@@ -242,7 +229,7 @@ if [[ -n "$(ls_files '*.rs')" ]]; then
|
||||
info "checking Rust code style"
|
||||
check_config .rustfmt.toml "; consider adding with reference to https://github.com/taiki-e/cargo-hack/blob/HEAD/.rustfmt.toml"
|
||||
check_config .clippy.toml "; consider adding with reference to https://github.com/taiki-e/cargo-hack/blob/HEAD/.clippy.toml"
|
||||
if check_install cargo jq python3; then
|
||||
if check_install cargo jq python3 pipx; then
|
||||
# `cargo fmt` cannot recognize files not included in the current workspace and modules
|
||||
# defined inside macros, so run rustfmt directly.
|
||||
# We need to use nightly rustfmt because we use the unstable formatting options of rustfmt.
|
||||
@@ -597,7 +584,7 @@ if [[ -n "${res}" ]]; then
|
||||
print_fenced "${res}"$'\n'
|
||||
fi
|
||||
# TODO: chmod|chown
|
||||
res=$({ grep -En '(^|[^0-9A-Za-z\."'\''-])(basename|cat|cd|cp|dirname|ln|ls|mkdir|mv|pushd|rm|rmdir|tee|touch)( +-[0-9A-Za-z]+)* +[^<>\|-]' "${bash_files[@]}" || true; } | { grep -Ev '^[^ ]+: *(#|//)' || true; } | LC_ALL=C sort)
|
||||
res=$({ grep -En '(^|[^0-9A-Za-z\."'\''-])(basename|cat|cd|cp|dirname|ln|ls|mkdir|mv|pushd|rm|rmdir|tee|touch|kill|trap)( +-[0-9A-Za-z]+)* +[^<>\|-]' "${bash_files[@]}" || true; } | { grep -Ev '^[^ ]+: *(#|//)' || true; } | LC_ALL=C sort)
|
||||
if [[ -n "${res}" ]]; then
|
||||
error "use \`--\` before path(s): see https://github.com/koalaman/shellcheck/issues/2707 / https://github.com/koalaman/shellcheck/issues/2612 / https://github.com/koalaman/shellcheck/issues/2305 / https://github.com/koalaman/shellcheck/issues/2157 / https://github.com/koalaman/shellcheck/issues/2121 / https://github.com/koalaman/shellcheck/issues/314 for more"
|
||||
print_fenced "${res}"$'\n'
|
||||
@@ -800,7 +787,7 @@ elif check_install shellcheck; then
|
||||
# Exclude SC2096 due to the way the temporary script is created.
|
||||
shellcheck_exclude=SC2086,SC2096,SC2129
|
||||
info "running \`shellcheck --exclude ${shellcheck_exclude}\` for scripts in .github/workflows/*.yml and **/action.yml"
|
||||
if check_install jq python3; then
|
||||
if check_install jq python3 pipx; then
|
||||
shellcheck_for_gha() {
|
||||
local text=$1
|
||||
local shell=$2
|
||||
@@ -968,7 +955,7 @@ fi
|
||||
if [[ -f .cspell.json ]]; then
|
||||
info "spell checking"
|
||||
project_dictionary=.github/.cspell/project-dictionary.txt
|
||||
if check_install npm jq python3; then
|
||||
if check_install npm jq python3 pipx; then
|
||||
has_rust=''
|
||||
if [[ -n "$(ls_files '*Cargo.toml')" ]]; then
|
||||
has_rust=1
|
||||
|
||||
Reference in New Issue
Block a user