Compare commits

...

24 Commits

Author SHA1 Message Date
Taiki Endo
d4635f2de6 Release 2.49.45 2025-04-07 07:00:06 +09:00
Taiki Endo
fcc9c5e18c Update knope@latest to 0.19.2 2025-04-07 06:10:32 +09:00
Taiki Endo
256c1d84e7 Update cargo-binstall@latest to 1.12.3 2025-04-06 15:14:13 +09:00
Taiki Endo
57554aa960 Update knope manifest 2025-04-06 09:33:15 +09:00
Taiki Endo
f1390fd0d8 Release 2.49.44 2025-04-04 07:34:59 +09:00
Taiki Endo
537312ee19 codegen: Exclude versions not released on crates.io from candidate for "latest" 2025-04-04 07:33:46 +09:00
Taiki Endo
95bd642ae8 Revert "codegen: Mark cargo-lambda 1.8.1 as broken"
It has been released in crates.io.
https://crates.io/crates/cargo-lambda/1.8.1

This reverts commit 3aab944b2c.
2025-04-04 07:33:46 +09:00
Taiki Endo
bd89d20437 Update grcov@latest to 0.8.24 2025-04-03 21:19:10 +09:00
Taiki Endo
418c945d4e Update osv-scanner@latest to 2.0.1 2025-04-03 15:16:15 +09:00
Taiki Endo
e46c0f3a1c Update cargo-lambda manifest 2025-04-03 15:16:15 +09:00
Taiki Endo
e207b95c76 Update release-plz@latest to 0.3.130 2025-04-03 06:15:48 +09:00
Taiki Endo
8595cc3e58 Update cargo-lambda@latest to 1.8.2 2025-04-03 06:15:48 +09:00
Taiki Endo
575f713d02 Release 2.49.43 2025-04-02 00:37:18 +09:00
Taiki Endo
605e7a5c6b Update syft@latest to 1.22.0 2025-04-02 00:15:52 +09:00
Taiki Endo
70b33e5b3b Release 2.49.42 2025-04-01 22:52:04 +09:00
Taiki Endo
3ed0b50109 Update grcov@latest to 0.8.23 2025-04-01 21:01:18 +09:00
Taiki Endo
e488b1709f Release 2.49.41 2025-04-01 20:54:40 +09:00
Taiki Endo
cc82eef035 Update mdbook@latest to 0.4.48 2025-04-01 09:34:32 +09:00
Taiki Endo
daa3c1f1f9 Release 2.49.40 2025-04-01 00:26:54 +09:00
Taiki Endo
f51cb331c7 Update typos@latest to 1.31.1 2025-04-01 00:15:02 +09:00
Taiki Endo
6aca1cfa12 Release 2.49.39 2025-03-31 03:38:14 +09:00
Taiki Endo
afd4ec3cf7 Update changelog 2025-03-31 03:33:02 +09:00
Taiki Endo
3aab944b2c codegen: Mark cargo-lambda 1.8.1 as broken
See https://github.com/taiki-e/install-action/pull/923#issuecomment-2764687835.
2025-03-31 03:31:40 +09:00
Taiki Endo
9cd3d1b2b5 Update cargo-lambda manifest 2025-03-31 03:11:55 +09:00
15 changed files with 340 additions and 51 deletions

View File

