Compare commits

...

25 Commits

Author SHA1 Message Date
Taiki Endo
e1a30d200a Release 2.58.33 2025-09-06 01:29:14 +09:00
Taiki Endo
9046354ba3 Update wasm-bindgen@latest to 0.2.101 2025-09-05 23:12:39 +09:00
Taiki Endo
3a4f3eb15a Update typos@latest to 1.36.2 2025-09-05 23:12:39 +09:00
Taiki Endo
c68a3869eb codegen: Update wasm-bindgen repository url 2025-09-05 10:49:07 +09:00
Taiki Endo
e5f52f3480 codegen: Mark cargo-sort 2.0.2 broken for now
Same as 4be883217e.
2025-09-05 10:47:28 +09:00
Taiki Endo
133a13585e Release 2.58.32 2025-09-04 19:54:14 +09:00
Taiki Endo
c595af1d25 Update typos@latest to 1.36.1 2025-09-04 06:18:11 +09:00
Taiki Endo
6e092deb71 Release 2.58.31 2025-09-03 20:06:02 +09:00
Taiki Endo
cb20341c85 Update changelog 2025-09-03 20:05:44 +09:00
Taiki Endo
8cbaef1f65 Update trivy@latest to 0.66.0 2025-09-03 03:15:31 +09:00
Taiki Endo
522d7179a5 Update typos@latest to 1.36.0 2025-09-03 00:16:36 +09:00
Taiki Endo
22a7cb9e70 Update typos@latest to 1.35.8 2025-09-02 21:04:32 +09:00
Taiki Endo
c0dee14250 Release 2.58.30 2025-09-02 00:16:07 +09:00
Taiki Endo
6db13af5fd Update release-plz@latest to 0.3.142 2025-09-02 00:15:43 +09:00
Taiki Endo
d3332fc553 Update cargo-binstall@latest to 1.15.3 2025-08-31 15:16:27 +09:00
Taiki Endo
14083e64ac Release 2.58.29 2025-08-30 18:52:36 +09:00
Taiki Endo
cce0d79dc0 Update vacuum@latest to 0.17.11 2025-08-30 15:32:25 +09:00
Taiki Endo
87db84d0e2 Update cargo-sort manifest 2025-08-30 06:14:10 +09:00
Taiki Endo
d6f70e1408 ci: Test Debian 13 and AlmaLinux 10 2025-08-30 02:05:50 +09:00
Taiki Endo
32ab0f399d Release 2.58.28 2025-08-30 00:19:06 +09:00
Taiki Endo
17ca80d7af Update typos@latest to 1.35.7 2025-08-30 00:18:07 +09:00
Taiki Endo
0207052668 Release 2.58.27 2025-08-29 09:45:05 +09:00
Taiki Endo
6e3b9ab740 Update typos@latest to 1.35.6 2025-08-29 06:13:47 +09:00
Taiki Endo
cbbd2313f8 Release 2.58.26 2025-08-28 19:12:54 +09:00
Taiki Endo
3c4696e537 Update vacuum@latest to 0.17.10 2025-08-28 09:34:20 +09:00
12 changed files with 353 additions and 34 deletions

View File

