Compare commits

...

30 Commits

Author SHA1 Message Date
Taiki Endo
5818d9684d Release 2.63.2 2025-12-15 10:27:00 +09:00
Taiki Endo
9935da0ea5 Update changelog 2025-12-15 10:26:48 +09:00
Taiki Endo
3396925d74 Update mise@latest to 2025.12.7 2025-12-15 09:39:50 +09:00
Taiki Endo
4563b68018 Update mise@latest to 2025.12.6 2025-12-15 03:16:51 +09:00
Taiki Endo
bb9926ecd3 Update git-cliff@latest to 2.11.0 2025-12-15 03:16:51 +09:00
Taiki Endo
68c369b718 Update coreutils@latest to 0.5.0 2025-12-14 20:25:37 +09:00
Taiki Endo
2afaa0138a Update cargo-binstall@latest to 1.16.4 2025-12-14 20:15:49 +09:00
Taiki Endo
61e5998d10 Release 2.63.1 2025-12-14 12:10:49 +09:00
Taiki Endo
9eca35f0f7 Update changelog 2025-12-14 12:10:06 +09:00
Taiki Endo
747c152f91 Update mise@latest to 2025.12.5 2025-12-14 09:42:23 +09:00
Taiki Endo
769c01f58a Update mise@latest to 2025.12.4 2025-12-14 03:16:42 +09:00
Taiki Endo
ebbfc0bd48 Update cargo-shear@latest to 1.9.0 2025-12-14 03:16:42 +09:00
Taiki Endo
49488e6cfc Update cargo-shear@latest to 1.8.0 2025-12-13 15:18:29 +09:00
Taiki Endo
f2d4198220 Update mise@latest to 2025.12.3 2025-12-13 12:51:30 +09:00
Taiki Endo
59679e24ff Release 2.63.0 2025-12-13 02:01:55 +09:00
Taiki Endo
a41aa58274 Update changelog 2025-12-13 02:01:31 +09:00
Taiki Endo
14dfdc2441 Update tombi@latest to 0.7.7 2025-12-13 01:47:44 +09:00
Marco Neumann
9661978e85 Support tombi (#1340) 2025-12-13 01:38:04 +09:00
Taiki Endo
4191198306 Update cargo-dinghy@latest to 0.8.4 2025-12-13 00:17:44 +09:00
Taiki Endo
8aef3248bd Update mise@latest to 2025.12.2 2025-12-12 09:37:30 +09:00
Taiki Endo
677b758e56 Update mdbook@latest to 0.5.2 2025-12-12 09:37:30 +09:00
dependabot[bot]
165e0c92e4 Bump peter-evans/create-pull-request from 7 to 8 (#1344)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 12:40:01 +00:00
Taiki Endo
073d46cba2 Release 2.62.67 2025-12-11 21:29:59 +09:00
Taiki Endo
338c8d84fa Update vacuum@latest to 0.20.5 2025-12-11 21:22:13 +09:00
Taiki Endo
f1ca6538b0 Update rclone@latest to 1.72.1 2025-12-11 21:22:13 +09:00
Taiki Endo
84aa297969 Update osv-scanner@latest to 2.3.1 2025-12-11 21:22:13 +09:00
Taiki Endo
d21258bc76 Update just@latest to 1.45.0 2025-12-11 21:22:13 +09:00
Taiki Endo
271014ec0f Release 2.62.66 2025-12-11 00:05:16 +09:00
Taiki Endo
46e2f47aa5 Update uv@latest to 0.9.17 2025-12-10 09:37:55 +09:00
Taiki Endo
ef463e4557 Update syft@latest to 1.38.2 2025-12-10 09:37:55 +09:00
19 changed files with 845 additions and 46 deletions

View File

@@ -28,6 +28,7 @@ rdme
rootfs rootfs
sccache sccache
syft syft
tombi
udeps udeps
wasmtime wasmtime
watchexec watchexec

View File

@@ -55,7 +55,7 @@ jobs:
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main') if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main')
- run: git add -N . && git -c color.ui=always diff --exit-code - run: git add -N . && git -c color.ui=always diff --exit-code
- id: create-pull-request - id: create-pull-request
uses: peter-evans/create-pull-request@v7 uses: peter-evans/create-pull-request@v8
with: with:
title: Update manifest title: Update manifest
body: | body: |

View File

@@ -10,6 +10,48 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.63.2] - 2025-12-15
- Update `mise@latest` to 2025.12.7.
- Update `git-cliff@latest` to 2.11.0.
- Update `coreutils@latest` to 0.5.0.
- Update `cargo-binstall@latest` to 1.16.4.
## [2.63.1] - 2025-12-14
- Update `mise@latest` to 2025.12.5.
- Update `cargo-shear@latest` to 1.9.0.
## [2.63.0] - 2025-12-12
- Support `tombi` ([#1340](https://github.com/taiki-e/install-action/pull/1340), thanks @crepererum)
- Update `cargo-dinghy@latest` to 0.8.4.
- Update `mise@latest` to 2025.12.2.
- Update `mdbook@latest` to 0.5.2.
## [2.62.67] - 2025-12-11
- Update `vacuum@latest` to 0.20.5.
- Update `rclone@latest` to 1.72.1.
- Update `osv-scanner@latest` to 2.3.1.
- Update `just@latest` to 1.45.0.
## [2.62.66] - 2025-12-10
- Update `uv@latest` to 0.9.17.
- Update `syft@latest` to 1.38.2.
## [2.62.65] - 2025-12-09 ## [2.62.65] - 2025-12-09
- Update `cyclonedx@latest` to 0.29.2. - Update `cyclonedx@latest` to 0.29.2.
@@ -548,7 +590,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [2.62.0] - 2025-09-21 ## [2.62.0] - 2025-09-21
- Support `cargo-deadlinks` ([#1161](https://github.com/taiki-e/install-action/pull/1161), thanks @BenjaminBrienen) - Support `cargo-deadlinks`. ([#1161](https://github.com/taiki-e/install-action/pull/1161), thanks @BenjaminBrienen)
## [2.61.13] - 2025-09-21 ## [2.61.13] - 2025-09-21
@@ -642,9 +684,9 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Support `uv`. ([#1138](https://github.com/taiki-e/install-action/pull/1138), thanks @jayvdb) - Support `uv`. ([#1138](https://github.com/taiki-e/install-action/pull/1138), thanks @jayvdb)
- Support `mise` ([#1137](https://github.com/taiki-e/install-action/pull/1137), thanks @jayvdb) - Support `mise`. ([#1137](https://github.com/taiki-e/install-action/pull/1137), thanks @jayvdb)
- Support `ubi` ([#1135](https://github.com/taiki-e/install-action/pull/1135), thanks @jayvdb) - Support `ubi`. ([#1135](https://github.com/taiki-e/install-action/pull/1135), thanks @jayvdb)
- Update `coreutils@latest` to 0.2.2. - Update `coreutils@latest` to 0.2.2.
@@ -5081,7 +5123,12 @@ 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.62.65...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.63.2...HEAD
[2.63.2]: https://github.com/taiki-e/install-action/compare/v2.63.1...v2.63.2
[2.63.1]: https://github.com/taiki-e/install-action/compare/v2.63.0...v2.63.1
[2.63.0]: https://github.com/taiki-e/install-action/compare/v2.62.67...v2.63.0
[2.62.67]: https://github.com/taiki-e/install-action/compare/v2.62.66...v2.62.67
[2.62.66]: https://github.com/taiki-e/install-action/compare/v2.62.65...v2.62.66
[2.62.65]: https://github.com/taiki-e/install-action/compare/v2.62.64...v2.62.65 [2.62.65]: https://github.com/taiki-e/install-action/compare/v2.62.64...v2.62.65
[2.62.64]: https://github.com/taiki-e/install-action/compare/v2.62.63...v2.62.64 [2.62.64]: https://github.com/taiki-e/install-action/compare/v2.62.63...v2.62.64
[2.62.63]: https://github.com/taiki-e/install-action/compare/v2.62.62...v2.62.63 [2.62.63]: https://github.com/taiki-e/install-action/compare/v2.62.62...v2.62.63

View File

@@ -68,6 +68,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**shfmt**](https://github.com/mvdan/sh) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/mvdan/sh/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE) | | [**shfmt**](https://github.com/mvdan/sh) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/mvdan/sh/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE) |
| [**syft**](https://github.com/anchore/syft) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/anchore/syft/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE) | | [**syft**](https://github.com/anchore/syft) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/anchore/syft/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE) |
| [**taplo**](https://github.com/tamasfe/taplo) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/tamasfe/taplo/releases) | Linux, macOS, Windows | [MIT](https://github.com/tamasfe/taplo/blob/master/LICENSE) | | [**taplo**](https://github.com/tamasfe/taplo) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/tamasfe/taplo/releases) | Linux, macOS, Windows | [MIT](https://github.com/tamasfe/taplo/blob/master/LICENSE) |
| [**tombi**](https://tombi-toml.github.io/tombi/) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/tombi-toml/tombi/releases) | Linux, macOS, Windows | [MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE) |
| [**trivy**](https://github.com/aquasecurity/trivy) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/aquasecurity/trivy/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE) | | [**trivy**](https://github.com/aquasecurity/trivy) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/aquasecurity/trivy/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE) |
| [**trunk**](https://github.com/trunk-rs/trunk) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/trunk-rs/trunk/releases) | Linux, macOS, Windows | [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) | | [**trunk**](https://github.com/trunk-rs/trunk) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/trunk-rs/trunk/releases) | Linux, macOS, Windows | [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) |
| [**typos**](https://github.com/crate-ci/typos) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/crate-ci/typos/releases) | Linux, macOS, Windows | [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) | | [**typos**](https://github.com/crate-ci/typos) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/crate-ci/typos/releases) | Linux, macOS, Windows | [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) |

View File

@@ -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.16.3" "version": "1.16.4"
}, },
"1.16.3": { "1.16.4": {
"x86_64_linux_musl": { "x86_64_linux_musl": {
"etag": "0x8DE340179C4B10A", "etag": "0x8DE3AB912758402",
"checksum": "dcd7d1d03d73fcd6825e981955263d4df08b81d73ce92eed1998dbda003a328a" "checksum": "6756ba74cb6523e82b5adb310aca774f4b22e290d6d9f38a8f656b1bb569c498"
}, },
"x86_64_macos": { "x86_64_macos": {
"etag": "0x8DE3401D7BF12C5", "etag": "0x8DE3AB95FCD7B83",
"checksum": "eb8d55ddf27761f625266a9dfc75142a96d22fbafec48eb2982c3e45bc119d95" "checksum": "87c1904c2fef87f5ba0ebe35bcc66092897ae176d2a008e46f3a1659497757ab"
}, },
"x86_64_windows": { "x86_64_windows": {
"etag": "0x8DE34020AE0BB67", "etag": "0x8DE3AB9D6546FC0",
"checksum": "8b93d53a6313e6c4e23326dc2a0f89044932768b1cc3b3592ec77a31ddb6a1a2" "checksum": "560bf505d087a39eb934da00bd6197aabf8f9ed3eb681e8aad9bf99eaefa326c"
}, },
"aarch64_linux_musl": { "aarch64_linux_musl": {
"etag": "0x8DE3401A8D7D5FC", "etag": "0x8DE3AB933136078",
"checksum": "5e36157edecaa41be235259a1d2ee5d08ba401aaf7b5b04ca15e69a31e8ca5c1" "checksum": "9b2f3e8790b92bd468055cb232c2fb1210e848f8905517609e69f3a7ab271084"
}, },
"aarch64_macos": { "aarch64_macos": {
"etag": "0x8DE34018BF6D6D2", "etag": "0x8DE3AB9AAAEACBE",
"checksum": "ec5f87ce4f9120bf45820da743e3be6f92dea86058505b7ac6000f8ac6a4bfda" "checksum": "0aa476b62b59ed80768ec3ab403ee9c5615aad0d6b6ffb67d4c408cd3f1cf4c8"
}, },
"aarch64_windows": { "aarch64_windows": {
"etag": "0x8DE34021246199B", "etag": "0x8DE3AB9B02DEA51",
"checksum": "0d321702d5da405f85d091101ada998cc4c5b9e764d6e12971713fd8a4ae85aa" "checksum": "36ef73e965615c99076f124a9581fe9ab3ef4852ed3e909b47298dbe7c5d5f31"
} }
} }
} }

View File

@@ -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.8.2" "version": "0.8.4"
}, },
"0.8": { "0.8": {
"version": "0.8.2" "version": "0.8.4"
},
"0.8.4": {
"x86_64_linux_musl": {
"etag": "0x8DE3977FF54E8B5",
"checksum": "49dbf63d99a3de33a66aea5185995500ea519117416cc1d3c7b8b2f32cb76f2d"
},
"x86_64_macos": {
"etag": "0x8DE397825EE0B0E",
"checksum": "0c5a381f087e0f39793705514cb53f2fdfeb8c8f4c01811c5845eeb7458f8812"
}
}, },
"0.8.2": { "0.8.2": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -28,10 +28,68 @@
}, },
"license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)", "license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)",
"latest": { "latest": {
"version": "1.7.2" "version": "1.9.0"
}, },
"1": { "1": {
"version": "1.7.2" "version": "1.9.0"
},
"1.9": {
"version": "1.9.0"
},
"1.9.0": {
"x86_64_linux_musl": {
"etag": "0x8DE3A5216AE48D2",
"checksum": "03d39a54eb74e222c2c0aa604a16a737978de45fe5e79112ed99ca62ec5c7165"
},
"x86_64_macos": {
"etag": "0x8DE3A5212DC5F04",
"checksum": "9317230c153ea482c86450eb440ecb798985a037576bcb5f71085905e5a6273c"
},
"x86_64_windows": {
"etag": "0x8DE3A524201DBD5",
"checksum": "1923ca64a303b6b3bd329024bccdbf7955a01cc46b81682ad3d218c4dcee245d"
},
"aarch64_linux_musl": {
"etag": "0x8DE3A52145C465A",
"checksum": "fffc449754512659f16f0ad5de3826977d9a5c1bfd123b579de21081937db663"
},
"aarch64_macos": {
"etag": "0x8DE3A521BBA10F3",
"checksum": "72972d200e1cc4e8a94eacb19283c3f67d3594edfa5b98e592e352c0f5a8db18"
},
"aarch64_windows": {
"etag": "0x8DE3A52471DBE50",
"checksum": "39379e6cb3ad7cab41966db975c6d4a2ac133267c9e1bdd488d0fe0b0c99ac04"
}
},
"1.8": {
"version": "1.8.0"
},
"1.8.0": {
"x86_64_linux_musl": {
"etag": "0x8DE3A0D42BFB2CC",
"checksum": "83304e6f35ec4e89792c15768e5d87b541fa0c4e4d042549fdddab9cd59aab58"
},
"x86_64_macos": {
"etag": "0x8DE3A0D4681340E",
"checksum": "6dcf2a43988d7f913fd325c45b84ef73f35de0b81cfda524eba200530bbf2758"
},
"x86_64_windows": {
"etag": "0x8DE3A0D742FE39D",
"checksum": "9adc1ce8f71aaf575d49cb4ca8957aa9bb54e440ad95cf4f8254d44592a5fc4e"
},
"aarch64_linux_musl": {
"etag": "0x8DE3A0D4AF33D59",
"checksum": "e596cfece97c24aaaa20c86c549fa39f22dcc8ecf84bf54a35f712a5bdad8b59"
},
"aarch64_macos": {
"etag": "0x8DE3A0D3F5E0E30",
"checksum": "685259193fea3bee8c72a66e3a33895ead980efe92dbcd46af06d65ec3d3b2f1"
},
"aarch64_windows": {
"etag": "0x8DE3A0D79C07279",
"checksum": "9ed594e7fd7e48d32a8d350ff172df2040d4d69ef87b2e43485b02c79ab7896b"
}
}, },
"1.7": { "1.7": {
"version": "1.7.2" "version": "1.7.2"

View File

@@ -28,7 +28,36 @@
}, },
"license_markdown": "[MIT](https://github.com/uutils/coreutils/blob/main/LICENSE)", "license_markdown": "[MIT](https://github.com/uutils/coreutils/blob/main/LICENSE)",
"latest": { "latest": {
"version": "0.4.0" "version": "0.5.0"
},
"0.5": {
"version": "0.5.0"
},
"0.5.0": {
"x86_64_linux_musl": {
"etag": "0x8DE3A58E83993BE",
"checksum": "dc3ced6fa8ea63f20640b4cb610017c4afa8fdaf6318c998161bbaf5e7bfc830"
},
"x86_64_macos": {
"etag": "0x8DE3A5B4C77B5CD",
"checksum": "9c6b68cb1e01619ed5ff2f9691e58d9e4035e6120e21030c4608f9a234a3089d"
},
"x86_64_windows": {
"etag": "0x8DE3A5967011891",
"checksum": "ba0a319a2acf0ab2c1786fb75a246090d905f49762638e903b4f8ff3195b72be"
},
"aarch64_linux_musl": {
"etag": "0x8DE3A5814A6F76A",
"checksum": "a1ffa4faf1e1b6267edb58a5015fbc09dd6f787d80c4d59d781876374edb0f8e"
},
"aarch64_macos": {
"etag": "0x8DE3A5ACB7FBD12",
"checksum": "cb54ceebbd09936b2ee5167d5ff9318c3a9e28e2f154fddd3ec7febb7fc40624"
},
"aarch64_windows": {
"etag": "0x8DE3A586ED221E8",
"checksum": "96538e06f0092b23cb0f368426fc2b1132f494ce7195ccc53e0fc8071436f73c"
}
}, },
"0.4": { "0.4": {
"version": "0.4.0" "version": "0.4.0"

View File

@@ -28,10 +28,39 @@
}, },
"license_markdown": "[MIT](https://github.com/orhun/git-cliff/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/orhun/git-cliff/blob/main/LICENSE-APACHE)", "license_markdown": "[MIT](https://github.com/orhun/git-cliff/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/orhun/git-cliff/blob/main/LICENSE-APACHE)",
"latest": { "latest": {
"version": "2.10.1" "version": "2.11.0"
}, },
"2": { "2": {
"version": "2.10.1" "version": "2.11.0"
},
"2.11": {
"version": "2.11.0"
},
"2.11.0": {
"x86_64_linux_musl": {
"etag": "0x8DE3B287E09E3C7",
"checksum": "e2f294500a59c4481fefb32561c0e264065d86409363ca3df0443f2a27858e8d"
},
"x86_64_macos": {
"etag": "0x8DE3B2CD5E4CBEA",
"checksum": "4e0a990a8f47686c5aab74d43a1aa9df8d03989dfc6bc766d1901927fa540e9e"
},
"x86_64_windows": {
"etag": "0x8DE3B2D9AA07E11",
"checksum": "821ff133beb572ce72bccce0aacce680c4622007e19fea3bbcb0503cd1133af8"
},
"aarch64_linux_musl": {
"etag": "0x8DE3B2883EB9144",
"checksum": "3beb1584c48a3f5f5cafe3b2da839e27a93d48876ef1159cd2dcd0bfb523669a"
},
"aarch64_macos": {
"etag": "0x8DE3B2CD87F6B3B",
"checksum": "320bf4e32c7de40e8115361c3aa9b580853de9f21a45b7ee50454b727d96862e"
},
"aarch64_windows": {
"etag": "0x8DE3B2D9C7991FF",
"checksum": "78d3fd4fb295e555110cc88e8b3f526a9928c10d73d70b2def35264975a3eefd"
}
}, },
"2.10": { "2.10": {
"version": "2.10.1" "version": "2.10.1"

33
manifests/just.json generated
View File

@@ -22,10 +22,39 @@
}, },
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)", "license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
"latest": { "latest": {
"version": "1.44.1" "version": "1.45.0"
}, },
"1": { "1": {
"version": "1.44.1" "version": "1.45.0"
},
"1.45": {
"version": "1.45.0"
},
"1.45.0": {
"x86_64_linux_musl": {
"etag": "0x8DE382D826E91C7",
"checksum": "dc3f958aaf8c6506dd90426e9b03f86dd15e74a6467ee0e54929f750af3d9e49"
},
"x86_64_macos": {
"etag": "0x8DE382D89E04393",
"checksum": "913c4fdd5b15b9a74529ecec80d06eb21a2ff8936b2deebc69c0f4d495126553"
},
"x86_64_windows": {
"etag": "0x8DE382DD9FDB83A",
"checksum": "cf5c1684de8b8c00b0edeac40f47a3fbba9df2830e2451dd9b26f99ec4d8b788"
},
"aarch64_linux_musl": {
"etag": "0x8DE382D95A0727C",
"checksum": "e9d629d3903ea2b6b2bbcb569e69d62bc80b0e6adcce280094c8ffb6dbdf83d2"
},
"aarch64_macos": {
"etag": "0x8DE382D99D176B9",
"checksum": "5bcffd1e4b2b24f71a2acff52a604e9da03615679c0b3045a8c921c95cf1532c"
},
"aarch64_windows": {
"etag": "0x8DE382DBBE08020",
"checksum": "94688802f782e4e6d0212ecbaa91ce5b5dd75d8481441976d3b18ca105893deb"
}
}, },
"1.44": { "1.44": {
"version": "1.44.1" "version": "1.44.1"

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)", "license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)",
"latest": { "latest": {
"version": "0.5.1" "version": "0.5.2"
}, },
"0.5": { "0.5": {
"version": "0.5.1" "version": "0.5.2"
},
"0.5.2": {
"x86_64_linux_musl": {
"etag": "0x8DE38FAF5795807",
"checksum": "8e9d802bbecea34380aabfc65bec4fdba23c07453ef2c7e06fa34c282082e2c4"
},
"x86_64_macos": {
"etag": "0x8DE38FAFF0379EB",
"checksum": "17cc64478ec279a73881420e850bd8f9d460552e56b50159ff465bc97eb90d6c"
},
"x86_64_windows": {
"etag": "0x8DE38FB0A72D86C",
"checksum": "e78fa1159bfc381d03f9c6659c48c883706497dc63c9153007a8a4c8df8da166"
},
"aarch64_linux_musl": {
"etag": "0x8DE38FAE50B8ED8",
"checksum": "fb229bfdc68dd6c93692e64c502a67a8d3d2fc35c37c61fc72768843e6476add"
},
"aarch64_macos": {
"etag": "0x8DE38FAFAFCD7D6",
"checksum": "da2f55653e96e3f6e1c53e2e13e91cc0cfbce8ab971c2e0de792c0f1f8d24222"
}
}, },
"0.5.1": { "0.5.1": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

162
manifests/mise.json generated
View File

@@ -28,13 +28,169 @@
}, },
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)", "license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": { "latest": {
"version": "2025.12.1" "version": "2025.12.7"
}, },
"2025": { "2025": {
"version": "2025.12.1" "version": "2025.12.7"
}, },
"2025.12": { "2025.12": {
"version": "2025.12.1" "version": "2025.12.7"
},
"2025.12.7": {
"x86_64_linux_musl": {
"etag": "0x8DE3B6929E14611",
"checksum": "96d535875fe4a0548e55fb48b83bd1802c604b8d5cc900908ec0e5fdb8547864"
},
"x86_64_macos": {
"etag": "0x8DE3B692C2F546B",
"checksum": "f50eefa7be2bb7c65eea9a70a19178408ad2d6c0e40d316a3a1d58dcb498d22d"
},
"x86_64_windows": {
"etag": "0x8DE3B692CB35918",
"checksum": "f737ff92d9b80578a58afda482f32a2a25d758045f04f3eb30a2d16e569541e3"
},
"aarch64_linux_musl": {
"etag": "0x8DE3B6926BDEC2B",
"checksum": "af21d23df0594d88b37387927e61aefcbf978b591e3d776e169553ebfc5b6a71"
},
"aarch64_macos": {
"etag": "0x8DE3B692B580F3B",
"checksum": "dab749a00bf1aaa30b5ab39091c98a15c9bd9bb356de6b313fd520629f494d65"
},
"aarch64_windows": {
"etag": "0x8DE3B692C49C384",
"checksum": "500379ec8ecb6f40b894fbef0f2bbb5b8318cbac51e7c3fe50967f630f51f7d3"
}
},
"2025.12.6": {
"x86_64_linux_musl": {
"etag": "0x8DE3B38E1580B3C",
"checksum": "b3bd00f7bfac2920cca4a160ae969555ad56acc43c86f55565092555e3a94789"
},
"x86_64_macos": {
"etag": "0x8DE3B38E3B350CE",
"checksum": "353e2572fa298e95398c258b8231187e6b3a179a9bd782e091d0faa9ab1c966f"
},
"x86_64_windows": {
"etag": "0x8DE3B38E490F735",
"checksum": "0d4a0263bada1eee123eff386e19a572c20fd30821662d79480e7ba374a71b34"
},
"aarch64_linux_musl": {
"etag": "0x8DE3B38DAA18857",
"checksum": "7bee44b1aa116fb11555e7fed73cc4790e6f27b92635683f49abc17746311d5c"
},
"aarch64_macos": {
"etag": "0x8DE3B38E2A29EC7",
"checksum": "f865db319b70e56e24c2013d22f34b0b3d5a97e6ac3b03f894a5850a3e5824bb"
},
"aarch64_windows": {
"etag": "0x8DE3B38E4148B37",
"checksum": "09c0da772967bd5e75c48c33758f9b08ed63a16615bd03624922189b198d6098"
}
},
"2025.12.5": {
"x86_64_linux_musl": {
"etag": "0x8DE3A961883D8D9",
"checksum": "104964dabd0b5d3c707f96f4f32e537360af9b4b8d733229cd6f48730beb68e3"
},
"x86_64_macos": {
"etag": "0x8DE3A961A2E4917",
"checksum": "b416eff784accbda50bfa3ecfb1048fb552106160ebf69efd5b8dd1b6a42cc33"
},
"x86_64_windows": {
"etag": "0x8DE3A961AD6C3AF",
"checksum": "2784610a24a5eb7905b2b489b599aa14689e3b723a91f5937c4afc566d508dac"
},
"aarch64_linux_musl": {
"etag": "0x8DE3A96157C99DE",
"checksum": "05896166fb6327bd58f2255728a37a157f4dd933b340d36c8a750e04f6ec001e"
},
"aarch64_macos": {
"etag": "0x8DE3A9619B388D8",
"checksum": "1581e49b987c9b18b3184158869df93921662e779b92986b682366141dea601e"
},
"aarch64_windows": {
"etag": "0x8DE3A961A9D56BA",
"checksum": "9d8bdf62cca637d56ee05e8a2de029555df4aca581774681ebe0a6cb213cd748"
}
},
"2025.12.4": {
"x86_64_linux_musl": {
"etag": "0x8DE3A5DAFBC6D88",
"checksum": "26abf8795efe8bc094ef4556568f089a4df88ae85f7033ae5a34c672ace33615"
},
"x86_64_macos": {
"etag": "0x8DE3A5DB1B2112C",
"checksum": "65376ebe0850ecb4848b7e7a9198313da7cc7d3ca19b53ead42f083333a79e1f"
},
"x86_64_windows": {
"etag": "0x8DE3A5DB257A8E0",
"checksum": "4dbcb0d865199965252e9aaaa742e3465e53e2f06e59528f5a0bff19bbc67a82"
},
"aarch64_linux_musl": {
"etag": "0x8DE3A5DAC4E54D8",
"checksum": "f661da7b05ce697c6cb38171d71a33bb516be825d5769198f21c01642a2caae9"
},
"aarch64_macos": {
"etag": "0x8DE3A5DB1035C00",
"checksum": "f23aadc8395e43e1d9331206c82976c13f2106678248591a570d3d55d5e4443c"
},
"aarch64_windows": {
"etag": "0x8DE3A5DB231D4E5",
"checksum": "d6155a715ad47d7cdbf5065a1acd57990ac5b8b3d072012a45337a4619f5c966"
}
},
"2025.12.3": {
"x86_64_linux_musl": {
"etag": "0x8DE39F1C5D83E3C",
"checksum": "44aa1adbb2467406146ec2d2f24ed123b4b987fa257d17bc5f9fd3d1299a3ca1"
},
"x86_64_macos": {
"etag": "0x8DE39F1C84EDC8C",
"checksum": "a76809769e48d45ca43dc87b9fd1b4bb09c024d9460cd929edc3058eae8c2cdc"
},
"x86_64_windows": {
"etag": "0x8DE39F1C93C28FC",
"checksum": "ed04db6786a9c97d68752cc1ba3c3b20f8a6ffa9c1daddb4fe2cc6f4d413e38b"
},
"aarch64_linux_musl": {
"etag": "0x8DE39F1C241BCAA",
"checksum": "a440a9cc5da570452f96d2e540a434d0e27e173f3a807be90069786f08754ab6"
},
"aarch64_macos": {
"etag": "0x8DE39F1C79D1DF4",
"checksum": "b8d16a4f4d3653caa94cf5a14ff47ed825d61dfb436201eca471173512091100"
},
"aarch64_windows": {
"etag": "0x8DE39F1C8679FE2",
"checksum": "ab2c3110e04a3834db0bbf3a0929f275caf9cccf7d9e29d7a9e54f840fb36b99"
}
},
"2025.12.2": {
"x86_64_linux_musl": {
"etag": "0x8DE3909DC10A78F",
"checksum": "8a7c6a002d728a6cb5dc146e0198ad1a21f6fe18e601a3e3d5b5f690ff677633"
},
"x86_64_macos": {
"etag": "0x8DE3909DE2C45A9",
"checksum": "24be9c2d65730cb4f8b6458942ea5ebc14a46eb1b8a106fb820a579997d9e41b"
},
"x86_64_windows": {
"etag": "0x8DE3909DF16137B",
"checksum": "281929a9910acd3b1229e03bbd8f29fa399ce05750701947227636811fa05aa0"
},
"aarch64_linux_musl": {
"etag": "0x8DE3909D8E4A532",
"checksum": "cf1d83b64fdc50d6fce5753e5b04e6d9d141e0c5eacd120b4d3be5f4f875e716"
},
"aarch64_macos": {
"etag": "0x8DE3909DD861283",
"checksum": "2fd25ef0ae8f2482b724b3d90eb6673be522d6217a2c4fff52be5d718ab0e39a"
},
"aarch64_windows": {
"etag": "0x8DE3909DE88A39C",
"checksum": "bdde94a05b2d014a89e509142552510ce8105494f38d6f1b45172507435f1ec7"
}
}, },
"2025.12.1": { "2025.12.1": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -3,13 +3,45 @@
"template": null, "template": null,
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)", "license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
"latest": { "latest": {
"version": "2.3.0" "version": "2.3.1"
}, },
"2": { "2": {
"version": "2.3.0" "version": "2.3.1"
}, },
"2.3": { "2.3": {
"version": "2.3.0" "version": "2.3.1"
},
"2.3.1": {
"x86_64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.3.1/osv-scanner_linux_amd64",
"etag": "0x8DE387AB434AAC0",
"checksum": "5bcd2d73fea96f58cb5aaf92d15907b1db53e009bc75d67b9ac965dba7c6ba54"
},
"x86_64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.3.1/osv-scanner_darwin_amd64",
"etag": "0x8DE387AB422E46E",
"checksum": "baa76106c2e5c72f7c34dab13a6162cec1ea5ac4b0a5726c0c2e9afa32e611ee"
},
"x86_64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.3.1/osv-scanner_windows_amd64.exe",
"etag": "0x8DE387AB56BF36B",
"checksum": "6a35a530be003ae078fbb0e92df0b92889b5a54658e49cf0e03bebe13eac255c"
},
"aarch64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.3.1/osv-scanner_linux_arm64",
"etag": "0x8DE387AB5025DDE",
"checksum": "27019b6cabd3cff0ce45066cff68763babf2dff66b2167c6f8c1e62ac8c6bf66"
},
"aarch64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.3.1/osv-scanner_darwin_arm64",
"etag": "0x8DE387AB421FB19",
"checksum": "776c1f29c38f3b179259a6b8363efe2f254fbdacb17d6da2c217acda4b5d09e4"
},
"aarch64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.3.1/osv-scanner_windows_arm64.exe",
"etag": "0x8DE387AB3DBF221",
"checksum": "4e166eda17252d9ed3472d3caf5eafa328e4a162a1d062831c14d0b559cafa22"
}
}, },
"2.3.0": { "2.3.0": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

32
manifests/rclone.json generated
View File

@@ -28,13 +28,39 @@
}, },
"license_markdown": "[MIT](https://github.com/rclone/rclone/blob/master/COPYING)", "license_markdown": "[MIT](https://github.com/rclone/rclone/blob/master/COPYING)",
"latest": { "latest": {
"version": "1.72.0" "version": "1.72.1"
}, },
"1": { "1": {
"version": "1.72.0" "version": "1.72.1"
}, },
"1.72": { "1.72": {
"version": "1.72.0" "version": "1.72.1"
},
"1.72.1": {
"x86_64_linux_musl": {
"etag": "0x8DE37FB10DDBC3D",
"checksum": "b5c9b2fb6ada8a400c5fc5d48cd112dc1adea21a3b73b03857059374dd8a78d0"
},
"x86_64_macos": {
"etag": "0x8DE38ACEB75956B",
"checksum": "c349fd4c584374af58fc2c71f55a768e86aaebfc5924c36967db896e205e8058"
},
"x86_64_windows": {
"etag": "0x8DE37FC26353FF3",
"checksum": "ab532febe55e4dd1229588a7ff1d22d76df390de729379da1e6d5c5ea5ae4c32"
},
"aarch64_linux_musl": {
"etag": "0x8DE37FB2A61FE31",
"checksum": "66ce9c7fbdf6ba38991fa2ac193ed051bd6d04aeec693900c848154bf549484f"
},
"aarch64_macos": {
"etag": "0x8DE37FBF1795638",
"checksum": "2a2fa94f66b90bfcdab8100011260dad7e1d59d67e6c2f80a251cd9e5f80ce05"
},
"aarch64_windows": {
"etag": "0x8DE37FC2E7B9F2E",
"checksum": "6ec2fb5bf1ebc0ab56dd8d1d1d43bf5a6060d36755e5bb1b006546b53a7775a7"
}
}, },
"1.72.0": { "1.72.0": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

36
manifests/syft.json generated
View File

@@ -32,13 +32,43 @@
}, },
"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.38.0" "version": "1.38.2"
}, },
"1": { "1": {
"version": "1.38.0" "version": "1.38.2"
}, },
"1.38": { "1.38": {
"version": "1.38.0" "version": "1.38.2"
},
"1.38.2": {
"x86_64_linux_musl": {
"etag": "0x8DE376E9DDE2EE2",
"checksum": "6aa9a7b9e53c0f06e2d79fb24641cc1c856bb41702c282a577691f54bad94996"
},
"x86_64_macos": {
"etag": "0x8DE376E9EAAD1D4",
"checksum": "d345de5c7dcbd8e258d568ca40786768bb654cba62f54cb8ca83c2c90a9d4422"
},
"x86_64_windows": {
"etag": "0x8DE376E9EDD1AE7",
"checksum": "74d57daca2a9d08f0d470d3c4c11e8b98ed4a5ee5abb70f1ed9d207d319fcf51"
},
"aarch64_linux_musl": {
"etag": "0x8DE376E9DBF30F3",
"checksum": "ccd95833d4124f0e30925033908934978086727af69585f015f28a4f355fda1b"
},
"aarch64_macos": {
"etag": "0x8DE376E9E9AB756",
"checksum": "3b53cdff2a1c66792329d91a914276e98efbe548901978fe42b991efc5df90cf"
},
"powerpc64le_linux_musl": {
"etag": "0x8DE376E9DC04131",
"checksum": "b03259cb24ece0e935bc63afd0e211edd3739ac3764dd11b80a85b68375bfa86"
},
"s390x_linux_musl": {
"etag": "0x8DE376E9DD70AEF",
"checksum": "8b6b8ed48bfd8884d4b4d45de18129572c8b4021b54541fd829fa1312b2f365b"
}
}, },
"1.38.0": { "1.38.0": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

238
manifests/tombi.json generated Normal file
View File

@@ -0,0 +1,238 @@
{
"rust_crate": null,
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v${version}/tombi-cli-${version}-x86_64-unknown-linux-musl.gz"
},
"x86_64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v${version}/tombi-cli-${version}-x86_64-apple-darwin.gz"
},
"x86_64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v${version}/tombi-cli-${version}-x86_64-pc-windows-msvc.zip"
},
"aarch64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v${version}/tombi-cli-${version}-aarch64-unknown-linux-musl.gz"
},
"aarch64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v${version}/tombi-cli-${version}-aarch64-apple-darwin.gz"
},
"aarch64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v${version}/tombi-cli-${version}-aarch64-pc-windows-msvc.zip"
}
},
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
"latest": {
"version": "0.7.7"
},
"0.7": {
"version": "0.7.7"
},
"0.7.7": {
"x86_64_linux_musl": {
"etag": "0x8DE397E7E76B5CA",
"checksum": "a38f26e0da090ef9623cc2c98fc34448819b37036cfa1de93e1363fa82a00506"
},
"x86_64_macos": {
"etag": "0x8DE397E7E794AEE",
"checksum": "c54ae4201382c8f8838dc0296d02d4a071ff52a3caba99e5259d5abb3426ee04"
},
"x86_64_windows": {
"etag": "0x8DE397E7F0B2301",
"checksum": "ab073e78646b1be8116a093ffdb5581d799b0d8bb78bcf9fd6af3c49ff243043"
},
"aarch64_linux_musl": {
"etag": "0x8DE397E7E7B6B6F",
"checksum": "0ec248d2310170399f0b7710d3c8dee572b571bc892936a17d7831e6dd849e3c"
},
"aarch64_macos": {
"etag": "0x8DE397E7E7CF057",
"checksum": "49335469a2112e1946f9c399c6b9a5c97dfcf5eb2c5f89818aacbe9420350454"
},
"aarch64_windows": {
"etag": "0x8DE397E7ED69275",
"checksum": "4f56a889eb540d41d6d3ea973879a5591adc96a7f978e37bd65cd2573065e3c9"
}
},
"0.7.6": {
"x86_64_linux_musl": {
"etag": "0x8DE3970A940FAC1",
"checksum": "a3bc8ec39eed7eff8ad60e817685bb8360c61b4863d9bf3de42f37d3d11f3c33"
},
"x86_64_macos": {
"etag": "0x8DE3970A995E744",
"checksum": "f77c7fefed9b747914d82e344e2ff3241495b48ad439ecc59ff121ae99d822a0"
},
"x86_64_windows": {
"etag": "0x8DE3970A9B422BA",
"checksum": "6ffbae520f012b6bd3f56ec5eb17bf951f15a3d730f39e9a8e1e4fee6368a6ba"
},
"aarch64_linux_musl": {
"etag": "0x8DE3970A91F19E9",
"checksum": "3b32ae84221d5011df7d5bbbb536b5de82e57db2791cfc2138123b731153bbfa"
},
"aarch64_macos": {
"etag": "0x8DE3970A9299579",
"checksum": "75428fe077861d06a3a4924c4ddd0562c9172785d5fce2524b8abb5bc9884a27"
},
"aarch64_windows": {
"etag": "0x8DE3970A922E63E",
"checksum": "211c18c02ec8192f3e7c80d21cc4f337147e20eea1d4162efeae1a3c515becbe"
}
},
"0.7.5": {
"x86_64_linux_musl": {
"etag": "0x8DE38CD81BA83BA",
"checksum": "274901687e24fae5feff751ed03b0ac772699bc2b2220946892b537aa2814333"
},
"x86_64_macos": {
"etag": "0x8DE38CD8103E7E0",
"checksum": "7f5713ef63f0b44525fd550437a01810db12802a1ce42cf0a978989ed98e3aa8"
},
"x86_64_windows": {
"etag": "0x8DE38CD8121D589",
"checksum": "707e0368d371408635b789b289821151f0c4835a2f7170c91dca3fb933708b35"
},
"aarch64_linux_musl": {
"etag": "0x8DE38CD810593B2",
"checksum": "b6049f4dc98637b8ca4afe26d14f618efaf9ec0d420f3dbafba04b17c1297622"
},
"aarch64_macos": {
"etag": "0x8DE38CD80F7E76E",
"checksum": "d26f4f7a9bc261722cc364e686c26ada0f8c2f720f0e80646a0cb4911dc31f65"
},
"aarch64_windows": {
"etag": "0x8DE38CD81065627",
"checksum": "ca208cc5d19cabdbfb43c2f52d2ca2e163eaa1ffa8740b0cf716a0cf1b6eda9e"
}
},
"0.7.4": {
"x86_64_linux_musl": {
"etag": "0x8DE3569EE419ACF",
"checksum": "469df5358050230100892e4b9c4f879088ccf005aaa8d58ee19a4832b3a0b27a"
},
"x86_64_macos": {
"etag": "0x8DE3569EE21B39B",
"checksum": "9c987c5ddce479165179ee9211cd0fe79dc16badab48d02fdabb9d8cce10c3f6"
},
"x86_64_windows": {
"etag": "0x8DE3569EE332C14",
"checksum": "418a99a9b060c3c187b79b84215d8952d7f5980e9535212259e81cb1c1af4d6c"
},
"aarch64_linux_musl": {
"etag": "0x8DE3569EE1A8FB2",
"checksum": "33d99bc9584df283c87540e74262060797f81d85b869d66d5eb0a29de38bf82f"
},
"aarch64_macos": {
"etag": "0x8DE3569EE1BC6CB",
"checksum": "541d77a4ae161b5d9ba3a260e514c2b41a39c5e5c3daba297c385fbce7b0d697"
},
"aarch64_windows": {
"etag": "0x8DE3569EE86BA76",
"checksum": "594531b666394faca000409f8eb06deec1e86796b48039c7bb06de4deea704b6"
}
},
"0.7.3": {
"x86_64_linux_musl": {
"etag": "0x8DE3525E33CE475",
"checksum": "3b6cfa4fa65f564c25ddfb9d69f7d59066cc2c4d790066d67bb5787598a9f1c0"
},
"x86_64_macos": {
"etag": "0x8DE3525E3701713",
"checksum": "be792cf5ed3801d4a0285c42872735c2eff084adc68ccb2e096b09f322ed2368"
},
"x86_64_windows": {
"etag": "0x8DE3525E2E4A044",
"checksum": "30883b1842e4e4a52c0451e17dc2b8e22a6ae5a90c365a234feb4edeee04a1cf"
},
"aarch64_linux_musl": {
"etag": "0x8DE3525E2D9623F",
"checksum": "5fd838104d181195ea4f6c7f5f806290b5cd993112b9ac69f0be2e6db95858dc"
},
"aarch64_macos": {
"etag": "0x8DE3525E2E955ED",
"checksum": "17432f793548692b36f4b9076df2fb371bf534193f8487cf483824062c179384"
},
"aarch64_windows": {
"etag": "0x8DE3525E2DDCA20",
"checksum": "24338b113e455f36f4257e7c8aaf26e122b9af011bf908e85c2825ee4a730bb8"
}
},
"0.7.2": {
"x86_64_linux_musl": {
"etag": "0x8DE34DC1E96C9F9",
"checksum": "aafe7a7c1069c45071ea9c4a20cc0685a4d5f44f6e902440cc000ae22006d8cd"
},
"x86_64_macos": {
"etag": "0x8DE34DC1E2FF013",
"checksum": "08819cdd0fc3dc678134c012b5c631e9c3a5d7e62158a631a62ac69cb42c340e"
},
"x86_64_windows": {
"etag": "0x8DE34DC1EA75940",
"checksum": "c751d98062210528c28a528c8e7dda84de7dde58e6a6f1493bde15a5f63eef29"
},
"aarch64_linux_musl": {
"etag": "0x8DE34DC1E3603D1",
"checksum": "d6f6bf1f47aed40448c5fddf95586f80cb8c1f5cd19ee8772814962b95c850c0"
},
"aarch64_macos": {
"etag": "0x8DE34DC1E2C23C8",
"checksum": "871df2de2e78384f73e61b8b77a062a26b2965e54cb9aebdf265eb8c46a13bc7"
},
"aarch64_windows": {
"etag": "0x8DE34DC1E325E5A",
"checksum": "991c07f1728501698ddec5579ef86cff17c453d56f664a260d2dddb66599a043"
}
},
"0.7.1": {
"x86_64_linux_musl": {
"etag": "0x8DE345CAAC4C532",
"checksum": "9e009e9481a61baa7919e6addbbdf4f3078794e8b74303c6b03bb811244f18f1"
},
"x86_64_macos": {
"etag": "0x8DE345CAABA49AC",
"checksum": "1a3a8d80bd240e50c4a9d41ec696b6f65942fb2715ba44bd0ec4a502e3e68afd"
},
"x86_64_windows": {
"etag": "0x8DE345CAB38FD90",
"checksum": "f7029498961adbb545153c56322a8fe255adf92f3173db610a7a5511a2876284"
},
"aarch64_linux_musl": {
"etag": "0x8DE345CAAB12C16",
"checksum": "406f178f5808fc9b2de3b804ccc3e778acd4f330bf83074943531f79faf0174f"
},
"aarch64_macos": {
"etag": "0x8DE345CAAB0DE53",
"checksum": "ec69ecb4ee199a594ab373da8ef2ba043334b6e0c1e0424eefcb602440b8b5bb"
},
"aarch64_windows": {
"etag": "0x8DE345CAAD7E98D",
"checksum": "be2630506df0e73b4a6ec7954e79b772f0a72f62de9bfbeef2fe1f4bcd47098f"
}
},
"0.7.0": {
"x86_64_linux_musl": {
"etag": "0x8DE2CFC29BDF9D0",
"checksum": "5303c30bb6ab7de4996fbcf0797e4501065dce7ad23b3eb130f6249accaefc27"
},
"x86_64_macos": {
"etag": "0x8DE2CFC29BF0A0E",
"checksum": "3ed3b4a92555738a5eb13dfbdc601ceb51c4d0bf3b97fe22ee0642afcee140b3"
},
"x86_64_windows": {
"etag": "0x8DE2CFC29C82791",
"checksum": "5b7143b39f9867bb9ed172c9ee56b66361507aaf7f41b8f114a9a63f024f3d27"
},
"aarch64_linux_musl": {
"etag": "0x8DE2CFC2A20E063",
"checksum": "5caddcf620008dcbb5283737f1669aa25e46a2b7692d8f77342cb914982a1327"
},
"aarch64_macos": {
"etag": "0x8DE2CFC29AB2342",
"checksum": "a0f64f048d94ddb6c60c4525062add3b75ae4c21124da5cbd8215f7857d9bf5a"
},
"aarch64_windows": {
"etag": "0x8DE2CFC2A39A3BB",
"checksum": "1f47c07abbb4befad8d88a1d51585fbd26656874890fb1eb15ee467aa06b7284"
}
}
}