@@ -10,6 +10,44 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.49.45] - 2025-04-06
- Update `knope@latest` to 0.19.2.
- Update `cargo-binstall@latest` to 1.12.3.
## [2.49.44] - 2025-04-03
- Update `grcov@latest` to 0.8.24.
- Update `osv-scanner@latest` to 2.0.1.
- Update `release-plz@latest` to 0.3.130.
- Update `cargo-lambda@latest` to 1.8.1.
- Downgrade `cargo-spellcheck@latest` to 0.15.1. ([#932](https://github.com/taiki-e/install-action/pull/932))
## [2.49.43] - 2025-04-01
- Update `syft@latest` to 1.22.0.
## [2.49.42] - 2025-04-01
- Update `grcov@latest` to 0.8.23.
## [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.
@@ -3750,7 +3788,14 @@ 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.38...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.45...HEAD
[2.49.45]: https://github.com/taiki-e/install-action/compare/v2.49.44...v2.49.45
[2.49.44]: https://github.com/taiki-e/install-action/compare/v2.49.43...v2.49.44
[2.49.43]: https://github.com/taiki-e/install-action/compare/v2.49.42...v2.49.43
[2.49.42]: https://github.com/taiki-e/install-action/compare/v2.49.41...v2.49.42
[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

View File

@@ -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.2"
"version": "1.12.3"
},
"1.12.2": {
"1.12.3": {
"x86_64_linux_musl": {
"etag": "0x8DD67BA42B477F4",
"checksum": "a99594659dc5974da6ce0fa8c44f1ec7f8674a68628e3fc66ea8c6f3098927b5"
"etag": "0x8DD74C888309827",
"checksum": "deeee17791719fc544dd1f542d4a482da70ea4ebfddf414d3ca27e5dc12242e3"
},
"x86_64_macos": {
"etag": "0x8DD67BA17754CB4",
"checksum": "73b657f5d61ffc9a820bcd8eaa04652026e25d9c252971794a44e7e227d0d795"
"etag": "0x8DD74C8425639B4",
"checksum": "3e72f5ffa170de3e929cdaf9e5941cb44156c46051f7fa305b2020ace008223d"
},
"x86_64_windows": {
"etag": "0x8DD67BB3DBFA334",
"checksum": "1a76c55e82ef1ba3dcb174b3c47910d7cd4c16e3557c7c3b7414b5ad1559fe42"
"etag": "0x8DD74C922372C13",
"checksum": "7cf140aa5b3a80b816039e57eb5c03265007fd1c7dd520e429217ba1b3cbf5df"
},
"aarch64_linux_musl": {
"etag": "0x8DD67B9FCB84A33",
"checksum": "674f5c3d11f6501c5bbebfbef5cf959e1b3cf30fc77f0af9922ea16416d213af"
"etag": "0x8DD74C8969D2A6C",
"checksum": "7b4061abf34550ad1be68fe9f36dc9347b1edabe6275eee19b1c1c495ccb9c69"
},
"aarch64_macos": {
"etag": "0x8DD67BA216CA53F",
"checksum": "f3c90a36a6d934a3f73ba57e3620f9a5ec5b5da4da976094e2c69f83fe061ece"
"etag": "0x8DD74C88618C5A8",
"checksum": "88467030db096ceddf97405750fe9e67cf25106da241db7a60900c58f192206f"
},
"aarch64_windows": {
"etag": "0x8DD67BB4F786A2E",
"checksum": "f98653d5f0b18a0a27febc6cba0e13b027f944efabc8511b292138e0b03f7608"
"etag": "0x8DD74C91587E0DC",
"checksum": "779ae2e15a1c03f6edb3a7dd3f005f0d622628d30ae4c24250de007583bd7a53"
}
}
}

View File

@@ -28,26 +28,48 @@
"1.8": {
"version": "1.8.1"
},
"1.8.1": {
"1.8.2": {
"x86_64_linux_musl": {
"etag": "0x8DD6E28EDC49924",
"checksum": "7294319100a5160942bca546b76a27cd00c78a522532110a22a11a866f0aced2"
"etag": "0x8DD72477E803414",
"checksum": "ab8f9c195247e6a2b0c08914935717cecae051e0f968e3ba4619cbfb514fb80c"
},
"x86_64_macos": {
"etag": "0x8DD6E28EE73C2F3",
"checksum": "c23db8b2cfa1fc345a6e81133a19761e0147666ad089cb40a4b544fef5522a89"
"etag": "0x8DD72477F2B6AA0",
"checksum": "be195b446a7ffbfad4fd35da8cf50e0d5427d4a29ca5a724cee8565a34b65f66"
},
"x86_64_windows": {
"etag": "0x8DD6E28EF2140F9",
"checksum": "fdc3315843b319470afca124ac2bdf73735cc0c2f62cc0acc88e4d4c2a475878"
"etag": "0x8DD72477FCA79EF",
"checksum": "21b45fa237d65e8ee8948b6da0f5c2494d5c838d5c6bb874a28a15b32dd72d7a"
},
"aarch64_linux_musl": {
"etag": "0x8DD6E28EFE08553",
"checksum": "0840237ad4f940b7d0779f9e59ff4535ecac61dbac59105cf67ce67ac1bdf4b6"
"etag": "0x8DD72478060B98B",
"checksum": "f050e4df9e8bf7edb6d375672c80a9ee9ffb1bd6129ff9c5fbfb08d0318b1c0c"
},
"aarch64_macos": {
"etag": "0x8DD6E28F08CA5EC",
"checksum": "29c3efb48b576f54dbf0c1aa7a0016c7cc503acba2a02e135d80ae00d9f6ab2d"
"etag": "0x8DD724780F96761",
"checksum": "08f2fb15270ca9e7ed80635d8ec96c5dcf63cc7322c23b9bbeb417690fb83495"
}
},
"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": {

View File

@@ -10,10 +10,10 @@
},
"license_markdown": "[LGPLv2.1](https://github.com/drahnr/cargo-spellcheck/blob/master/LICENSE-LGPL)",
"latest": {
"version": "0.15.2"
"version": "0.15.1"
},
"0.15": {
"version": "0.15.2"
"version": "0.15.1"
},
"0.15.2": {
"x86_64_linux_gnu": {

48
manifests/grcov.json generated
View File

@@ -19,10 +19,54 @@
},
"license_markdown": "[MPL-2.0](https://github.com/mozilla/grcov/blob/HEAD/LICENSE-MPL-2.0)",
"latest": {
"version": "0.8.20"
"version": "0.8.24"
},
"0.8": {
"version": "0.8.20"
"version": "0.8.24"
},
"0.8.24": {
"x86_64_linux_musl": {
"etag": "0x8DD72A122202C81",
"checksum": "10a0fbcdac3e8758ee50dac0259987650f4ac76094cad4caf0489d2db07156da"
},
"x86_64_macos": {
"etag": "0x8DD72A1209617EC",
"checksum": "6032d7c74cddd81d3fa8d6796299224f3a2b3ef0f3e43cb5ec0aa4006e162dcb"
},
"x86_64_windows": {
"etag": "0x8DD72A121205735",
"checksum": "7b9a77c1825556acf1554f5eee0cacfcd66cd0168edc9b66863266f36ba7cd68"
},
"aarch64_linux_musl": {
"etag": "0x8DD72A11FFCA77A",
"checksum": "1b0ecec3e1bc44b864392c09e2041007cc8ae746c0f699a31aac12ffce542d90"
},
"aarch64_macos": {
"etag": "0x8DD72A11E683E48",
"checksum": "55d0f221f0d26dba113fc7f2c9ee02c1a3fbe7e1ee72c2ce5d36bb8bdd6642d1"
}
},
"0.8.23": {
"x86_64_linux_musl": {
"etag": "0x8DD6E5CEEBD1DC6",
"checksum": "26c0f50f2240d90a20f6019be3d5e816ea44f5affe34c421a3330a382850d7d8"
},
"x86_64_macos": {
"etag": "0x8DD6E5CEDC0528A",
"checksum": "4e492d938d7ce79544b7479a64e3af303bdb6637db4ef33f8ae1f5434898f7e3"
},
"x86_64_windows": {
"etag": "0x8DD6E5CEE145575",
"checksum": "2d88ff36782792e9fbde3d77bacfa426be1cfec3e34ff5ed7fbfba598a985365"
},
"aarch64_linux_musl": {
"etag": "0x8DD6E5CED73C146",
"checksum": "59284b236c8b274ce6e1bef232e2a294a24fc0bed4e215cab2df06e5fc4ae150"
},
"aarch64_macos": {
"etag": "0x8DD6E5CEC5E0BD8",
"checksum": "6b2ece0bacdb0d06307062284d33dca61bfc1abcd48e96a5ed82bd232facaf4d"
}
},
"0.8.20": {
"x86_64_linux_musl": {

56
manifests/knope.json generated
View File

@@ -3,10 +3,62 @@
"template": null,
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
"latest": {
"version": "0.19.0"
"version": "0.19.2"
},
"0.19": {
"version": "0.19.0"
"version": "0.19.2"
},
"0.19.2": {
"x86_64_linux_musl": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.2/knope-x86_64-unknown-linux-musl.tgz",
"etag": "0x8DD754D926CAACF",
"checksum": "110871e00dbfb371053e901fd384eea9e6cfc476c2a44d79f571ae0b8205e8a0",
"bin": "knope-x86_64-unknown-linux-musl/knope"
},
"x86_64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.2/knope-x86_64-apple-darwin.tgz",
"etag": "0x8DD754D926C362A",
"checksum": "6409376c597404333537d1897efc0b8135b2df5d52dff192fbca4f85a2a51ff0",
"bin": "knope-x86_64-apple-darwin/knope"
},
"x86_64_windows": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.2/knope-x86_64-pc-windows-msvc.tgz",
"etag": "0x8DD754D92716071",
"checksum": "f81bd09efa34396716948560ad3998289cfaac52651aa9bd9c03b271b52b25ca",
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
},
"aarch64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.2/knope-aarch64-apple-darwin.tgz",
"etag": "0x8DD754D927C7789",
"checksum": "4eae651d79ebe22178bde8c772ff69545b0df88846772d0d1d5c9bb784c3adee",
"bin": "knope-aarch64-apple-darwin/knope"
}
},
"0.19.1": {
"x86_64_linux_musl": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.1/knope-x86_64-unknown-linux-musl.tgz",
"etag": "0x8DD748FBC55CEA2",
"checksum": "3d89701591d752789af1b1ffb284a33239bf8c8ee2cb0b2f259e4f2ec42cc14b",
"bin": "knope-x86_64-unknown-linux-musl/knope"
},
"x86_64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.1/knope-x86_64-apple-darwin.tgz",
"etag": "0x8DD748FBC5E508B",
"checksum": "6e634ac3e4cb3827827bee8a3c4a4a6f88386a08b9cf12b3ee76282f5c9ec9e8",
"bin": "knope-x86_64-apple-darwin/knope"
},
"x86_64_windows": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.1/knope-x86_64-pc-windows-msvc.tgz",
"etag": "0x8DD748FBC5C3004",
"checksum": "25da63dd657076b2c753f17cff54dea4053e16fe1756b580469edecc577ad56f",
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
},
"aarch64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.1/knope-aarch64-apple-darwin.tgz",
"etag": "0x8DD748FBC50A453",
"checksum": "bba237f3fb6a28597f2ffa70b4da38d0fef55f5732b0ccc591d6502352cd7a62",
"bin": "knope-aarch64-apple-darwin/knope"
}
},
"0.19.0": {
"x86_64_linux_musl": {

26
manifests/mdbook.json generated
View File

@@ -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": {

View File

@@ -3,13 +3,45 @@
"template": null,
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
"latest": {
"version": "2.0.0"
"version": "2.0.1"
},
"2": {
"version": "2.0.0"
"version": "2.0.1"
},
"2.0": {
"version": "2.0.0"
"version": "2.0.1"
},
"2.0.1": {
"x86_64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_linux_amd64",
"etag": "0x8DD725E03A64AF2",
"checksum": "1b6866956362cd98449972b9ec6268674f2a83db1515ce08fea1fef8e4e4555b"
},
"x86_64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_darwin_amd64",
"etag": "0x8DD725E0493BEAF",
"checksum": "64a0a9e7a08ec9eca1c78fd4f4e951356e9f394429f5406dfc6429e3df1b4863"
},
"x86_64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_windows_amd64.exe",
"etag": "0x8DD725E038E4A06",
"checksum": "9094d0ee105820cfa3c0ee45ab6506a456b4415d013e8d7475f23f7cf28b50f0"
},
"aarch64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_linux_arm64",
"etag": "0x8DD725E039A4A78",
"checksum": "9ce9c96e3ae4526f8e077e6b456bc82bb2070abd5bbfac966a8dbbbb93a50fd2"
},
"aarch64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_darwin_arm64",
"etag": "0x8DD725E03954716",
"checksum": "9ba35760edf0781253286ef8d6fa2322f2b189b5e68e7a3caba3ce6e78324ed5"
},
"aarch64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_windows_arm64.exe",
"etag": "0x8DD725E047F8A16",
"checksum": "920ffdc33d9d59222d423b245bd7077c50c916b4ce8d4e92483f1c2681e23565"
}
},
"2.0.0": {
"x86_64_linux_musl": {

View File

@@ -22,10 +22,36 @@
},
"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.129"
"version": "0.3.130"
},
"0.3": {
"version": "0.3.129"
"version": "0.3.130"
},
"0.3.130": {
"x86_64_linux_musl": {
"etag": "0x8DD720FDEB9E5C7",
"checksum": "1e897c80bab204859085e64da306c98383be13e3819c7decd53d935284a26ed5"
},
"x86_64_macos": {
"etag": "0x8DD721085BD547D",
"checksum": "98aca6dc4472259c0c2ade4bf1040a7ba5fbe0c3557aab79eccfdf9d0a2e8f1f"
},
"x86_64_windows": {
"etag": "0x8DD7210AC2E9505",
"checksum": "7ac5f0018a67456b420ea4afb9c7a95f00b4c17e8919e500207d940cecd61a9b"
},
"aarch64_linux_musl": {
"etag": "0x8DD720FF68B39D3",
"checksum": "f6b34ddd2fbaa73443dd9d6d9c002ddc05800929f515ed3891531f10c51e4896"
},
"aarch64_macos": {
"etag": "0x8DD72118A6668CF",
"checksum": "faf31d29126505c77a0379c3cb46b466b547ead46341a7061f082eecc822a418"
},
"aarch64_windows": {
"etag": "0x8DD7210B59DD006",
"checksum": "0799f6fd3ec9b8f1734d9950b140b6a35f4eb2bc4f15961cf939b278b31fad77"
}
},
"0.3.129": {
"x86_64_linux_musl": {

29
manifests/syft.json generated
View File

@@ -24,10 +24,35 @@
},
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
"latest": {
"version": "1.21.0"
"version": "1.22.0"
},
"1": {
"version": "1.21.0"
"version": "1.22.0"
},
"1.22": {
"version": "1.22.0"
},
"1.22.0": {
"x86_64_linux_musl": {
"etag": "0x8DD712BE951116D",
"checksum": "90ac44b173bd5db36142b351c2e83f89ecdee403285513d4586303dbf8b6bea1"
},
"x86_64_macos": {
"etag": "0x8DD712BEA303CB6",
"checksum": "a0f08e2e333d23c520cc9a5131de4a79039654eeff653259ee7b058aa362febd"
},
"x86_64_windows": {
"etag": "0x8DD712BEA3015CA",
"checksum": "656e1dd6007d24f1d276f789650bd014082b2fff5ff3708dda7fdd1d9b27c77b"
},
"aarch64_linux_musl": {
"etag": "0x8DD712BE93213A3",
"checksum": "bbda61966ebbe22acdcdb0ab5b867c11d0c71bc38dd38697e570f9d7f66fa696"
},
"aarch64_macos": {
"etag": "0x8DD712BE9FF9F7F",
"checksum": "10315364b32a1f7af40611ba31c1ce45782e1d0ead756a4fe2eb065622fc71a3"
}
},
"1.21": {
"version": "1.21.0"

24
manifests/typos.json generated
View File

@@ -16,13 +16,31 @@
},
"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.31.0"
"version": "1.31.1"
},
"1": {
"version": "1.31.0"
"version": "1.31.1"
},
"1.31": {
"version": "1.31.0"
"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": {

View File

@@ -2775,7 +2775,7 @@
}
},
"0.22": {
"version": "0.22.1"
"version": "0.22.0"
},
"0.22.1": {
"x86_64_linux_gnu": {

2
manifests/zola.json generated
View File

@@ -1,5 +1,5 @@
{
"rust_crate": "zola",
"rust_crate": null,
"template": {
"x86_64_linux_gnu": {
"url": "https://github.com/getzola/zola/releases/download/v${version}/zola-v${version}-x86_64-unknown-linux-gnu.tar.gz"

View File

@@ -1,7 +1,6 @@
{
"repository": "https://github.com/getzola/zola",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"platform": {
"x86_64_linux_gnu": {},

View File

@@ -490,12 +490,14 @@ fn main() -> Result<()> {
if let Some(crates_io_info) = &crates_io_info {
if let Some(v) = crates_io_info.versions.iter().find(|v| v.num == *version) {
if v.yanked {
continue;
continue; // Exclude yanked version from candidate for "latest".
}
} else {
continue; // Exclude version not released on crates.io from candidate for "latest".
}
}
if base_info.broken.contains(version) {
continue;
continue; // Exclude version marked as broken from candidate for "latest".
}
if !(version.major == 0 && version.minor == 0) {
manifests.map.insert(
@@ -618,15 +620,17 @@ fn replace_vars(
platform: Option<HostPlatform>,
rust_crate: Option<&str>,
) -> Result<String> {
const RUST_SPECIFIC: &[(&str, fn(HostPlatform) -> &'static str)] = &[
static RUST_SPECIFIC: &[(&str, fn(HostPlatform) -> &'static str)] = &[
("${rust_target}", HostPlatform::rust_target),
("${rust_target_arch}", HostPlatform::rust_target_arch),
("${rust_target_os}", HostPlatform::rust_target_os),
];
// zola is Rust crate, but is not released on crates.io.
static KNOWN_RUST_CRATE_NOT_IN_CRATES_IO: &[&str] = &["zola"];
let mut s = s.replace("${package}", package).replace("${tool}", package);
if let Some(platform) = platform {
s = s.replace("${exe}", platform.exe_suffix());
if rust_crate.is_some() {
if rust_crate.is_some() || KNOWN_RUST_CRATE_NOT_IN_CRATES_IO.contains(&package) {
for &(var, f) in RUST_SPECIFIC {
s = s.replace(var, f(platform));
}