@@ -157,11 +157,14 @@ jobs:
- debian:10-slim # glibc 2.28 - debian:10-slim # glibc 2.28
- debian:11-slim # glibc 2.31 - debian:11-slim # glibc 2.31
- debian:12-slim # glibc 2.36 - debian:12-slim # glibc 2.36
- debian:13-slim # glibc 2.41
- fedora:latest # glibc 2.39 (as of fedora 40) - fedora:latest # glibc 2.39 (as of fedora 40)
- almalinux:8 # glibc 2.28 - almalinux:8 # glibc 2.28
- almalinux:8-minimal # glibc 2.28 - almalinux:8-minimal # glibc 2.28
- almalinux:9 # glibc 2.34 - almalinux:9 # glibc 2.34
- almalinux:9-minimal # glibc 2.34 - almalinux:9-minimal # glibc 2.34
- almalinux:10 # glibc 2.39
- almalinux:10-minimal # glibc 2.39
- centos:6 # glibc 2.12 - centos:6 # glibc 2.12
- centos:7 # glibc 2.17 - centos:7 # glibc 2.17
- opensuse/leap:latest # glibc 2.38 (as of leap 15.6) - opensuse/leap:latest # glibc 2.38 (as of leap 15.6)

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] ## [Unreleased]
## [2.58.33] - 2025-09-05
- Update `wasm-bindgen@latest` to 0.2.101.
- Update `typos@latest` to 1.36.2.
## [2.58.32] - 2025-09-04
- Update `typos@latest` to 1.36.1.
## [2.58.31] - 2025-09-03
- Update `trivy@latest` to 0.66.0.
- Update `typos@latest` to 1.36.0.
## [2.58.30] - 2025-09-01
- Update `release-plz@latest` to 0.3.142.
- Update `cargo-binstall@latest` to 1.15.3.
## [2.58.29] - 2025-08-30
- Update `vacuum@latest` to 0.17.11.
## [2.58.28] - 2025-08-29
- Update `typos@latest` to 1.35.7.
## [2.58.27] - 2025-08-29
- Update `typos@latest` to 1.35.6.
## [2.58.26] - 2025-08-28
- Update `vacuum@latest` to 0.17.10.
## [2.58.25] - 2025-08-27 ## [2.58.25] - 2025-08-27
- Update `osv-scanner@latest` to 2.2.2. - Update `osv-scanner@latest` to 2.2.2.
@@ -4366,7 +4404,15 @@ 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.58.25...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.58.33...HEAD
[2.58.33]: https://github.com/taiki-e/install-action/compare/v2.58.32...v2.58.33
[2.58.32]: https://github.com/taiki-e/install-action/compare/v2.58.31...v2.58.32
[2.58.31]: https://github.com/taiki-e/install-action/compare/v2.58.30...v2.58.31
[2.58.30]: https://github.com/taiki-e/install-action/compare/v2.58.29...v2.58.30
[2.58.29]: https://github.com/taiki-e/install-action/compare/v2.58.28...v2.58.29
[2.58.28]: https://github.com/taiki-e/install-action/compare/v2.58.27...v2.58.28
[2.58.27]: https://github.com/taiki-e/install-action/compare/v2.58.26...v2.58.27
[2.58.26]: https://github.com/taiki-e/install-action/compare/v2.58.25...v2.58.26
[2.58.25]: https://github.com/taiki-e/install-action/compare/v2.58.24...v2.58.25 [2.58.25]: https://github.com/taiki-e/install-action/compare/v2.58.24...v2.58.25
[2.58.24]: https://github.com/taiki-e/install-action/compare/v2.58.23...v2.58.24 [2.58.24]: https://github.com/taiki-e/install-action/compare/v2.58.23...v2.58.24
[2.58.23]: https://github.com/taiki-e/install-action/compare/v2.58.22...v2.58.23 [2.58.23]: https://github.com/taiki-e/install-action/compare/v2.58.22...v2.58.23

View File

