mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-23 15:50:40 +00:00
Compare commits
41 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6740f9eca9 | ||
|
|
410b8f9291 | ||
|
|
87ebcd4923 | ||
|
|
f9eee70b5f | ||
|
|
d2347103f7 | ||
|
|
f30eae9f71 | ||
|
|
5a168576ea | ||
|
|
77a913ad27 | ||
|
|
ee156309c7 | ||
|
|
02bd68d9a5 | ||
|
|
9dbe705023 | ||
|
|
1b95e9e5c1 | ||
|
|
444be83713 | ||
|
|
437c908c7e | ||
|
|
c130bf4f37 | ||
|
|
c4eb96f432 | ||
|
|
a3df29458d | ||
|
|
df5c67543b | ||
|
|
d45a16464d | ||
|
|
3e243d1e3c | ||
|
|
a55674144e | ||
|
|
939f4af960 | ||
|
|
cae470b2e1 | ||
|
|
da4cf652f1 | ||
|
|
3e1dd227d9 | ||
|
|
248ce9f5a9 | ||
|
|
d981a0b18f | ||
|
|
9d77129a8d | ||
|
|
375e0c7f08 | ||
|
|
b7019d6e1c | ||
|
|
4f9f9b2b14 | ||
|
|
bb30b77c17 | ||
|
|
f455ee9de1 | ||
|
|
a84e94e299 | ||
|
|
0903286832 | ||
|
|
4850f8149e | ||
|
|
42f4ec8e42 | ||
|
|
78b291a7e7 | ||
|
|
05515455a9 | ||
|
|
96603e07ba | ||
|
|
b3b1a769f7 |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -34,6 +34,11 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
tidy:
|
tidy:
|
||||||
uses: taiki-e/github-actions/.github/workflows/tidy.yml@main
|
uses: taiki-e/github-actions/.github/workflows/tidy.yml@main
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write # for gh pr edit --add-assignee
|
||||||
|
repository-projects: read # for gh pr edit --add-assignee
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
92
CHANGELOG.md
92
CHANGELOG.md
@@ -4,12 +4,86 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
This project adheres to [Semantic Versioning](https://semver.org).
|
This project adheres to [Semantic Versioning](https://semver.org).
|
||||||
|
|
||||||
|
Releases may yanked if there is a security bug, a soundness bug, or a regression.
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Note: In this file, do not use the hard wrap in the middle of a sentence for compatibility with GitHub comment style markdown rendering.
|
Note: In this file, do not use the hard wrap in the middle of a sentence for compatibility with GitHub comment style markdown rendering.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.44.49] - 2024-10-24
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.26.2.
|
||||||
|
|
||||||
|
## [2.44.48] - 2024-10-23
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.26.1.
|
||||||
|
|
||||||
|
## [2.44.47] - 2024-10-23
|
||||||
|
|
||||||
|
- Update `protoc@latest` to 3.28.3.
|
||||||
|
|
||||||
|
## [2.44.46] - 2024-10-22
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 26.0.0.
|
||||||
|
|
||||||
|
## [2.44.45] - 2024-10-22
|
||||||
|
|
||||||
|
- Update `syft@latest` to 1.14.2.
|
||||||
|
|
||||||
|
## [2.44.44] - 2024-10-21
|
||||||
|
|
||||||
|
- Update `shfmt@latest` to 3.10.0.
|
||||||
|
|
||||||
|
## [2.44.43] - 2024-10-19
|
||||||
|
|
||||||
|
- Update `dprint@latest` to 0.47.4.
|
||||||
|
|
||||||
|
## [2.44.42] - 2024-10-19
|
||||||
|
|
||||||
|
- Update `grcov@latest` to 0.8.20.
|
||||||
|
|
||||||
|
- Update `cargo-make@latest` to 0.37.23.
|
||||||
|
|
||||||
|
## [2.44.41] - 2024-10-19
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.103.
|
||||||
|
|
||||||
|
- Update `cargo-semver-checks@latest` to 0.36.0.
|
||||||
|
|
||||||
|
## [2.44.40] - 2024-10-17
|
||||||
|
|
||||||
|
- Update `biome@latest` to 1.9.4.
|
||||||
|
|
||||||
|
## [2.44.39] - 2024-10-16
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.102.
|
||||||
|
|
||||||
|
## [2.44.38] - 2024-10-16
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.101.
|
||||||
|
|
||||||
|
- Update `cargo-dinghy@latest` to 0.7.3.
|
||||||
|
|
||||||
|
## [2.44.37] - 2024-10-15
|
||||||
|
|
||||||
|
- Update `syft@latest` to 1.14.1.
|
||||||
|
|
||||||
|
## [2.44.36] - 2024-10-15
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.100.
|
||||||
|
|
||||||
|
## [2.44.35] - 2024-10-14
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.99.
|
||||||
|
|
||||||
|
## [2.44.34] - 2024-10-13
|
||||||
|
|
||||||
|
- Update `cargo-binstall@latest` to 1.10.8.
|
||||||
|
|
||||||
|
- Update `xh@latest` to 0.23.0.
|
||||||
|
|
||||||
## [2.44.33] - 2024-10-12
|
## [2.44.33] - 2024-10-12
|
||||||
|
|
||||||
- Update `cargo-llvm-cov@latest` to 0.6.14.
|
- Update `cargo-llvm-cov@latest` to 0.6.14.
|
||||||
@@ -2888,7 +2962,23 @@ 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.44.33...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.49...HEAD
|
||||||
|
[2.44.49]: https://github.com/taiki-e/install-action/compare/v2.44.48...v2.44.49
|
||||||
|
[2.44.48]: https://github.com/taiki-e/install-action/compare/v2.44.47...v2.44.48
|
||||||
|
[2.44.47]: https://github.com/taiki-e/install-action/compare/v2.44.46...v2.44.47
|
||||||
|
[2.44.46]: https://github.com/taiki-e/install-action/compare/v2.44.45...v2.44.46
|
||||||
|
[2.44.45]: https://github.com/taiki-e/install-action/compare/v2.44.44...v2.44.45
|
||||||
|
[2.44.44]: https://github.com/taiki-e/install-action/compare/v2.44.43...v2.44.44
|
||||||
|
[2.44.43]: https://github.com/taiki-e/install-action/compare/v2.44.42...v2.44.43
|
||||||
|
[2.44.42]: https://github.com/taiki-e/install-action/compare/v2.44.41...v2.44.42
|
||||||
|
[2.44.41]: https://github.com/taiki-e/install-action/compare/v2.44.40...v2.44.41
|
||||||
|
[2.44.40]: https://github.com/taiki-e/install-action/compare/v2.44.39...v2.44.40
|
||||||
|
[2.44.39]: https://github.com/taiki-e/install-action/compare/v2.44.38...v2.44.39
|
||||||
|
[2.44.38]: https://github.com/taiki-e/install-action/compare/v2.44.37...v2.44.38
|
||||||
|
[2.44.37]: https://github.com/taiki-e/install-action/compare/v2.44.36...v2.44.37
|
||||||
|
[2.44.36]: https://github.com/taiki-e/install-action/compare/v2.44.35...v2.44.36
|
||||||
|
[2.44.35]: https://github.com/taiki-e/install-action/compare/v2.44.34...v2.44.35
|
||||||
|
[2.44.34]: https://github.com/taiki-e/install-action/compare/v2.44.33...v2.44.34
|
||||||
[2.44.33]: https://github.com/taiki-e/install-action/compare/v2.44.32...v2.44.33
|
[2.44.33]: https://github.com/taiki-e/install-action/compare/v2.44.32...v2.44.33
|
||||||
[2.44.32]: https://github.com/taiki-e/install-action/compare/v2.44.31...v2.44.32
|
[2.44.32]: https://github.com/taiki-e/install-action/compare/v2.44.31...v2.44.32
|
||||||
[2.44.31]: https://github.com/taiki-e/install-action/compare/v2.44.30...v2.44.31
|
[2.44.31]: https://github.com/taiki-e/install-action/compare/v2.44.30...v2.44.31
|
||||||
|
|||||||
32
manifests/biome.json
generated
32
manifests/biome.json
generated
@@ -36,13 +36,39 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT)",
|
"license_markdown": "[Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.9.3"
|
"version": "1.9.4"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.9.3"
|
"version": "1.9.4"
|
||||||
},
|
},
|
||||||
"1.9": {
|
"1.9": {
|
||||||
"version": "1.9.3"
|
"version": "1.9.4"
|
||||||
|
},
|
||||||
|
"1.9.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEED40A07FEFE",
|
||||||
|
"checksum": "02ca13dcbb5d78839e743b315b03c8c8832fa8178bb81c5e29ae5ad45ce96b82"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEED40A1080E8",
|
||||||
|
"checksum": "ea7b814a783fe2333a88dc12c13ae716033df23db78a110b761ad974cf567ba8"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCEED40A23F311",
|
||||||
|
"checksum": "f41b4f3ff2e6366926f932ed8c07849f81c5d08b74394bf78de1d88ba0f2c807"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCEED40A3FC035",
|
||||||
|
"checksum": "d34937f7b5a6f816af289e972bfd49827921ed43f44547f78180f3e4f539cc41"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCEED40A09F88F",
|
||||||
|
"checksum": "c68f2cbe09e9485426a749353a155b1d22c130c6ccdadc7772d603eb247b9a9d"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCEED40A04CE3C",
|
||||||
|
"checksum": "fb84cab7f614258b3f6868635ada27391380753b807e3d112a054bc78cc8a948"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.9.3": {
|
"1.9.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
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)",
|
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.10.7"
|
"version": "1.10.8"
|
||||||
},
|
},
|
||||||
"1.10.7": {
|
"1.10.8": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DCE46FE64C39A7",
|
"etag": "0x8DCEB238A1A6DB8",
|
||||||
"checksum": "cb9762f30d376b439d5bea5ffba3f91db1c2e9b9f537427bdfb8f0dbbd839317"
|
"checksum": "d5fa990d527a637176128df63456ef70f91062e9126dbacef6a341bdd5ce0b50"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
"etag": "0x8DCE46F6F7A7FA8",
|
"etag": "0x8DCEB233DABA9F3",
|
||||||
"checksum": "a289034b1c9031c4846b7f3c6a57c18e832fde2f0cd264db877f08cfbb6310a2"
|
"checksum": "ad0c4b4662154a57970a02adb70024bf6b89c51a315d45de49085fe4a42c1071"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"etag": "0x8DCE4709F56152E",
|
"etag": "0x8DCEB24ED18DC49",
|
||||||
"checksum": "e9b5202e0862b5b3926e6c0a3e279dfe68f620ef400672214dfb121952077612"
|
"checksum": "8e4c018a981e7148f13713c0a9bf7a15dd93f45bbae32a9527456c3d1ddb3ad0"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
"etag": "0x8DCE46F78022F9F",
|
"etag": "0x8DCEB23513847DB",
|
||||||
"checksum": "543e9ceec49f76443f34bce088e866ad1c6592d6d811791494e085d22c0f47ee"
|
"checksum": "8054586d376545e7296c9ce8b55d4aac9641d4a95a28330a08f40c336b12b6ba"
|
||||||
},
|
},
|
||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"etag": "0x8DCE46F9F6537CF",
|
"etag": "0x8DCEB237DC496B6",
|
||||||
"checksum": "33dd31bbaea843d3f289f9fecc673c6a0867d2134d5afcd4e178ef0ca54316d3"
|
"checksum": "23a27d534c98fed95e88c320fd7de154f851af7bce9100eed15e72fee316804c"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
"etag": "0x8DCE4702BDCAF73",
|
"etag": "0x8DCEB248B203E6A",
|
||||||
"checksum": "688e5ef881ee668b1b970974b58b5892225505d49c8e98b5ecbef701e040db6e"
|
"checksum": "e21b1821e3964d58ac568da8d001f88fc858e3ce4632e6e3f18d0fb9dda5c14a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
14
manifests/cargo-dinghy.json
generated
14
manifests/cargo-dinghy.json
generated
@@ -12,10 +12,20 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.7.2"
|
"version": "0.7.3"
|
||||||
},
|
},
|
||||||
"0.7": {
|
"0.7": {
|
||||||
"version": "0.7.2"
|
"version": "0.7.3"
|
||||||
|
},
|
||||||
|
"0.7.3": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEDC4F45BF8E0",
|
||||||
|
"checksum": "a7fed1db91a4903949ec2205e9ca45c9511b5ef823ce4d75f3c07d403dfc49db"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEDC5104E1195",
|
||||||
|
"checksum": "4cccd564c4d23caa8b91364e30e4e6d5afdbdb38e81168f319e98eb7e78bc6be"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.7.2": {
|
"0.7.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
22
manifests/cargo-make.json
generated
22
manifests/cargo-make.json
generated
@@ -20,10 +20,28 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE)",
|
"license_markdown": "[Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.37.22"
|
"version": "0.37.23"
|
||||||
},
|
},
|
||||||
"0.37": {
|
"0.37": {
|
||||||
"version": "0.37.22"
|
"version": "0.37.23"
|
||||||
|
},
|
||||||
|
"0.37.23": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF02E6EE46846",
|
||||||
|
"checksum": "be4f912ae94cf7141e9da71b7c0e5881281bfccd56b4663c9e53c900b0f5ab48"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF02E2558DAFF",
|
||||||
|
"checksum": "1d8c369ef15bf4fbf7dd6c2fb3e1355517b21491ef71e66c7c3fbbb2940ba0dc"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF02E98B373A0",
|
||||||
|
"checksum": "1e6fac8ce7c332e4b7bf25b7b0c18f444bc396cdb08086e1b0225d82554ac58f"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF02E35A3F566",
|
||||||
|
"checksum": "c49a8c3c7fb208a04c2a875391bcfaf52e1c397509320cc93c0f13ecfea3a782"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.37.22": {
|
"0.37.22": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
6
manifests/cargo-rdme.json
generated
6
manifests/cargo-rdme.json
generated
@@ -21,6 +21,12 @@
|
|||||||
"1.4": {
|
"1.4": {
|
||||||
"version": "1.4.2"
|
"version": "1.4.2"
|
||||||
},
|
},
|
||||||
|
"1.4.5": {
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF3B9BC0D4C9C",
|
||||||
|
"checksum": "d3a7d8952c2b71159af47ac88bdbc61de91a36382f810663f35499e5a830e033"
|
||||||
|
}
|
||||||
|
},
|
||||||
"1.4.4": {
|
"1.4.4": {
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"etag": "0x8DC897D83E337FF",
|
"etag": "0x8DC897D83E337FF",
|
||||||
|
|||||||
23
manifests/cargo-semver-checks.json
generated
23
manifests/cargo-semver-checks.json
generated
@@ -16,7 +16,28 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
|
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.35.0"
|
"version": "0.36.0"
|
||||||
|
},
|
||||||
|
"0.36": {
|
||||||
|
"version": "0.36.0"
|
||||||
|
},
|
||||||
|
"0.36.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEF842EB48228",
|
||||||
|
"checksum": "100ad4bd66cda0d50ee34745f75677db0ed040a8ce93a02e8e63421635bd102d"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEF8400445A44",
|
||||||
|
"checksum": "f758e2df542cad91303099c329d4f65cfc885d4b3a12c1b0452924f2c7d62aee"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCEF84E967A078",
|
||||||
|
"checksum": "ea9c6c6ecb212843dbd649ce8fc2c323b68c11d99df76fcbfa347a69b606a8aa"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCEF83F9D34219",
|
||||||
|
"checksum": "369a6ae2330db638ea3bb79f1bfe12efe7456e004ec5af253d72ca6af82b9546"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.35": {
|
"0.35": {
|
||||||
"version": "0.35.0"
|
"version": "0.35.0"
|
||||||
|
|||||||
26
manifests/dprint.json
generated
26
manifests/dprint.json
generated
@@ -25,10 +25,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.47.2"
|
"version": "0.47.4"
|
||||||
},
|
},
|
||||||
"0.47": {
|
"0.47": {
|
||||||
"version": "0.47.2"
|
"version": "0.47.4"
|
||||||
|
},
|
||||||
|
"0.47.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF0701CE8BD49",
|
||||||
|
"checksum": "f43c768656e8024812222a238391601ad8db8e095fa87068e0d5c9c6176cb96a"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF0701CE1E72C",
|
||||||
|
"checksum": "16f360c526c14c070ab618cf6c36ff9c8bf5b32c7e07a0c0c9b58d91697b4a40"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF0701CDF78E3",
|
||||||
|
"checksum": "d91d0a6e607f06ee06fe2b01a6f602e2ace14d44e1d6f11ec6b3f1e0887a6fd6"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCF0701CE6C3AD",
|
||||||
|
"checksum": "3b009c51c85336058672b4be54d4bdb044b7f9bbd570d51802449c1eac18ef6c"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF0701CDB5ED2",
|
||||||
|
"checksum": "522783119d1ab52164ff2aaea2072c1578a7b8988156a0add06d370eb58d439e"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.47.2": {
|
"0.47.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/grcov.json
generated
26
manifests/grcov.json
generated
@@ -19,10 +19,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MPL-2.0](https://github.com/mozilla/grcov/blob/HEAD/LICENSE-MPL-2.0)",
|
"license_markdown": "[MPL-2.0](https://github.com/mozilla/grcov/blob/HEAD/LICENSE-MPL-2.0)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.8.19"
|
"version": "0.8.20"
|
||||||
},
|
},
|
||||||
"0.8": {
|
"0.8": {
|
||||||
"version": "0.8.19"
|
"version": "0.8.20"
|
||||||
|
},
|
||||||
|
"0.8.20": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEC5E155652B7",
|
||||||
|
"checksum": "9fa59024f3ed5ab1058fe14788a77b6ef0e7830c66ee87c695ad075da5e477ec"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEC5E13AB200C",
|
||||||
|
"checksum": "4e11796998e8f71e409355b5023350ef260cab1913ef6a44c5af8e12613153d7"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCEC5E1436E422",
|
||||||
|
"checksum": "619df1679f5ea8556566b09833d4c097f899ed9f295339f87eb33709cfdcf50f"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCEC5E131CEDB4",
|
||||||
|
"checksum": "359511b0a612827aa31fb1adafc73b1032b8d5fe6188ff934efc52f2a32087fe"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCEC5E117CD229",
|
||||||
|
"checksum": "4921f30488cd3a4d5feb094cb132addbcd073eb67a87d6bde95f5827e6bd54ab"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.8.19": {
|
"0.8.19": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
33
manifests/protoc.json
generated
33
manifests/protoc.json
generated
@@ -3,13 +3,40 @@
|
|||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.28.2"
|
"version": "3.28.3"
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"version": "3.28.2"
|
"version": "3.28.3"
|
||||||
},
|
},
|
||||||
"3.28": {
|
"3.28": {
|
||||||
"version": "3.28.2"
|
"version": "3.28.3"
|
||||||
|
},
|
||||||
|
"3.28.3": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-linux-x86_64.zip",
|
||||||
|
"etag": "0x8DCF2F223B49540",
|
||||||
|
"checksum": "0ad949f04a6a174da83cdcbdb36dee0a4925272a5b6d83f79a6bf9852076d53f"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-osx-x86_64.zip",
|
||||||
|
"etag": "0x8DCF2F223D3455C",
|
||||||
|
"checksum": "97fe5d442090b4dbc23cd1384fb9b444fa1dc6e67d15bb5e1fe4de0da7638b20"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-win64.zip",
|
||||||
|
"etag": "0x8DCF2F2244708C9",
|
||||||
|
"checksum": "ce64f49bdeddef49ce4bd313a8f59bcf92fcf67b5831efbf66170386d2e66948"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-linux-aarch_64.zip",
|
||||||
|
"etag": "0x8DCF2F2236D550C",
|
||||||
|
"checksum": "1de522032a8b194002fe35cab86d747848238b5e4de4f99648372079f5b46f9a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-osx-aarch_64.zip",
|
||||||
|
"etag": "0x8DCF2F223BAA8DC",
|
||||||
|
"checksum": "92ceefda6a7293ec014e6ecac82d64719357145cb6fc2865badadeb5e62c0431"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"3.28.2": {
|
"3.28.2": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
134
manifests/release-plz.json
generated
134
manifests/release-plz.json
generated
@@ -22,10 +22,140 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.98"
|
"version": "0.3.103"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.98"
|
"version": "0.3.103"
|
||||||
|
},
|
||||||
|
"0.3.103": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEFB3EB30FB21",
|
||||||
|
"checksum": "21455a2c7780c57febbfe035a6eea9fa98046fefe9a2debc80cf8ef4b40afcfb"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEFB4738A445B",
|
||||||
|
"checksum": "1b5fb7987b4a5098db7dc3041ee716eeb0df8df4911993a169254ce30ff04a92"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCEFB47BAB9012",
|
||||||
|
"checksum": "1280440fea424a27d6df5ac022998058fb0a73f0f290081719de6eb95e9a5f82"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCEFB3FB312D15",
|
||||||
|
"checksum": "783798801f0573a07e0150a06008b0e4ea2bf4cab8bff981f769f16aa703d53a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCEFB4B2904021",
|
||||||
|
"checksum": "3b3cbaa4bf0d85bf9faa964356f428036f4571cbfd6c5ee6f1a983a8e64fafd0"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCEFB4830CD501",
|
||||||
|
"checksum": "4ec5e38456700b59d45dec03ee9b229b2b1331c9353b6785d0461f7d1ea0fd49"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.3.102": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEDDFDC10C409",
|
||||||
|
"checksum": "dd4c253fcfc19195a2a09c937c8931364651758188459b3e97bf4658c0bd68ef"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEDE0682E47C2",
|
||||||
|
"checksum": "bed7634491d56200e757f41a5534da0ff77c75b1761fde1e08c0d7e4a7f86c18"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCEDE0B90421B0",
|
||||||
|
"checksum": "b028066cef340231513e63aa09f5d461c67c31cf60de41c7770c43d30867f7c3"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCEDDFD3DD8C3A",
|
||||||
|
"checksum": "804605cd8927167d9049830a5069b5fe1b4ee9649bce255b4417562fe62e0829"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCEDE095763058",
|
||||||
|
"checksum": "6239a745d3fc33e971005d572326e8984f46624cb16ef0c747388c55cae5ffb1"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCEDE07ADBF21A",
|
||||||
|
"checksum": "9cb4ef3a311c91dd2440a5269211c6923e33a59598adf53144fd0121be5e47a4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.3.101": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEDC8B2FD001E",
|
||||||
|
"checksum": "7fe4f435a9ca929ac4c55ffb9cb3d42072f493d27347d7f145ede53de7d007f4"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEDC9194C588B",
|
||||||
|
"checksum": "ca61bcc6bb40ad89f002dce2fb1d2b591c4078c904ee78af95550d861794bf36"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCEDC9CC5F3F41",
|
||||||
|
"checksum": "fd97f63ec05121d35cd08fb76e6ad6236cd03e49425a452e6a020b41f7d29de0"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCEDC8C30A6BC8",
|
||||||
|
"checksum": "3e66388484bb9b9102a9835c710665e16301f8dcb4097bed46c7024d35ea6820"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCEDC95296587E",
|
||||||
|
"checksum": "18412fd835e9e0d019bf1c98c3ddcfd8299cd1def9afd135ada5f5d269ea9e91"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCEDC95B3595E5",
|
||||||
|
"checksum": "2c819af99030aace38b1de6191c9e2c42f464350b484c11c1f6f06b254a6dea1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.3.100": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCECFD30A6E77E",
|
||||||
|
"checksum": "e3f89f9fe5883f777147fdca89ea27fb6fe8d979b282e42a0862df6a82580e2a"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCECFDF5274661",
|
||||||
|
"checksum": "54de0c097765ce186a42ebd2ce5c8dce775f9f90b5682a6edf353566bb9c2fce"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCECFDE6FA0BF4",
|
||||||
|
"checksum": "393231b619adb6761fab4dc61309faac410bc71dae88ccbb3f1ca192ab74a60d"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCECFD4A228632",
|
||||||
|
"checksum": "8e9cca3beab3e867bed8a05759cca51f245681e41949d05247a8a75ebb7784f2"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCECFE09CA75E7",
|
||||||
|
"checksum": "2be4f43f08c71fb3c9a1e3d34a70114cba667c53ea80aefd480665e50a744bab"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCECFE31902B53",
|
||||||
|
"checksum": "67c862e2dcd8caadf9e51c7156a0979970cdba1b91d8077a154773a5dce7e8c9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.3.99": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEBD1800AA816",
|
||||||
|
"checksum": "e87768b16065efe5556cb098050017742c7f1b18ef254501269311495ea3a11e"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEBD1B09E0ACD",
|
||||||
|
"checksum": "bebd6b93cf0bc83b1fd2d19f82c636490cf3b42fef9220cca9aa16635a04a1a9"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCEBD253B20C89",
|
||||||
|
"checksum": "c61f0fd79dc0d44ba7a48dee20589eef93050b1c5a5e5b611004ce6cc21cee4c"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCEBD18AA3562E",
|
||||||
|
"checksum": "68bc639ab42f789011380b79419c393f700b8fc290d52d9654f605349d9f4cc5"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCEBD1AA9A2F8D",
|
||||||
|
"checksum": "54eed962f0a4577fdcc16efe4439995988c6349b54af2364de265075fbca1f37"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCEBD25EBE054C",
|
||||||
|
"checksum": "144cea1ab71088180c2f023c094fa8e394e22bc49c81526e18be37c6cf0a86f6"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.3.98": {
|
"0.3.98": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
29
manifests/shfmt.json
generated
29
manifests/shfmt.json
generated
@@ -19,10 +19,35 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE)",
|
"license_markdown": "[BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.9.0"
|
"version": "3.10.0"
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"version": "3.9.0"
|
"version": "3.10.0"
|
||||||
|
},
|
||||||
|
"3.10": {
|
||||||
|
"version": "3.10.0"
|
||||||
|
},
|
||||||
|
"3.10.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF147B60D9F66",
|
||||||
|
"checksum": "1f57a384d59542f8fac5f503da1f3ea44242f46dff969569e80b524d64b71dbc"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF147B5BEC692",
|
||||||
|
"checksum": "ef8d970b3f695a7e8e7d40730eedd2d935ab9599f78a365f319c515bc59d4c83"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF147B43AEC35",
|
||||||
|
"checksum": "6e4c6acd38de7b4b1ba8f8082b9e688df8c9b861d3f8b2e7bb1b7270201a3587"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCF147B4F57B2C",
|
||||||
|
"checksum": "9d23013d56640e228732fd2a04a9ede0ab46bc2d764bf22a4a35fb1b14d707a8"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF147B56378B6",
|
||||||
|
"checksum": "86030533a823c0a7cd92dee0f74094e5b901c3277b43def6337d5e19e56fe553"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"3.9": {
|
"3.9": {
|
||||||
"version": "3.9.0"
|
"version": "3.9.0"
|
||||||
|
|||||||
50
manifests/syft.json
generated
50
manifests/syft.json
generated
@@ -24,13 +24,57 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.14.0"
|
"version": "1.14.2"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.14.0"
|
"version": "1.14.2"
|
||||||
},
|
},
|
||||||
"1.14": {
|
"1.14": {
|
||||||
"version": "1.14.0"
|
"version": "1.14.2"
|
||||||
|
},
|
||||||
|
"1.14.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF1F59B5B0BA5",
|
||||||
|
"checksum": "8fea5191eb749805dc891e4cc7942341ebc95e40b32a4d74647fa7bf6b00cd26"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF1F59BDDD94F",
|
||||||
|
"checksum": "425657cb763ed262e69460eee07b0e8332e54c3daca771237b4a88c3de7f1648"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF1F59BED3161",
|
||||||
|
"checksum": "376e54218258a8aa0dbfae1e1574586c113b9a0c09291957c444a43f1280cfe5"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCF1F59B54F806",
|
||||||
|
"checksum": "c095dcf3cb3407e74a6481f67d24eb6a589e8aa88c1d0a4e4626b5c025be78bf"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF1F59BE65B44",
|
||||||
|
"checksum": "db7397a6d607531cfd730a7c2359ebce748f112dd92a99744b8a6f6af6525d03"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"1.14.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCED1B03AA2C53",
|
||||||
|
"checksum": "3feb88479405252b84a55de6e36fec49ec7bd8981ca145af17b369d7836cfd7b"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCED1B04586D1A",
|
||||||
|
"checksum": "f288459e092637f8f479aa506799b028d55f71ce0861016589cc38fad98c6013"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCED1B0458E1C0",
|
||||||
|
"checksum": "2831d9917107b4810923602ea39741adecf05d39a280ecea5949db1644936238"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCED1B03A5C47E",
|
||||||
|
"checksum": "1e556741aad65896efa7eeec4dce340e244b254961dc8d9ef5c344ff5ef53170"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCED1B0444D409",
|
||||||
|
"checksum": "dedf70d7b3b7ed58347a176419c3a5bfb181fbeb3341964bfff7c174929b6834"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.14.0": {
|
"1.14.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
42
manifests/typos.json
generated
42
manifests/typos.json
generated
@@ -16,13 +16,49 @@
|
|||||||
},
|
},
|
||||||
"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)",
|
"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": {
|
"latest": {
|
||||||
"version": "1.26.0"
|
"version": "1.26.2"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.26.0"
|
"version": "1.26.2"
|
||||||
},
|
},
|
||||||
"1.26": {
|
"1.26": {
|
||||||
"version": "1.26.0"
|
"version": "1.26.2"
|
||||||
|
},
|
||||||
|
"1.26.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF4332DD2D11A",
|
||||||
|
"checksum": "e064c78de2cd25b229b79953285b9b1e9547c098ed3d9854fe16cafe2705acd9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF4333F16F1A7",
|
||||||
|
"checksum": "aae19a7b044f846ac9ecf920e1678465ce34a15a6243073e9e10acc36c92e553"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF4336C8EEB45",
|
||||||
|
"checksum": "adb0eb1d548fef2a62592a29b1ae1b67c71b00403b6486e78fca621808ae6a3f"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF4333E560148",
|
||||||
|
"checksum": "a0e49f4e6750c40b699b1037fe463ca86c6ce2b2de4cf34f2363284306d5d3e0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"1.26.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF34D5F2D8CE1",
|
||||||
|
"checksum": "a81c5db90ec72072ddcaa2e5bc1af1b43ba57cd47e4217016408b57e37b96174"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF34D56F43F31",
|
||||||
|
"checksum": "93db2d42d9b033cc907f705d36fa919801c4711ce201bd8ed66fd7a5d94827c8"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF34D9629D61C",
|
||||||
|
"checksum": "902bdf73f4871d0ba00d8b50419ad88cb1eb693373dd795ff87d5f223ef45c13"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF34D66759AFC",
|
||||||
|
"checksum": "be4af63226e32a1b50d0905246680fca272c030c830fdb7ed139fbe4e081b6d0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.26.0": {
|
"1.26.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
38
manifests/wasmtime.json
generated
38
manifests/wasmtime.json
generated
@@ -20,11 +20,47 @@
|
|||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-macos.tar.xz",
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-macos.tar.xz",
|
||||||
"bin": "wasmtime-v${version}-aarch64-macos/wasmtime"
|
"bin": "wasmtime-v${version}-aarch64-macos/wasmtime"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-windows.zip",
|
||||||
|
"bin": "wasmtime-v${version}-aarch64-windows/wasmtime.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "25.0.2"
|
"version": "26.0.0"
|
||||||
|
},
|
||||||
|
"26": {
|
||||||
|
"version": "26.0.0"
|
||||||
|
},
|
||||||
|
"26.0": {
|
||||||
|
"version": "26.0.0"
|
||||||
|
},
|
||||||
|
"26.0.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DCF2AD897282BD",
|
||||||
|
"checksum": "0ec6d1b8c51a7e3c5b2d4533eb79c42ec704148cee11b09b67afb52a3dbe77e9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF2AD8A94FB9D",
|
||||||
|
"checksum": "bd9801daaad23a908fbba2d42ca9deadb27a7d3d9f6e0353067edbcff8728c5f"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF2AD8F83E609",
|
||||||
|
"checksum": "7774ba583bf3a6016a202bcfce3fe12f2bf27095493e8e1988bc9f4debb1f619"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DCF2AD7A0DD7A1",
|
||||||
|
"checksum": "98166181950ec4f9591081468f7b94f176fe2e8f57c46b82328f9d68cd750d60"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF2AD7B1152B6",
|
||||||
|
"checksum": "0c98207e181ac2e256aec5e46e8c71f1bf5f38be9472c98d73d7dbb1ff38d6d0"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCF2AD81EA559A",
|
||||||
|
"checksum": "af88a82d1af8b63291ae9b92412363e132d9b15b56a4be17022c3728d50728e0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"25": {
|
"25": {
|
||||||
"version": "25.0.2"
|
"version": "25.0.2"
|
||||||
|
|||||||
27
manifests/xh.json
generated
27
manifests/xh.json
generated
@@ -24,7 +24,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/ducaale/xh/blob/master/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/ducaale/xh/blob/master/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.22.2"
|
"version": "0.23.0"
|
||||||
|
},
|
||||||
|
"0.23": {
|
||||||
|
"version": "0.23.0"
|
||||||
|
},
|
||||||
|
"0.23.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEB0514501529",
|
||||||
|
"checksum": "79fb00506a53ae2bbc490e4690c75d488ff029e06f8e7835095d1c680103488a"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEB0504807C07",
|
||||||
|
"checksum": "cedfb95e23ff56f40e481a3431c5a7e37e4e4d53d43fb3e3cdf2d75b23c26376"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCEB062C0639CE",
|
||||||
|
"checksum": "e871e25ad91c78c6a944bf993cd71cf845f2dc4cac649d1b2fa337ec1acc2caf"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCEB050333C7BB",
|
||||||
|
"checksum": "c3e7d0d019b0423241c9e4d367811f68f68a38cb003190c9bbe6f4c024c70eeb"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCEB04D7763AAA",
|
||||||
|
"checksum": "2ee3e65c109297edb06e69d7e2254cad3bf44c1a81a3a6ed62d96006eb3d355b"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.22": {
|
"0.22": {
|
||||||
"version": "0.22.2"
|
"version": "0.22.2"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"repository": "https://github.com/orium/cargo-rdme",
|
"repository": "https://github.com/orium/cargo-rdme",
|
||||||
"tag_prefix": "v",
|
"tag_prefix": "v",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"broken": ["1.4.3", "1.4.4"],
|
"broken": ["1.4.3", "1.4.4", "1.4.5"],
|
||||||
"platform": {
|
"platform": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"asset_name": "${package}_v${version}_${rust_target}.tar.bz2"
|
"asset_name": "${package}_v${version}_${rust_target}.tar.bz2"
|
||||||
|
|||||||
@@ -11,6 +11,9 @@
|
|||||||
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
|
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
|
||||||
},
|
},
|
||||||
"aarch64_linux_gnu": {},
|
"aarch64_linux_gnu": {},
|
||||||
"aarch64_macos": {}
|
"aarch64_macos": {},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -418,8 +418,10 @@ EOF
|
|||||||
if [[ -n "${dependencies_words:-}" ]]; then
|
if [[ -n "${dependencies_words:-}" ]]; then
|
||||||
echo $'\n'"${dependencies_words}" >>.github/.cspell/rust-dependencies.txt
|
echo $'\n'"${dependencies_words}" >>.github/.cspell/rust-dependencies.txt
|
||||||
fi
|
fi
|
||||||
|
if [[ -z "${REMOVE_UNUSED_WORDS:-}" ]]; then
|
||||||
check_diff .github/.cspell/rust-dependencies.txt
|
check_diff .github/.cspell/rust-dependencies.txt
|
||||||
if ! grep -Eq "^\.github/\.cspell/rust-dependencies.txt linguist-generated" .gitattributes; then
|
fi
|
||||||
|
if ! grep -Fq '.github/.cspell/rust-dependencies.txt linguist-generated' .gitattributes; then
|
||||||
error "you may want to mark .github/.cspell/rust-dependencies.txt linguist-generated"
|
error "you may want to mark .github/.cspell/rust-dependencies.txt linguist-generated"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -443,17 +445,31 @@ EOF
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Make sure the project-specific dictionary does not contain unused words.
|
# Make sure the project-specific dictionary does not contain unused words.
|
||||||
|
if [[ -n "${REMOVE_UNUSED_WORDS:-}" ]]; then
|
||||||
|
grep_args=()
|
||||||
|
for word in $(grep -Ev '^//.*' "${project_dictionary}" || true); do
|
||||||
|
if ! grep -Eqi "^${word}$" <<<"${all_words}"; then
|
||||||
|
grep_args+=(-e "^${word}$")
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
if [[ ${#grep_args[@]} -gt 0 ]]; then
|
||||||
|
info "removing unused words from ${project_dictionary}"
|
||||||
|
res=$(grep -Ev "${grep_args[@]}" "${project_dictionary}")
|
||||||
|
printf '%s\n' "${res}" >|"${project_dictionary}"
|
||||||
|
fi
|
||||||
|
else
|
||||||
unused=''
|
unused=''
|
||||||
for word in $(grep -v '//.*' "${project_dictionary}" || true); do
|
for word in $(grep -Ev '^//.*' "${project_dictionary}" || true); do
|
||||||
if ! grep <<<"${all_words}" -Eq -i "^${word}$"; then
|
if ! grep -Eqi "^${word}$" <<<"${all_words}"; then
|
||||||
unused+="${word}"$'\n'
|
unused+="${word}"$'\n'
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [[ -n "${unused}" ]]; then
|
if [[ -n "${unused}" ]]; then
|
||||||
error "unused words in dictionaries; please remove the following words from ${project_dictionary}"
|
error "unused words in dictionaries; please remove the following words from ${project_dictionary} or run ${0##*/} with REMOVE_UNUSED_WORDS=1"
|
||||||
echo "======================================="
|
printf '=======================================\n'
|
||||||
echo -n "${unused}"
|
printf '%s' "${unused}"
|
||||||
echo "======================================="
|
printf '=======================================\n'
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user