Compare commits

...

19 Commits

Author SHA1 Message Date
Taiki Endo
70e00552f3 Release 2.68.2 2026-02-18 18:48:31 +09:00
Taiki Endo
f194710068 Update uv@latest to 0.10.4 2026-02-18 09:58:13 +09:00
Taiki Endo
27567b80d2 Update tombi@latest to 0.7.31 2026-02-18 06:32:28 +09:00
Taiki Endo
a55fe7640f Update rclone@latest to 1.73.1 2026-02-18 06:32:28 +09:00
Taiki Endo
cede0bb282 Release 2.68.1 2026-02-18 01:22:33 +09:00
Taiki Endo
965957ccd8 Update mise@latest to 2026.2.15 2026-02-17 21:35:22 +09:00
Taiki Endo
e7d02d3717 Update tombi@latest to 0.7.30 2026-02-17 09:55:24 +09:00
Taiki Endo
14a4576f87 Update knope@latest to 0.22.3 2026-02-17 09:55:24 +09:00
Taiki Endo
f8d25fb8a2 Release 2.68.0 2026-02-17 02:33:28 +09:00
Taiki Endo
27ef967ed8 Update changelog 2026-02-17 02:33:13 +09:00
gamma0987
28a014e014 Add gungraun-runner (#1520) 2026-02-17 02:31:19 +09:00
Taiki Endo
d132751fe4 Update uv@latest to 0.10.3 2026-02-17 02:30:11 +09:00
Taiki Endo
bff1ddbc43 Update typos@latest to 1.43.5 2026-02-17 02:30:11 +09:00
Taiki Endo
79677b631d Update tombi@latest to 0.7.29 2026-02-17 02:30:11 +09:00
Taiki Endo
b78a20397f Update release-plz@latest to 0.3.156 2026-02-17 02:30:11 +09:00
Taiki Endo
46985b6af7 Update cargo-lambda@latest to 1.9.0 2026-02-17 02:30:11 +09:00
Taiki Endo
3f08cd5894 ci: Temporarily disable broken archlinux test
```
  :: Synchronizing package databases...
   core downloading...
   extra downloading...
  resolving dependencies...
  looking for conflicting packages...

  Package (9)           New Version                  Net Change  Download Size

  core/db5.3            5.3.28-7                       6.48 MiB       1.26 MiB
  core/libgcc           15.2.1+r604+g0b99615a8aef-1    0.17 MiB       0.08 MiB
  core/libstdc++        15.2.1+r604+g0b99615a8aef-1    2.57 MiB       0.75 MiB
  core/perl             5.42.0-1                      69.88 MiB      20.40 MiB
  extra/perl-error      0.17030-3                      0.04 MiB       0.02 MiB
  extra/perl-mailtools  2.22-3                         0.10 MiB       0.06 MiB
  extra/perl-timedate   2.33-9                         0.08 MiB       0.03 MiB
  extra/zlib-ng         2.3.3-1                        0.28 MiB       0.11 MiB
  extra/git             2.53.0-1                      29.72 MiB       6.83 MiB

  Total Download Size:    29.53 MiB
  Total Installed Size:  109.31 MiB

  :: Proceed with installation? [Y/n]
  :: Retrieving packages...
   perl-5.42.0-1-x86_64 downloading...
   git-2.53.0-1-x86_64 downloading...
   db5.3-5.3.28-7-x86_64 downloading...
   libstdc++-15.2.1+r604+g0b99615a8aef-1-x86_64 downloading...
   zlib-ng-2.3.3-1-x86_64 downloading...
   libgcc-15.2.1+r604+g0b99615a8aef-1-x86_64 downloading...
   perl-mailtools-2.22-3-any downloading...
   perl-timedate-2.33-9-any downloading...
   perl-error-0.17030-3-any downloading...
  checking keyring...
  checking package integrity...
  loading package files...
  checking for file conflicts...
  error: failed to commit transaction (conflicting files)
  libgcc: /usr/lib/libgcc_s.so exists in filesystem (owned by gcc-libs)
  libgcc: /usr/lib/libgcc_s.so.1 exists in filesystem (owned by gcc-libs)
  libgcc: /usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION exists in filesystem (owned by gcc-libs)
  libstdc++: /usr/lib/libstdc++.so exists in filesystem (owned by gcc-libs)
  libstdc++: /usr/lib/libstdc++.so.6 exists in filesystem (owned by gcc-libs)
  libstdc++: /usr/lib/libstdc++.so.6.0.34 exists in filesystem (owned by gcc-libs)
  Errors occurred, no packages were upgraded.
```
2026-02-17 01:16:21 +09:00
Taiki Endo
80e1af6735 Update prek@latest to 0.3.3 2026-02-16 00:44:01 +09:00
Taiki Endo
015210593d Update mise@latest to 2026.2.13 2026-02-15 22:13:16 +09:00
17 changed files with 541 additions and 26 deletions

View File

@@ -13,6 +13,7 @@ epel
espup
fastestmirror
grcov
gungraun
insta
knope
libicu

View File

@@ -230,7 +230,7 @@ jobs:
- centos:7 # glibc 2.17
- opensuse/leap:latest # glibc 2.38 (as of leap 15.6)
- opensuse/tumbleweed:latest # glibc 2.39 (as of 2024-07-19)
- archlinux:latest # glibc 2.39 (as of 2024-07-19)
# - archlinux:latest # glibc 2.39 (as of 2024-07-19)
- alpine:3.2 # musl 1.1.11
- alpine:3.14 # musl 1.2.2
- alpine:3.15 # musl 1.2.2

View File

@@ -10,6 +10,40 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.68.2] - 2026-02-18
- Update `uv@latest` to 0.10.4.
- Update `tombi@latest` to 0.7.31.
- Update `rclone@latest` to 1.73.1.
## [2.68.1] - 2026-02-17
- Update `mise@latest` to 2026.2.15.
- Update `tombi@latest` to 0.7.30.
- Update `knope@latest` to 0.22.3.
## [2.68.0] - 2026-02-16
- Support `gungraun-runner`. ([#1520](https://github.com/taiki-e/install-action/pull/1520), thanks @gamma0987)
- Update `uv@latest` to 0.10.3.
- Update `typos@latest` to 1.43.5.
- Update `tombi@latest` to 0.7.29.
- Update `release-plz@latest` to 0.3.156.
- Update `cargo-lambda@latest` to 1.9.0.
- Update `prek@latest` to 0.3.3.
- Update `mise@latest` to 2026.2.13.
## [2.67.30] - 2026-02-13
- Update `cargo-nextest@latest` to 0.9.127.
@@ -5647,7 +5681,10 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.30...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.68.2...HEAD
[2.68.2]: https://github.com/taiki-e/install-action/compare/v2.68.1...v2.68.2
[2.68.1]: https://github.com/taiki-e/install-action/compare/v2.68.0...v2.68.1
[2.68.0]: https://github.com/taiki-e/install-action/compare/v2.67.30...v2.68.0
[2.67.30]: https://github.com/taiki-e/install-action/compare/v2.67.29...v2.67.30
[2.67.29]: https://github.com/taiki-e/install-action/compare/v2.67.28...v2.67.29
[2.67.28]: https://github.com/taiki-e/install-action/compare/v2.67.27...v2.67.28

View File

@@ -53,8 +53,9 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**espup**](https://github.com/esp-rs/espup) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/esp-rs/espup/releases) | Linux, macOS, Windows | [MIT](https://github.com/esp-rs/espup/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/esp-rs/espup/blob/main/LICENSE-APACHE) |
| [**git-cliff**](https://github.com/orhun/git-cliff) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/orhun/git-cliff/releases) | Linux, macOS, Windows | [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) |
| [**grcov**](https://github.com/mozilla/grcov) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/mozilla/grcov/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/mozilla/grcov/blob/HEAD/LICENSE-MPL-2.0) |
| [**gungraun-runner**](https://gungraun.github.io/gungraun/) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/gungraun/gungraun/releases) | Linux | [Apache-2.0](https://github.com/gungraun/gungraun/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/gungraun/gungraun/blob/main/LICENSE-MIT) |
| [**hyperfine**](https://github.com/sharkdp/hyperfine) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sharkdp/hyperfine/releases) | Linux, macOS, Windows | [MIT](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-APACHE) |
| [**iai-callgrind-runner**](https://iai-callgrind.github.io/iai-callgrind/) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/iai-callgrind/iai-callgrind/releases) | Linux | [Apache-2.0](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-MIT) |
| [**iai-callgrind-runner**](https://gungraun.github.io/gungraun/) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/iai-callgrind/iai-callgrind/releases) | Linux | [Apache-2.0](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-MIT) |
| [**jaq**](https://github.com/01mf02/jaq) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/01mf02/jaq/releases) | Linux, macOS, Windows | [MIT](https://github.com/01mf02/jaq/blob/main/LICENSE-MIT) |
| [**just**](https://github.com/casey/just) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/casey/just/releases) | Linux, macOS, Windows | [CC0-1.0](https://github.com/casey/just/blob/master/LICENSE) |
| [**knope**](https://github.com/knope-dev/knope) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/knope-dev/knope/releases) | Linux, macOS, Windows | [MIT](https://github.com/knope-dev/knope/blob/main/LICENSE) |

View File

@@ -840,7 +840,8 @@ for tool in "${tools[@]}"; do
# biome up to 1.2.2 exits with 1 on both --version and --help flags.
# cargo-machete up to 0.6.0 does not support --version flag.
# wait-for-them up to 0.4.0 does not support --version flag.
biome | cargo-machete | wait-for-them) rx "${tool_bin_stem}" --version || true ;;
# gungraun-runner up to 0.17.1 (exclusive) does not support --version flag.
biome | cargo-machete | wait-for-them | gungraun-runner) rx "${tool_bin_stem}" --version || true ;;
# these packages support neither --version nor --help flag.
cargo-auditable | cargo-careful | wasm-bindgen-test-runner) ;;
# wasm2es6js does not support --version flag and --help flag doesn't contains version info.

View File

@@ -20,10 +20,35 @@
},
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
"latest": {
"version": "1.8.6"
"version": "1.9.0"
},
"1": {
"version": "1.8.6"
"version": "1.9.0"
},
"1.9": {
"version": "1.9.0"
},
"1.9.0": {
"x86_64_linux_musl": {
"etag": "0x8DE6CC601BCE7EA",
"checksum": "a7aec9f4f34194bc63ee40aa81bc1889340ba5a51b3f97ca48ab70460dce2a98"
},
"x86_64_macos": {
"etag": "0x8DE6CC6026E598D",
"checksum": "122b9bfb43e28b82e3a6a9b8337551bf95c08c5d13a8e5881c889b1d8d137912"
},
"x86_64_windows": {
"etag": "0x8DE6CC6033F6498",
"checksum": "c997efcc32e237a4d95e318e93500ade18f50e183fbf83682f20f47fcf46768c"
},
"aarch64_linux_musl": {
"etag": "0x8DE6CC60402EA5D",
"checksum": "5fb0876889e9ffce88e6f08eba5eb9c6e9e8cc850f352bf8a391c9bb450f2530"
},
"aarch64_macos": {
"etag": "0x8DE6CC604AD5EEE",
"checksum": "f3fcb0f811b2eb0c3f54b6ec36bdaf936f7822e9b97b1d4350cdb5d84c5730f3"
}
},
"1.8": {
"version": "1.8.6"

98
manifests/gungraun-runner.json generated Normal file
View File

@@ -0,0 +1,98 @@
{
"rust_crate": "gungraun-runner",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/gungraun/gungraun/releases/download/v${version}/gungraun-runner-v${version}-x86_64-unknown-linux-musl.tar.gz",
"bin": "gungraun-runner-v${version}-x86_64-unknown-linux-musl/gungraun-runner"
},
"aarch64_linux_gnu": {
"url": "https://github.com/gungraun/gungraun/releases/download/v${version}/gungraun-runner-v${version}-aarch64-unknown-linux-gnu.tar.gz",
"bin": "gungraun-runner-v${version}-aarch64-unknown-linux-gnu/gungraun-runner"
},
"powerpc64le_linux_gnu": {
"url": "https://github.com/gungraun/gungraun/releases/download/v${version}/gungraun-runner-v${version}-powerpc64le-unknown-linux-gnu.tar.gz",
"bin": "gungraun-runner-v${version}-powerpc64le-unknown-linux-gnu/gungraun-runner"
},
"riscv64_linux_gnu": {
"url": "https://github.com/gungraun/gungraun/releases/download/v${version}/gungraun-runner-v${version}-riscv64gc-unknown-linux-gnu.tar.gz",
"bin": "gungraun-runner-v${version}-riscv64gc-unknown-linux-gnu/gungraun-runner"
},
"s390x_linux_gnu": {
"url": "https://github.com/gungraun/gungraun/releases/download/v${version}/gungraun-runner-v${version}-s390x-unknown-linux-gnu.tar.gz",
"bin": "gungraun-runner-v${version}-s390x-unknown-linux-gnu/gungraun-runner"
}
},
"license_markdown": "[Apache-2.0](https://github.com/gungraun/gungraun/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/gungraun/gungraun/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.17.2"
},
"0.17": {
"version": "0.17.2"
},
"0.17.2": {
"x86_64_linux_musl": {
"etag": "0x8DE68853C020A9C",
"checksum": "569b45791e87a157b6a5c248b60c679fc2fe7e0bdb6b4c8101e08ef88b75bbc5"
},
"aarch64_linux_gnu": {
"etag": "0x8DE68856BC32412",
"checksum": "5b59390e72a149230b1f9a8e6fe2f99b0287cd654fda6f97a3117fff26c9c36e"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE68853B34CC5E",
"checksum": "52b51a07a64065085e5185e972dedbec561bab3b21a1d7caf518e0535d2a0e28"
},
"riscv64_linux_gnu": {
"etag": "0x8DE688536B1739C",
"checksum": "ba8339ccb5dd17d132299b9f92a992673c7aba3df963071e7d5937c1e718781e"
},
"s390x_linux_gnu": {
"etag": "0x8DE68856D0389E2",
"checksum": "09a40672c812c0ceb13bae85c4b00b535bf3804f9f9402ca2df263ea81a66700"
}
},
"0.17.1": {
"x86_64_linux_musl": {
"etag": "0x8DE686AB13208B9",
"checksum": "7ded91ba76e91f1458817672c31a0410c77fb47d6e24a991f5753f09e9ab11f9"
},
"aarch64_linux_gnu": {
"etag": "0x8DE686A71C74ACE",
"checksum": "860e663b4ed4855d9aeaa5604c05d6d4a52e757817e747009738e61359acfdc4"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE686AB27613FC",
"checksum": "152a201a9dba68f2e3f17d350ee1b7c1224eeaa7011acae3fff42142b89bbf2f"
},
"riscv64_linux_gnu": {
"etag": "0x8DE686A885720ED",
"checksum": "bd947d5bd7f7a11c03c8e867c42b81f642025218cecd4186ea410a5813ff34e6"
},
"s390x_linux_gnu": {
"etag": "0x8DE686A938F793B",
"checksum": "e71989857f9e4adaaaf8de659157c7b192e7ae9e6eed6ce3424aeda0f49f16a0"
}
},
"0.17.0": {
"x86_64_linux_musl": {
"etag": "0x8DDF976E83B1C58",
"checksum": "0c0dc5702ec2319e53c9f58eb1e6f897e42ce44d8877f0b20cecad8f77138c27"
},
"aarch64_linux_gnu": {
"etag": "0x8DDF976AFD74096",
"checksum": "96d1e996d03da4dd4f205d6b6d7901a829e667c1fbd1b50d457ed7985f579bc9"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DDF976E339F8F5",
"checksum": "eca926ef2ed9a861e812ff71eb1f425235a9abe4c790705ef4be13f3265c14cc"
},
"riscv64_linux_gnu": {
"etag": "0x8DDF976AB1DF8DB",
"checksum": "315947fcbb536956e1dc203353eea523f7c306276d95ce52bde6ed0033136631"
},
"s390x_linux_gnu": {
"etag": "0x8DDF976DEB82496",
"checksum": "87e6eeeeaeffc1bcbaad72f4cf45dc70694d9a803acc9d12cc9b54ee8343ae37"
}
}
}

30
manifests/knope.json generated
View File

@@ -3,10 +3,36 @@
"template": null,
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
"latest": {
"version": "0.22.2"
"version": "0.22.3"
},
"0.22": {
"version": "0.22.2"
"version": "0.22.3"
},
"0.22.3": {
"x86_64_linux_musl": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.3/knope-x86_64-unknown-linux-musl.tgz",
"etag": "0x8DE6D9C83297968",
"checksum": "67ef0bf50ad3f075413e796a8364e72025af26d3116edf6842bc24869fe0dbf7",
"bin": "knope-x86_64-unknown-linux-musl/knope"
},
"x86_64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.3/knope-x86_64-apple-darwin.tgz",
"etag": "0x8DE6D9C832731FC",
"checksum": "caeed621095069a8b7e07891dbd476d35bbb46efc29e89c68e3a2d76d4c8dc11",
"bin": "knope-x86_64-apple-darwin/knope"
},
"x86_64_windows": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.3/knope-x86_64-pc-windows-msvc.tgz",
"etag": "0x8DE6D9C832DBA51",
"checksum": "2ea29e6c9cd81f0f50c241ac26eb518b77d16202f87878d0aa3e6065f97526c0",
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
},
"aarch64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.22.3/knope-aarch64-apple-darwin.tgz",
"etag": "0x8DE6D9C831DED94",
"checksum": "4fc9b920bf511928d6d9ac45ac52fcfcd779c290b1fc5eb75e9c8ca423df793d",
"bin": "knope-aarch64-apple-darwin/knope"
}
},
"0.22.2": {
"x86_64_linux_musl": {

58
manifests/mise.json generated
View File

@@ -28,13 +28,65 @@
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2026.2.11"
"version": "2026.2.15"
},
"2026": {
"version": "2026.2.11"
"version": "2026.2.15"
},
"2026.2": {
"version": "2026.2.11"
"version": "2026.2.15"
},
"2026.2.15": {
"x86_64_linux_musl": {
"etag": "0x8DE6E1524E85F64",
"checksum": "8031fb864cb1355e55ea9920a66da508116affa2f2de0734d711c1ecac115f63"
},
"x86_64_macos": {
"etag": "0x8DE6E1526D1673C",
"checksum": "5bb61fce62e1ffb8b0293543294da33bf3abc50e9a115cda10e9ffea428837e2"
},
"x86_64_windows": {
"etag": "0x8DE6E1527791F83",
"checksum": "4b1ef579b99222814158e77c82c6ef2c639d0da196d9110e6199695d27cfc1f0"
},
"aarch64_linux_musl": {
"etag": "0x8DE6E1521C8D13B",
"checksum": "69e3a95dfa77861ea7a7a0369ce8bf02ac8a0b8a31ca0a25abd83336cac34b42"
},
"aarch64_macos": {
"etag": "0x8DE6E152600D126",
"checksum": "e52820a46495382783494521f4daf7468c6a72ca67e5415b8da6be1719c8b3c3"
},
"aarch64_windows": {
"etag": "0x8DE6E1526F3480C",
"checksum": "a27bc7f0d0c954a72a6dada6f46e3b48729e0244cffface355ba272cb5d7501c"
}
},
"2026.2.13": {
"x86_64_linux_musl": {
"etag": "0x8DE6C80923A8806",
"checksum": "f037cc6e7cb68244fdf1da0712aea63135b5840194be63e9c94bc1979189d9fa"
},
"x86_64_macos": {
"etag": "0x8DE6C80940B68AB",
"checksum": "3d8912189cc144612cb379f8d98cd3eb41a4c65e58ff7f67bf173a674aa796c3"
},
"x86_64_windows": {
"etag": "0x8DE6C8094B934E7",
"checksum": "de276e2fde67c48d374ffbc373e3b29b07fb0eb0d6ac426aef559704a2b53afc"
},
"aarch64_linux_musl": {
"etag": "0x8DE6C808F74C1EE",
"checksum": "bb6ba7812d9ccbf9a8ed12722f2b961a65a4f18de2844fb6208e449cb24fe98b"
},
"aarch64_macos": {
"etag": "0x8DE6C809373CAC2",
"checksum": "33ee87cda4ca6dcb548f4b6a76ea94fe4df8942cc3b1d40151396c60522e7703"
},
"aarch64_windows": {
"etag": "0x8DE6C8094AFC98B",
"checksum": "72cb3720fb68516ca5f0bee643132ed587e0a043d5eb32b45754b17111b29ec6"
}
},
"2026.2.11": {
"x86_64_linux_musl": {

38
manifests/prek.json generated
View File

@@ -40,10 +40,44 @@
},
"license_markdown": "[MIT](https://github.com/j178/prek/blob/master/LICENSE)",
"latest": {
"version": "0.3.2"
"version": "0.3.3"
},
"0.3": {
"version": "0.3.2"
"version": "0.3.3"
},
"0.3.3": {
"x86_64_linux_musl": {
"etag": "0x8DE6C970BB39FBD",
"checksum": "4967cead51c26313c9dfdad0d2cdedf52ccbfc3d5ebd5dfd61676c45668f3791"
},
"x86_64_macos": {
"etag": "0x8DE6C970B4F0D5A",
"checksum": "0b65555d2bd2add6b24a1f2be51cfee6d0c837892560baf2c2163bdafafed338"
},
"x86_64_windows": {
"etag": "0x8DE6C970B711519",
"checksum": "c829796e1ddad21e82eef768cee01469880caff7b073a2f1c01073fe075d8ba7"
},
"aarch64_linux_musl": {
"etag": "0x8DE6C970A2B3614",
"checksum": "02628a23f55a88620dcb8ba90987556c7e42ff9f9c7a4359afb1f2ac2884b620"
},
"aarch64_macos": {
"etag": "0x8DE6C9709ED87FF",
"checksum": "12c1e281d4d484eaa6d502804c6a8c77ab06f1fdd22c5fd46c02f87ae5f3c1af"
},
"aarch64_windows": {
"etag": "0x8DE6C9709ED1353",
"checksum": "f7a1611c879e9fb27d01fd1b9eebd469de6204530acb331b5e5b37f5054c2bc8"
},
"riscv64_linux_gnu": {
"etag": "0x8DE6C970B18D0F3",
"checksum": "e99174f923961d55f71599b8cf5f6ab906d70fc48612ec961dec4723aefc6ea7"
},
"s390x_linux_gnu": {
"etag": "0x8DE6C970B3A63FF",
"checksum": "b59802b281be45192ac4ba5fde3f0aaeb3254b88bfb237514b0794eea30ffa95"
}
},
"0.3.2": {
"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)",
"latest": {
"version": "1.73.0"
"version": "1.73.1"
},
"1": {
"version": "1.73.0"
"version": "1.73.1"
},
"1.73": {
"version": "1.73.0"
"version": "1.73.1"
},
"1.73.1": {
"x86_64_linux_musl": {
"etag": "0x8DE6E50F9768E70",
"checksum": "e9bad0be2ed85128e0d977bf36c165dd474a705ea950d18e1005cef98119407b"
},
"x86_64_macos": {
"etag": "0x8DE6E51E546E2C1",
"checksum": "67afc47a59122ad5600590fc593fdadfb123723470eba7e523c6a9f044be2862"
},
"x86_64_windows": {
"etag": "0x8DE6E52254AAF8D",
"checksum": "b054ffdb21585366fee6f6c5df6988286a99d3ad6c8ea9e935c9494eb637f495"
},
"aarch64_linux_musl": {
"etag": "0x8DE6E511417325A",
"checksum": "8d40785a789612301aa27e5c6eaf8b4c6e7b9af93b3993280f6aab6f42bc1955"
},
"aarch64_macos": {
"etag": "0x8DE6E51EF0DE72D",
"checksum": "9fec9a1637f648ce20e9eaf8680fa87006496ccac9d5b034dfb4b8eb480776e3"
},
"aarch64_windows": {
"etag": "0x8DE6E522DE534B0",
"checksum": "d1f6a0bd98a4dfa226b01a6df3be77dfde433a84361245806d7dbf0db6707a22"
}
},
"1.73.0": {
"x86_64_linux_musl": {

View File

@@ -22,10 +22,32 @@
},
"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.155"
"version": "0.3.156"
},
"0.3": {
"version": "0.3.155"
"version": "0.3.156"
},
"0.3.156": {
"x86_64_linux_musl": {
"etag": "0x8DE6CF1473A5146",
"checksum": "42aa3f4efa186c3b62988432c12dba3b906aac66c4c13c8845a467d3c33d2f80"
},
"x86_64_windows": {
"etag": "0x8DE6CF1CD9471FB",
"checksum": "870eb6cb8d9d109bf3820b6261015416059a082d3d9ba11158da2637695f9782"
},
"aarch64_linux_musl": {
"etag": "0x8DE6CF1537F6996",
"checksum": "7ba501733f2ac66034a92f21c34a13db9a5df697104187ca232a7877089c4bf3"
},
"aarch64_macos": {
"etag": "0x8DE6CF174DDB4DA",
"checksum": "ed34621d9fba47be404c1c45a91b47c6975dbf3be4641b8aa4fe4b45adeb804a"
},
"aarch64_windows": {
"etag": "0x8DE6CF1E3F15B60",
"checksum": "d8d1eaed3745153e4adee03dda9955f05bbc8254671cd3cea7af55125f7f79cf"
}
},
"0.3.155": {
"x86_64_linux_musl": {

82
manifests/tombi.json generated
View File

@@ -22,10 +22,88 @@
},
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
"latest": {
"version": "0.7.28"
"version": "0.7.31"
},
"0.7": {
"version": "0.7.28"
"version": "0.7.31"
},
"0.7.31": {
"x86_64_linux_musl": {
"etag": "0x8DE6E47A120763F",
"checksum": "36be194363e14adfc62fa1eb51cb1bade09e5a9dbab47e8f176878eb6004ec6c"
},
"x86_64_macos": {
"etag": "0x8DE6E47A1976AD1",
"checksum": "01083717a0815b8b9f4a38dc1ef591b60d646dedb58ca8d15cbe110ea79aca59"
},
"x86_64_windows": {
"etag": "0x8DE6E47A1CC4951",
"checksum": "77826377917d51b22c05f5863c5d336e63b32d6821466d172f79c82dc355fbf6"
},
"aarch64_linux_musl": {
"etag": "0x8DE6E47A115FAAE",
"checksum": "dcacd08e41b2b48c0e60aae502ede431c3ddb2b8d174c4d60b3000e7890ef6f4"
},
"aarch64_macos": {
"etag": "0x8DE6E47A12248EE",
"checksum": "738313a8f9323b9c269acdff078addb5632261bb757ac6956d2eee3c3da7c06d"
},
"aarch64_windows": {
"etag": "0x8DE6E47A12552D7",
"checksum": "66bc736ec80615271349e149fb7d3c7066ab4b66ec628a269ae700471dd0b936"
}
},
"0.7.30": {
"x86_64_linux_musl": {
"etag": "0x8DE6DB5341A40CB",
"checksum": "b58d799a6007309ffeaa85fb67ffaf9153f8d057a036762f5d1de5bc6c6d8673"
},
"x86_64_macos": {
"etag": "0x8DE6DB5341B2A27",
"checksum": "4cb78c60a65c035e629e98de252f913b81160798ac48f47e8b1a902b626bbdf9"
},
"x86_64_windows": {
"etag": "0x8DE6DB5341A8EE1",
"checksum": "d5b4ed1bc952fe64f37cd7ecd72d49a19ff78117b8c6b5d6d3a861edc7769250"
},
"aarch64_linux_musl": {
"etag": "0x8DE6DB53415643A",
"checksum": "9b77150e8b77cc08e3c7ce8474262dbd1b873929b8085dc05de007b45e3dd2bf"
},
"aarch64_macos": {
"etag": "0x8DE6DB534B190EE",
"checksum": "04edb769af2ad63716265c23b124982470d4db748dbe6c8ebd673d1e06cda262"
},
"aarch64_windows": {
"etag": "0x8DE6DB53492E0CD",
"checksum": "7b4a81875b3eeab280753739ed9c8fee2b276aa97cad1397f309f10f51f428bb"
}
},
"0.7.29": {
"x86_64_linux_musl": {
"etag": "0x8DE6D5E9F67FC07",
"checksum": "336706008ce04548620c68cfe901e8ececba5020e7804fdde9635a4888a0010a"
},
"x86_64_macos": {
"etag": "0x8DE6D5E9EF12E96",
"checksum": "6e2f179b2f141006f1d7088c355a19bc89ebc4728e6594557da51216dfc37c0f"
},
"x86_64_windows": {
"etag": "0x8DE6D5E9F03699D",
"checksum": "34c63b261be233982a218db9d7aa0e37115dd16ae04ef0aa4e7e36c5a81428a5"
},
"aarch64_linux_musl": {
"etag": "0x8DE6D5E9EF375FC",
"checksum": "86d736a562260361209a0dc191d12018de8d65d2f824a1276c91f2665ba19e5b"
},
"aarch64_macos": {
"etag": "0x8DE6D5E9F6125F3",
"checksum": "d7357c6eeb604d73fc5968fedeccb7d70262cc0316084d2bc77a4b42e985c778"
},
"aarch64_windows": {
"etag": "0x8DE6D5E9EFD7CD3",
"checksum": "ecd8165ea06db0a601283c56294f6e0323af6166acb4b78e3cce36e2b7daa3ee"
}
},
"0.7.28": {
"x86_64_linux_musl": {

28
manifests/typos.json generated
View File

@@ -22,13 +22,35 @@
},
"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.43.4"
"version": "1.43.5"
},
"1": {
"version": "1.43.4"
"version": "1.43.5"
},
"1.43": {
"version": "1.43.4"
"version": "1.43.5"
},
"1.43.5": {
"x86_64_linux_musl": {
"etag": "0x8DE6D7084121470",
"checksum": "7bb0734a80c68a2ef1d4d0e64c46d498a50fbdb0d5efddac44e9804a687fef03"
},
"x86_64_macos": {
"etag": "0x8DE6D70B9E8AC0C",
"checksum": "f675f59c17287923c59b61d63c59092821d32ac35d66bd5ad9c666ad5a702531"
},
"x86_64_windows": {
"etag": "0x8DE6D70B2EBAB10",
"checksum": "33bcd71d132fc97c791581996453f0438d985dcec2a0eeedc1107a450bcb42c8"
},
"aarch64_linux_musl": {
"etag": "0x8DE6D70865D18D7",
"checksum": "15f2d2592312babea0eabb783e6879085f7ab3bd643aacf4d8290dd7c14c07d0"
},
"aarch64_macos": {
"etag": "0x8DE6D70B2B21732",
"checksum": "0c3fbef95090b0cd6d269a0d4a7ff4d665d5bd2b579179c6b856f7617b1ffc70"
}
},
"1.43.4": {
"x86_64_linux_musl": {

80
manifests/uv.json generated
View File

@@ -40,10 +40,86 @@
},
"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": {
"version": "0.10.2"
"version": "0.10.4"
},
"0.10": {
"version": "0.10.2"
"version": "0.10.4"
},
"0.10.4": {
"x86_64_linux_musl": {
"etag": "0x8DE6E707ECFD530",
"checksum": "18adf097cea30a165ba086c1e72659fec3c5aca056a560e7c39e0164ac871196"
},
"x86_64_macos": {
"etag": "0x8DE6E707E1DEF38",
"checksum": "df6dd1c3ebeab4369a098c516c15c233c62bf789a40a4864b30dad1d38d7604e"
},
"x86_64_windows": {
"etag": "0x8DE6E707E6E73B3",
"checksum": "0f0e22d7507633bfb38d9b42fb6a0341f1f74b8e80b070a31231c354812432a3"
},
"aarch64_linux_musl": {
"etag": "0x8DE6E707C430832",
"checksum": "82fc461031dafb130af761e7dbec1bcc51b826c2e664f5bf8bc4e4f8330320cd"
},
"aarch64_macos": {
"etag": "0x8DE6E707BAD163E",
"checksum": "a6852e4dc565c8fedcf5adcdf09fca7caf5347739bed512bd95b15dada36db51"
},
"aarch64_windows": {
"etag": "0x8DE6E707C088AFA",
"checksum": "77f859cfc26181bdfb94087ce42336d9e2d9e0700bc42f6668445cde517198ce"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE6E707DD94440",
"checksum": "7b315d9580ef574a1d0ff2023c16e5ac8a164feb1e998f33ed144dfd4c4fc125"
},
"riscv64_linux_gnu": {
"etag": "0x8DE6E707DE3BFB7",
"checksum": "101a71c072986929c410d4839babf66851563fd855b36c1dd7ffbbf5fbedce36"
},
"s390x_linux_gnu": {
"etag": "0x8DE6E707E1BCEB1",
"checksum": "59a50f14892c82de8f3e7a1a63ebc0ef98778085e4bb35ec99323f5009232fe2"
}
},
"0.10.3": {
"x86_64_linux_musl": {
"etag": "0x8DE6D4E9148C9E7",
"checksum": "126496b606129eda426dac502af0d910d895f3db81da28efc49b18edf5557741"
},
"x86_64_macos": {
"etag": "0x8DE6D4E90A1D426",
"checksum": "e8071cedb9986724ca3d70020b4460a85a274394b378c0e8eb1e8f9e33402ff9"
},
"x86_64_windows": {
"etag": "0x8DE6D4E90C0367B",
"checksum": "d029201a3eebaa8a0001fa762ee44ca14a9cb3cae4d59fc3fd69857da03a6f8c"
},
"aarch64_linux_musl": {
"etag": "0x8DE6D4E8E9DE89D",
"checksum": "a98f8decf21204d40acb512b0e08a803ed718c640a97f3c095864967463d5b15"
},
"aarch64_macos": {
"etag": "0x8DE6D4E8DC9FAE3",
"checksum": "ed2a08079527dafae4943fee80162ed750286657901e642eba4c9de928706df8"
},
"aarch64_windows": {
"etag": "0x8DE6D4E8E0230C1",
"checksum": "48243b8acbb31d0081e00878ee3b28535ed9f28ab8b27960b88aed8e1d6dd16a"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE6D4E901E91E2",
"checksum": "cf4969ba97af3a53d1e4dc8a28441b79e78a8d9a9d41854e88b425f6b6fc6179"
},
"riscv64_linux_gnu": {
"etag": "0x8DE6D4E9032C674",
"checksum": "79b6b362e48c80e5b7d251fb96546d8ee52dd3458e01518cef969f757b59502b"
},
"s390x_linux_gnu": {
"etag": "0x8DE6D4E907723A0",
"checksum": "fc969d6011e4ffd0752abb5d812fc453649a7394c3f08a11556c9960891e359c"
}
},
"0.10.2": {
"x86_64_linux_musl": {

View File

@@ -0,0 +1,16 @@
{
"repository": "https://github.com/gungraun/gungraun",
"website": "https://gungraun.github.io/gungraun/",
"license_markdown": "[Apache-2.0](https://github.com/gungraun/gungraun/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/gungraun/gungraun/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"bin": "${package}-v${version}-${rust_target}/${package}",
"platform": {
"x86_64_linux_musl": {},
"aarch64_linux_gnu": {},
"powerpc64le_linux_gnu": {},
"riscv64_linux_gnu": {},
"s390x_linux_gnu": {}
}
}

View File

@@ -1,6 +1,6 @@
{
"repository": "https://github.com/iai-callgrind/iai-callgrind",
"website": "https://iai-callgrind.github.io/iai-callgrind/",
"website": "https://gungraun.github.io/gungraun/",
"license_markdown": "[Apache-2.0](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",