@@ -73,7 +73,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**valgrind**](https://valgrind.org/) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0](https://sourceware.org/git/?p=valgrind.git;a=blob;f=COPYING;hb=HEAD) | | [**valgrind**](https://valgrind.org/) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0](https://sourceware.org/git/?p=valgrind.git;a=blob;f=COPYING;hb=HEAD) |
| [**wait-for-them**](https://github.com/shenek/wait-for-them) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/shenek/wait-for-them/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7) | | [**wait-for-them**](https://github.com/shenek/wait-for-them) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/shenek/wait-for-them/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7) |
| [**wash**](https://github.com/wasmCloud/wasmCloud) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasmCloud/wasmCloud/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE) | | [**wash**](https://github.com/wasmCloud/wasmCloud) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasmCloud/wasmCloud/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE) |
| [**wasm-bindgen**](https://github.com/rustwasm/wasm-bindgen) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-bindgen/releases) | Linux, macOS, Windows | [MIT](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-APACHE) | | [**wasm-bindgen**](https://github.com/wasm-bindgen/wasm-bindgen) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasm-bindgen/wasm-bindgen/releases) | Linux, macOS, Windows | [MIT](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-APACHE) |
| [**wasm-pack**](https://github.com/rustwasm/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-pack/releases) | Linux, macOS, Windows | [MIT](https://github.com/rustwasm/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-pack/blob/master/LICENSE-APACHE) | | [**wasm-pack**](https://github.com/rustwasm/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-pack/releases) | Linux, macOS, Windows | [MIT](https://github.com/rustwasm/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-pack/blob/master/LICENSE-APACHE) |
| [**wasmtime**](https://github.com/bytecodealliance/wasmtime) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasmtime/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE) | | [**wasmtime**](https://github.com/bytecodealliance/wasmtime) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasmtime/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE) |
| [**xbuild**](https://github.com/rust-mobile/xbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-mobile/xbuild/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7) | | [**xbuild**](https://github.com/rust-mobile/xbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-mobile/xbuild/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7) |

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.15.1" "version": "1.15.3"
}, },
"1.15.1": { "1.15.3": {
"x86_64_linux_musl": { "x86_64_linux_musl": {
"etag": "0x8DDE2ED3B6A8DD4", "etag": "0x8DDE851D58667CE",
"checksum": "651612b42313795b300ba7c3f09b5ba52199dec8ecbb429693f34b949e645b4f" "checksum": "9a073e1b78c3b9e5cc5c68ba2fc63f5de709bf554187f64a5658c31d0356f736"
}, },
"x86_64_macos": { "x86_64_macos": {
"etag": "0x8DDE2ED1E28C9F7", "etag": "0x8DDE851F410D15E",
"checksum": "f9d2f1108eb0a8cd9bfc98ef7d9ba9da16f5a9427e334ec7df67159a006a73c9" "checksum": "ed9f5aae61098fd2221d20211b2a929fdf191e1bc12d7dac2df0d86e67a17311"
}, },
"x86_64_windows": { "x86_64_windows": {
"etag": "0x8DDE2EDC6BCE139", "etag": "0x8DDE8520EF6BC57",
"checksum": "1358be010b9dab919b3f1397a57e41db24aaa73f410082abf9dff6b833459b31" "checksum": "22c529f5bda1ff561c20e0c50e46d9ee937edc31a487de5e64dc85dc59645e1a"
}, },
"aarch64_linux_musl": { "aarch64_linux_musl": {
"etag": "0x8DDE2ED2F019F24", "etag": "0x8DDE851E69A836F",
"checksum": "30bf6dca1819a96081649780e65de48e06a2c622dac68933e7df302bd0a28d19" "checksum": "0b5c0f948e872dc87ae16f12d741300f6b577083e1952519c56797a67c3a73af"
}, },
"aarch64_macos": { "aarch64_macos": {
"etag": "0x8DDE2ED4F3EA05D", "etag": "0x8DDE851D56C4668",
"checksum": "eca3e1cdf5eff3cebef30d8271cf1d8bb20f0bd34e1451338120859b81ce7bf2" "checksum": "c639b2aa24d7eaf6d2fa553d66dc9aa85295140b5636d7be32e03858ed27ddca"
}, },
"aarch64_windows": { "aarch64_windows": {
"etag": "0x8DDE2EDC2A95945", "etag": "0x8DDE8525EBFDC9F",
"checksum": "6c33d22c776f837a8187f0f3260f237035f9e1634eedac97551846eb2063246f" "checksum": "1db5c5238c55cda1d6baaa6a0174d2c33c0465fc496c3e78dff499f5c8c09a01"
} }
} }
} }

View File

@@ -15,6 +15,16 @@
"latest": { "latest": {
"version": "1.0.9" "version": "1.0.9"
}, },
"2.0.2": {
"x86_64_linux_gnu": {
"etag": "0x8DDE737A9301C15",
"checksum": "f6688667c3c6edddff20183d5748401c17f2ffb72e6e55795209928b30a81a33"
},
"x86_64_windows": {
"etag": "0x8DDE737E805B113",
"checksum": "83c7e38a9eec715a3e316371e660d210d20c3b197099dcc38577a9d343b027d5"
}
},
"2.0.1": { "2.0.1": {
"x86_64_linux_gnu": { "x86_64_linux_gnu": {
"etag": "0x8DD99C061507FEF", "etag": "0x8DD99C061507FEF",

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)", "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": { "latest": {
"version": "0.3.141" "version": "0.3.142"
}, },
"0.3": { "0.3": {
"version": "0.3.141" "version": "0.3.142"
},
"0.3.142": {
"x86_64_linux_musl": {
"etag": "0x8DDE958CDE9F8B9",
"checksum": "fa0d2d15349dcd0f3545afef7fa86aa8019a412dde80313a9a97bc1e1b236ccc"
},
"x86_64_macos": {
"etag": "0x8DDE959890AF3D1",
"checksum": "87d7954ebda27898dbecc1de5efb67518fc5dbe9212e0cc3cfd8b1b3ea10b97d"
},
"x86_64_windows": {
"etag": "0x8DDE9597A669814",
"checksum": "afa5e3eb919f0e060401b79ba6eb02b4551bd1a90beacd8c97be2320b23d3eb1"
},
"aarch64_linux_musl": {
"etag": "0x8DDE958D72D4A7C",
"checksum": "49337439fb54ccc124873d69904fcee08f1e491bfbaac5f2d0b53ad9584068f7"
},
"aarch64_macos": {
"etag": "0x8DDE9599DBC308D",
"checksum": "07155208004de08db83349d59cbac7dd083b9ad6b09294d87cf847d9ceab82a8"
},
"aarch64_windows": {
"etag": "0x8DDE95957471C74",
"checksum": "b38167e10212addd18bc67fce22668c5ce6c3aa1b21178f909e4206fa6893c99"
}
}, },
"0.3.141": { "0.3.141": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

27
manifests/trivy.json generated
View File

@@ -24,7 +24,32 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)", "license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)",
"latest": { "latest": {
"version": "0.65.0" "version": "0.66.0"
},
"0.66": {
"version": "0.66.0"
},
"0.66.0": {
"x86_64_linux_gnu": {
"etag": "0x8DDEA4865EC0918",
"checksum": "93678741c3223c15120934ac00671ca7e797c9a5a4d89148db9ffca9184a5f0d"
},
"x86_64_macos": {
"etag": "0x8DDEA486A0448AA",
"checksum": "284a3d3346429837f3da11aa6c25bf196e4fe5431733d4f6f99eac8578b329ed"
},
"x86_64_windows": {
"etag": "0x8DDEA4867FEFF09",
"checksum": "402d083f7b6b75005bef6dcc75613c41fc09c0ba735bbdbbcce418d7b3250ad6"
},
"aarch64_linux_gnu": {
"etag": "0x8DDEA4868075A08",
"checksum": "a51268845bdeb68f5f885f7de6c92fe33b64d630392e546eec0e16f79cfd42e8"
},
"aarch64_macos": {
"etag": "0x8DDEA4865C5C055",
"checksum": "964bb69fc0e652891b38514fed4ee31de004a58ac22ea2a23c6891728bb6b6eb"
}
}, },
"0.65": { "0.65": {
"version": "0.65.0" "version": "0.65.0"

141
manifests/typos.json generated
View File

@@ -19,13 +19,148 @@
}, },
"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.35.5" "version": "1.36.2"
}, },
"1": { "1": {
"version": "1.35.5" "version": "1.36.2"
},
"1.36": {
"version": "1.36.2"
},
"1.36.2": {
"x86_64_linux_musl": {
"etag": "0x8DDEBBE969BBA15",
"checksum": "d255f509aca7d43a50854cdc5ea94480b13918459992e3b5f2d0d8c4eadddb49"
},
"x86_64_macos": {
"etag": "0x8DDEBBE85B9E59F",
"checksum": "07ed2a25be9d1cfede6aaa93b7758fdc939530c454efff35cf4e6ca51f0b12f2"
},
"x86_64_windows": {
"etag": "0x8DDEBBEB2642E46",
"checksum": "7079d16d4d19f973e6f8d45f61ea53c3c7d0d73285d85d5b180d1e384eb0ae12"
},
"aarch64_linux_musl": {
"etag": "0x8DDEBBE63A89ACC",
"checksum": "2259a6cb7f22271b928f7af9205045e46ead98004a0757df87916f91d4e6b35c"
},
"aarch64_macos": {
"etag": "0x8DDEBBE89D6DB63",
"checksum": "c784cdb37d9bcfe347a161889edb28bb07e24fe5828bac14bdd42a071ea6c983"
}
},
"1.36.1": {
"x86_64_linux_musl": {
"etag": "0x8DDEB26DA10E8CC",
"checksum": "19079f54c6bcd91f1e82c82bb9b03762fdc234feddd7bcbd68a2e63a4798ec62"
},
"x86_64_macos": {
"etag": "0x8DDEB273C83712E",
"checksum": "1cc4b2b16066175591296864718faa5bbd349b6f24a3d20313cd37431f10b1b2"
},
"x86_64_windows": {
"etag": "0x8DDEB273EA21AA2",
"checksum": "00527d61a21abd712902e0816bc89a2bf3e8f4ebb34cbc92a9d55c270d47be4f"
},
"aarch64_linux_musl": {
"etag": "0x8DDEB26DE214226",
"checksum": "145ede039a2e70a93f984685cfa7842224c076424e279259f4f0033bfc41d60f"
},
"aarch64_macos": {
"etag": "0x8DDEB27054CC1AD",
"checksum": "384f34d0aa3c1c8c53674ea62d78e2cc91b6d009aa2ef5725751782d69904f81"
}
},
"1.36.0": {
"x86_64_linux_musl": {
"etag": "0x8DDEA27DD55E12B",
"checksum": "4399ab7d1d7883da0c83b737b1bd154eaf0787ef9a66bd0946861515f255a38a"
},
"x86_64_macos": {
"etag": "0x8DDEA283C05ECA1",
"checksum": "f380727356dd27d24352a99496fb108522a5b86d196f3a104ff5dcc8d35e6307"
},
"x86_64_windows": {
"etag": "0x8DDEA27FAF10DF1",
"checksum": "8f1bfd6a35d902b871ee5c60d7f72866bcbbc27bc9a042bba597889c368bccb8"
},
"aarch64_linux_musl": {
"etag": "0x8DDEA27B92F5DFE",
"checksum": "63a6bc69ec4cc55848603aef3eda5ab73a4f3a3fa8c04dea30a41cf88cd24159"
},
"aarch64_macos": {
"etag": "0x8DDEA2827FFC815",
"checksum": "33e508f38687905ddf55f516e98389d1def34d66146f01db0d86498737c69b36"
}
}, },
"1.35": { "1.35": {
"version": "1.35.5" "version": "1.35.8"
},
"1.35.8": {
"x86_64_linux_musl": {
"etag": "0x8DDE9C79DAEA7CB",
"checksum": "f9233a4bb830da518385368c400b6d57387ac92e0b7a1ae39f10eb6841eeac80"
},
"x86_64_macos": {
"etag": "0x8DDE9C7EA9DB22F",
"checksum": "02ed7ab8f1badcf9e7da7f7b1082eef198c9ad12fef969da048dfe40e1e4769e"
},
"x86_64_windows": {
"etag": "0x8DDE9C7E686F7FB",
"checksum": "649d5f07698e5cbabb323059d27f87525ae7ede9bb505508c8c45bd388c5244c"
},
"aarch64_linux_musl": {
"etag": "0x8DDE9C7A033197E",
"checksum": "c35fa58c5c1aa1c6357c6fa2e146bbf447060c49bf90749b492719ef183cb49a"
},
"aarch64_macos": {
"etag": "0x8DDE9C816FF9F7F",
"checksum": "a1f8fe52da935ae28d09ce8f31410ff11682730f14f07739522939aba0a272ae"
}
},
"1.35.7": {
"x86_64_linux_musl": {
"etag": "0x8DDE706339AC735",
"checksum": "e45305520ae975c92d5636b26f26f91f76cc4121f0b7ea3c8897bda807ff8f52"
},
"x86_64_macos": {
"etag": "0x8DDE7066966824C",
"checksum": "1cf70108a4d1b0f6cd732fe157fd03c95e256eb6c779ad09012c62570f6a2f5f"
},
"x86_64_windows": {
"etag": "0x8DDE706A0C1F18A",
"checksum": "54856e22e160be9ad7728ebec80280af39941b1c03e7fc85ca895f1c4bc049b0"
},
"aarch64_linux_musl": {
"etag": "0x8DDE706190B6E9C",
"checksum": "c84dcc05df9a9c87cba1d1a69664df71b68753369d5862bcebc1ff09a6f2bcf7"
},
"aarch64_macos": {
"etag": "0x8DDE7061E68F19D",
"checksum": "b953e24036f8da003b054d71df53ac49f9cf0bfcde68685f7e9f4d9e41fb392a"
}
},
"1.35.6": {
"x86_64_linux_musl": {
"etag": "0x8DDE6668530A594",
"checksum": "28a8edc7fa744072008a6d637d38065228ca71f6d50c85aff2d911fa4fb31607"
},
"x86_64_macos": {
"etag": "0x8DDE666BF67858A",
"checksum": "f2d978f2bad4e5e65f8a6e3a29ec3ec9f2897130f79d8bec8d78ddb48831b834"
},
"x86_64_windows": {
"etag": "0x8DDE66707A52A42",
"checksum": "ed9bb1316105a05af8224f6c3513aa6673a7c28f7883de8a37bded3a49a0b40e"
},
"aarch64_linux_musl": {
"etag": "0x8DDE6668BB775FE",
"checksum": "492fb0747d5fe3a69fbfe8145b3e0738b013f68644a4f93b98709a22f3757961"
},
"aarch64_macos": {
"etag": "0x8DDE666C1300A5D",
"checksum": "deee6b03db08ea4abd5d64a6e5299126261266543e7204784bd7c14962df5117"
}
}, },
"1.35.5": { "1.35.5": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

56
manifests/vacuum.json generated
View File

@@ -22,10 +22,62 @@
}, },
"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.17.9" "version": "0.17.11"
}, },
"0.17": { "0.17": {
"version": "0.17.9" "version": "0.17.11"
},
"0.17.11": {
"x86_64_linux_musl": {
"etag": "0x8DDE779CC903C08",
"checksum": "d80aa398d64500723bcc339845a295f447d89fe2da3df85ff66e4dc6564cbf1c"
},
"x86_64_macos": {
"etag": "0x8DDE779CC65D93B",
"checksum": "f9f67669c4add011ec3b7319fb7d9222fd7071bca5e10f401bbbd157294588ce"
},
"x86_64_windows": {
"etag": "0x8DDE779CBF1A12D",
"checksum": "53410157c333bd252fbe519046947e53bac3834b1c17cafefeeb02ac25c1088f"
},
"aarch64_linux_musl": {
"etag": "0x8DDE779CBD25581",
"checksum": "acd8f56eb581192f1c447ef2639ce64efbdad19f40dfd0a361f54b824ffcc892"
},
"aarch64_macos": {
"etag": "0x8DDE779CC5597D2",
"checksum": "e5fdc039486c98b8d603c6daa35dfa911562fc3dc2aff503a8aa736cc235cbfe"
},
"aarch64_windows": {
"etag": "0x8DDE779CBD0D08A",
"checksum": "265905e800d2aeee63457739939947ce1327d0cc9a1fac51c0ab8c8550346d3c"
}
},
"0.17.10": {
"x86_64_linux_musl": {
"etag": "0x8DDE5B3BDAFF0AF",
"checksum": "dcc1f6a566f8caf5c8d2eadc126ed7ae8d70003f112825b439fb17e4b8e06588"
},
"x86_64_macos": {
"etag": "0x8DDE5B3BD1FC48A",
"checksum": "4e69fba473003e739e5d6792acbb81f63b937135e27ce8d2bf0c832a26325b86"
},
"x86_64_windows": {
"etag": "0x8DDE5B3BD26E876",
"checksum": "7d3b881c9c6457c05658f997a5369879088f8002da2ac687a986eaf85ba15cd1"
},
"aarch64_linux_musl": {
"etag": "0x8DDE5B3BD1F28FD",
"checksum": "a70813b95aaab8204a78f8fc25c1af201c55674e496395627245ca292daff3ee"
},
"aarch64_macos": {
"etag": "0x8DDE5B3BDC03213",
"checksum": "55c815a9e698962b61fe89fe14968b245ded3786c9820db07b01b46a3a11b6d5"
},
"aarch64_windows": {
"etag": "0x8DDE5B3BDC70823",
"checksum": "b2596b373d36d277f3d935f35ab0a66a04c889d250e1c72d316fdac5055783ed"
}
}, },
"0.17.9": { "0.17.9": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -2,7 +2,7 @@
"rust_crate": "wasm-bindgen-cli", "rust_crate": "wasm-bindgen-cli",
"template": { "template": {
"x86_64_linux_musl": { "x86_64_linux_musl": {
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-unknown-linux-musl.tar.gz", "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-unknown-linux-musl.tar.gz",
"bin": [ "bin": [
"wasm-bindgen-${version}-x86_64-unknown-linux-musl/wasm-bindgen-test-runner", "wasm-bindgen-${version}-x86_64-unknown-linux-musl/wasm-bindgen-test-runner",
"wasm-bindgen-${version}-x86_64-unknown-linux-musl/wasm-bindgen", "wasm-bindgen-${version}-x86_64-unknown-linux-musl/wasm-bindgen",
@@ -10,7 +10,7 @@
] ]
}, },
"x86_64_macos": { "x86_64_macos": {
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-apple-darwin.tar.gz", "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-apple-darwin.tar.gz",
"bin": [ "bin": [
"wasm-bindgen-${version}-x86_64-apple-darwin/wasm-bindgen-test-runner", "wasm-bindgen-${version}-x86_64-apple-darwin/wasm-bindgen-test-runner",
"wasm-bindgen-${version}-x86_64-apple-darwin/wasm-bindgen", "wasm-bindgen-${version}-x86_64-apple-darwin/wasm-bindgen",
@@ -18,7 +18,7 @@
] ]
}, },
"x86_64_windows": { "x86_64_windows": {
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-pc-windows-msvc.tar.gz", "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-pc-windows-msvc.tar.gz",
"bin": [ "bin": [
"wasm-bindgen-${version}-x86_64-pc-windows-msvc/wasm-bindgen-test-runner.exe", "wasm-bindgen-${version}-x86_64-pc-windows-msvc/wasm-bindgen-test-runner.exe",
"wasm-bindgen-${version}-x86_64-pc-windows-msvc/wasm-bindgen.exe", "wasm-bindgen-${version}-x86_64-pc-windows-msvc/wasm-bindgen.exe",
@@ -26,7 +26,7 @@
] ]
}, },
"aarch64_linux_gnu": { "aarch64_linux_gnu": {
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-unknown-linux-gnu.tar.gz", "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-unknown-linux-gnu.tar.gz",
"bin": [ "bin": [
"wasm-bindgen-${version}-aarch64-unknown-linux-gnu/wasm-bindgen-test-runner", "wasm-bindgen-${version}-aarch64-unknown-linux-gnu/wasm-bindgen-test-runner",
"wasm-bindgen-${version}-aarch64-unknown-linux-gnu/wasm-bindgen", "wasm-bindgen-${version}-aarch64-unknown-linux-gnu/wasm-bindgen",
@@ -34,7 +34,7 @@
] ]
}, },
"aarch64_macos": { "aarch64_macos": {
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-apple-darwin.tar.gz", "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-apple-darwin.tar.gz",
"bin": [ "bin": [
"wasm-bindgen-${version}-aarch64-apple-darwin/wasm-bindgen-test-runner", "wasm-bindgen-${version}-aarch64-apple-darwin/wasm-bindgen-test-runner",
"wasm-bindgen-${version}-aarch64-apple-darwin/wasm-bindgen", "wasm-bindgen-${version}-aarch64-apple-darwin/wasm-bindgen",
@@ -42,12 +42,34 @@
] ]
} }
}, },
"license_markdown": "[MIT](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-APACHE)", "license_markdown": "[MIT](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-APACHE)",
"latest": { "latest": {
"version": "0.2.100" "version": "0.2.101"
}, },
"0.2": { "0.2": {
"version": "0.2.100" "version": "0.2.101"
},
"0.2.101": {
"x86_64_linux_musl": {
"etag": "0x8DDEBE7F1C3B213",
"checksum": "f36a778bb0bdc5b04f6c6070ba7d0c51546a6ac7104aee302136894ac52f9e62"
},
"x86_64_macos": {
"etag": "0x8DDEBE7F1BCB514",
"checksum": "dca64a0bc977841dec33179574646c93588665cff432d9cb00d52efbc055af2e"
},
"x86_64_windows": {
"etag": "0x8DDEBE7F1B73CF2",
"checksum": "295329de5afbc3ff6e030648cfab3955357ad3053fae61e95b0726a032b34ce0"
},
"aarch64_linux_gnu": {
"etag": "0x8DDEBE7F1B19E05",
"checksum": "2f3412826df717a4a54ae8b245aa37a80508dbe79931b3d072e4c9858d5787af"
},
"aarch64_macos": {
"etag": "0x8DDEBE7F1BBCBBA",
"checksum": "97335e2cb57f4d099cad6456979cc56072179a23f2fdd145ca966b50e751eca8"
}
}, },
"0.2.100": { "0.2.100": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -5,7 +5,7 @@
"rust_crate": "${package}", "rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz", "asset_name": "${package}-${rust_target}.tar.gz",
"version_range": "> 1.0.5", "version_range": "> 1.0.5",
"broken": ["2.0.0", "2.0.1"], "broken": ["2.0.0", "2.0.1", "2.0.2"],
"platform": { "platform": {
"x86_64_linux_gnu": {}, "x86_64_linux_gnu": {},
"x86_64_macos": {}, "x86_64_macos": {},

View File

@@ -1,5 +1,5 @@
{ {
"repository": "https://github.com/rustwasm/wasm-bindgen", "repository": "https://github.com/wasm-bindgen/wasm-bindgen",
"tag_prefix": "", "tag_prefix": "",
"rust_crate": "wasm-bindgen-cli", "rust_crate": "wasm-bindgen-cli",
"version_range": ">= 0.2.88", "version_range": ">= 0.2.88",