42
manifests/uv.json generated
View File

@@ -40,10 +40,48 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)", "license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
"latest": { "latest": {
"version": "0.9.16" "version": "0.9.17"
}, },
"0.9": { "0.9": {
"version": "0.9.16" "version": "0.9.17"
},
"0.9.17": {
"x86_64_linux_musl": {
"etag": "0x8DE37776CEFED93",
"checksum": "ab616c1851e7b1ed377a9ff3997dcee184bea7eda0b20bc8607abba6c469cbad"
},
"x86_64_macos": {
"etag": "0x8DE37776C73F62D",
"checksum": "249e7fb18d45c06ba283c48f0a8e586ecc5fbb9e8dad0923c4169a7c4db815b2"
},
"x86_64_windows": {
"etag": "0x8DE37776C8C1DE5",
"checksum": "ebc76197bf3e1a58f9dac6f70f49b0ebd3e6907ab35289ce228bce5ba8a3f201"
},
"aarch64_linux_musl": {
"etag": "0x8DE37776A6E8602",
"checksum": "f6f48a301f8e855765af42ef50257af0cebc9c5439dfdcbc188142941aea45ca"
},
"aarch64_macos": {
"etag": "0x8DE377769C4D441",
"checksum": "a1e1464aa1d04d5e5fa700aa2f2e10397d1114e835dbd56be25ba65c9a31bd99"
},
"aarch64_windows": {
"etag": "0x8DE377769FF5176",
"checksum": "28423a27ad1d82347c00411a6792567119b3c1cfe775d3312c0e08a6b489be5b"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE37776BEAEE19",
"checksum": "4958185c5febf22f1c4c84944334cb0d9262c2c2c93faf30c1e0abd26f9d94fa"
},
"riscv64_linux_gnu": {
"etag": "0x8DE37776C16D5BA",
"checksum": "feed7cc7b5fc8a99e683ee1761cf99e3da12b60a2a413b7b87a0447726a66369"
},
"s390x_linux_gnu": {
"etag": "0x8DE37776C4DFB58",
"checksum": "a297518913a0f0e4af1bce434440ca9d415728aaf828c7def0e913aa5c46da8f"
}
}, },
"0.9.16": { "0.9.16": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

30
manifests/vacuum.json generated
View File

@@ -22,10 +22,36 @@
}, },
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)", "license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
"latest": { "latest": {
"version": "0.20.4" "version": "0.20.5"
}, },
"0.20": { "0.20": {
"version": "0.20.4" "version": "0.20.5"
},
"0.20.5": {
"x86_64_linux_musl": {
"etag": "0x8DE384C7F48EC25",
"checksum": "b369bd1f15f9a2facfcd88eb68904af9ea6aa7e80cd9689c1cf59ed066c0fc86"
},
"x86_64_macos": {
"etag": "0x8DE384C7E88E55C",
"checksum": "7aa30a3466b9d4681f8ddf87090caf9317ea19b41d5959e612bcb377bcc75010"
},
"x86_64_windows": {
"etag": "0x8DE384C7F672782",
"checksum": "d43a6afc50378162f6f459c2610f96fd516a5f310b6b5ddf9de558f6cbc6a1c7"
},
"aarch64_linux_musl": {
"etag": "0x8DE384C7F46301E",
"checksum": "576c3867ff7b9d0c50f21f7fabf0c2c14f7dc1cea948d2ab31fd1dafa2b3952a"
},
"aarch64_macos": {
"etag": "0x8DE384C7E9229BB",
"checksum": "39df02e3739eea416145b1ace92bfc3a43f555f64af06c609a8db511f3d035b2"
},
"aarch64_windows": {
"etag": "0x8DE384C7E873989",
"checksum": "c588ab50e31d1c23c8601b8cfa8a9131fc2bc67a16a097cc55997c8a913f3313"
}
}, },
"0.20.4": { "0.20.4": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -0,0 +1,27 @@
{
"repository": "https://github.com/tombi-toml/tombi",
"website": "https://tombi-toml.github.io/tombi/",
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
"version_range": ">= 0.7",
"tag_prefix": "v",
"platform": {
"x86_64_linux_musl": {
"asset_name": "tombi-cli-${version}-x86_64-unknown-linux-musl.gz"
},
"x86_64_macos": {
"asset_name": "tombi-cli-${version}-x86_64-apple-darwin.gz"
},
"x86_64_windows": {
"asset_name": "tombi-cli-${version}-x86_64-pc-windows-msvc.zip"
},
"aarch64_linux_musl": {
"asset_name": "tombi-cli-${version}-aarch64-unknown-linux-musl.gz"
},
"aarch64_macos": {
"asset_name": "tombi-cli-${version}-aarch64-apple-darwin.gz"
},
"aarch64_windows": {
"asset_name": "tombi-cli-${version}-aarch64-pc-windows-msvc.zip"
}
}
}