mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-13 07:40:50 +00:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8af6efe303 | ||
|
|
3235f8901f | ||
|
|
a9c742df11 | ||
|
|
71dd34f353 | ||
|
|
1ff76fb4eb | ||
|
|
72647abc91 | ||
|
|
efd77a8b90 | ||
|
|
00e08e71d4 | ||
|
|
4be7e4cd60 | ||
|
|
c070f87102 | ||
|
|
c30ba1cbe2 | ||
|
|
f44ba2d13a | ||
|
|
074ce647d0 | ||
|
|
7789df691a | ||
|
|
53e64dbafc | ||
|
|
6576756479 | ||
|
|
6c150cf7e3 | ||
|
|
2201be98b6 |
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -47,11 +47,7 @@ jobs:
|
|||||||
tidy:
|
tidy:
|
||||||
uses: taiki-e/github-actions/.github/workflows/tidy.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
uses: taiki-e/github-actions/.github/workflows/tidy.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for creating branch for pr
|
|
||||||
pull-requests: write # unused (used in `codegen-automerge: true` case)
|
|
||||||
security-events: write # for github/codeql-action/*
|
security-events: write # for github/codeql-action/*
|
||||||
secrets:
|
|
||||||
PR_TOKEN_APP_PRIVATE_KEY: ${{ secrets.PR_TOKEN_APP_PRIVATE_KEY }}
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
@@ -257,8 +253,7 @@ jobs:
|
|||||||
- name: Install requirements (old debian)
|
- name: Install requirements (old debian)
|
||||||
run: |
|
run: |
|
||||||
# In Debian, the old repositories is removed from the main mirrors some time after EoL.
|
# In Debian, the old repositories is removed from the main mirrors some time after EoL.
|
||||||
# shellcheck source=/dev/null
|
codename=$(grep -E '^VERSION_CODENAME=' /etc/os-release | cut -d= -f2)
|
||||||
codename=$(. /etc/os-release; printf '%s\n' "${VERSION_CODENAME}")
|
|
||||||
sed -i /etc/apt/sources.list -e 's/deb.debian.org/archive.debian.org/g' \
|
sed -i /etc/apt/sources.list -e 's/deb.debian.org/archive.debian.org/g' \
|
||||||
-e 's|security.debian.org|archive.debian.org/|g' \
|
-e 's|security.debian.org|archive.debian.org/|g' \
|
||||||
-e "/${codename}-updates/d"
|
-e "/${codename}-updates/d"
|
||||||
|
|||||||
20
CHANGELOG.md
20
CHANGELOG.md
@@ -10,6 +10,22 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.77.7] - 2026-05-13
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.5.6.
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.19.6.
|
||||||
|
|
||||||
|
## [2.77.6] - 2026-05-11
|
||||||
|
|
||||||
|
- Fix `wasm-pack` installation failure.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.5.5.
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.158.
|
||||||
|
|
||||||
|
- Update `just@latest` to 1.51.0.
|
||||||
|
|
||||||
## [2.77.5] - 2026-05-11
|
## [2.77.5] - 2026-05-11
|
||||||
|
|
||||||
- Update `biome@latest` to 2.4.15.
|
- Update `biome@latest` to 2.4.15.
|
||||||
@@ -6510,7 +6526,9 @@ 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.77.5...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.77.7...HEAD
|
||||||
|
[2.77.7]: https://github.com/taiki-e/install-action/compare/v2.77.6...v2.77.7
|
||||||
|
[2.77.6]: https://github.com/taiki-e/install-action/compare/v2.77.5...v2.77.6
|
||||||
[2.77.5]: https://github.com/taiki-e/install-action/compare/v2.77.4...v2.77.5
|
[2.77.5]: https://github.com/taiki-e/install-action/compare/v2.77.4...v2.77.5
|
||||||
[2.77.4]: https://github.com/taiki-e/install-action/compare/v2.77.3...v2.77.4
|
[2.77.4]: https://github.com/taiki-e/install-action/compare/v2.77.3...v2.77.4
|
||||||
[2.77.3]: https://github.com/taiki-e/install-action/compare/v2.77.2...v2.77.3
|
[2.77.3]: https://github.com/taiki-e/install-action/compare/v2.77.2...v2.77.3
|
||||||
|
|||||||
2
TOOLS.md
2
TOOLS.md
@@ -97,7 +97,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
|||||||
| [**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/wasm-bindgen/wasm-bindgen) (alias: `wasm-bindgen-cli`) | `$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-bindgen**](https://github.com/wasm-bindgen/wasm-bindgen) (alias: `wasm-bindgen-cli`) | `$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/drager/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/drager/wasm-pack/releases) | Linux, macOS, Windows | [MIT](https://github.com/drager/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/drager/wasm-pack/blob/master/LICENSE-APACHE) |
|
| [**wasm-pack**](https://github.com/wasm-bindgen/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasm-bindgen/wasm-pack/releases) | Linux, macOS, Windows | [MIT](https://github.com/wasm-bindgen/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-pack/blob/master/LICENSE-APACHE) |
|
||||||
| [**wasm-tools**](https://github.com/bytecodealliance/wasm-tools) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasm-tools/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [Apache-2.0](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-MIT) |
|
| [**wasm-tools**](https://github.com/bytecodealliance/wasm-tools) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasm-tools/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [Apache-2.0](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-MIT) |
|
||||||
| [**wasmtime**](https://github.com/bytecodealliance/wasmtime) (alias: `wasmtime-cli`) | `$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) (alias: `wasmtime-cli`) | `$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) |
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
|
|||||||
inputs:
|
inputs:
|
||||||
tool:
|
tool:
|
||||||
description: Tools to install (whitespace or comma separated list)
|
description: Tools to install (whitespace or comma separated list)
|
||||||
required: true
|
required: false
|
||||||
# default: #publish:tool
|
default: mdbook
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
26
manifests/cargo-deny.json
generated
26
manifests/cargo-deny.json
generated
@@ -23,10 +23,32 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.19.5"
|
"version": "0.19.6"
|
||||||
},
|
},
|
||||||
"0.19": {
|
"0.19": {
|
||||||
"version": "0.19.5"
|
"version": "0.19.6"
|
||||||
|
},
|
||||||
|
"0.19.6": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAF4B78F6F2BB",
|
||||||
|
"hash": "0021d321c781f0159a150ca308859ad93ccce64a887b22ad2e129f096a8a2c07"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAF4B5F6AE77A",
|
||||||
|
"hash": "2526753e4f10ce8a0c9c45ba634e59d7c07e4aace9a21304a0fa86fb089b7039"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAF4BAABFE5E0",
|
||||||
|
"hash": "e334e1f7d6f8b9ed47a9ff9fa9f3c3190138b4e5e2cc4cdbc23ceea943cd253b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAF4B908B1216",
|
||||||
|
"hash": "d27bdcc361099068db61652761633e338372d4fa318d38944f09af3b1639d52a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAF4B720C018A",
|
||||||
|
"hash": "1eca0934ec7bf12d8b9a8303335e1fff8bcc0767476947a50d3357858eded222"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.19.5": {
|
"0.19.5": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
38
manifests/cargo-llvm-cov.json
generated
38
manifests/cargo-llvm-cov.json
generated
@@ -35,6 +35,44 @@
|
|||||||
"0.8": {
|
"0.8": {
|
||||||
"version": "0.8.6"
|
"version": "0.8.6"
|
||||||
},
|
},
|
||||||
|
"0.8.7": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB08B2B1E1C29",
|
||||||
|
"hash": "967b5cc996c29d8baa52bbb4595ef1f53af35255af8e2036ddbc6468d7b523c7"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB08B20CA17C7",
|
||||||
|
"hash": "288ce0cb976207a9a1ad5af4d7ec9a06c9af116727066fb2287df8d9d1026be9"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB08BA5F00B0A",
|
||||||
|
"hash": "56bce7aef6bf906af0fe025d2459f8be483d65ed4c105760671f9c92449c966d"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB08B27EEC151",
|
||||||
|
"hash": "b7bb2ad514166f3b19fc06874c577eefde0010e5ac571f9ae33ff45cd19a4785"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB08B18434DF2",
|
||||||
|
"hash": "3efee732ed7e9a653e20d96c930e0ec799901289cce90f46bb20f627e2c0d2e9"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB08B50DAB377",
|
||||||
|
"hash": "1f49a2f9e9c475c2587933b96572a5e5cc06a8a84560cdb60b21315868e576b7"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_musl": {
|
||||||
|
"etag": "0x8DEB08B2B8DC570",
|
||||||
|
"hash": "d2f1678408ccb5345bea02f8e1adc5aed38eb2fee27ee5752ccc3e3fa7e3e596"
|
||||||
|
},
|
||||||
|
"riscv64_linux_musl": {
|
||||||
|
"etag": "0x8DEB08B2D556124",
|
||||||
|
"hash": "d27f1cdb7d292f64214ecd9384fa87702f6e11c0c0f558f1b8f8d61bb6552ee2"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEB08B2BDFA7FB",
|
||||||
|
"hash": "f65da6f59bc5091b223b82638b6333e14228cec59a3bde8e9f09f698d0dcdeb9"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.8.6": {
|
"0.8.6": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DEAD9DFC629D58",
|
"etag": "0x8DEAD9DFC629D58",
|
||||||
|
|||||||
7
manifests/just.json
generated
7
manifests/just.json
generated
@@ -21,10 +21,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.50.0"
|
"version": "1.51.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.50.0"
|
"version": "1.51.0"
|
||||||
|
},
|
||||||
|
"1.51": {
|
||||||
|
"version": "1.51.0"
|
||||||
},
|
},
|
||||||
"1.51.0": {
|
"1.51.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
18
manifests/martin.json
generated
18
manifests/martin.json
generated
@@ -39,6 +39,24 @@
|
|||||||
"1.9": {
|
"1.9": {
|
||||||
"version": "1.9.0"
|
"version": "1.9.0"
|
||||||
},
|
},
|
||||||
|
"1.9.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB0597AC2C520",
|
||||||
|
"hash": "6467f9ccfa847deb6098a0070990d68039b866576ee64af4492099431562a3d6"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB05979E1046A",
|
||||||
|
"hash": "de6cc3706968c90e97cb1d59ab7b1ba95c4aa22a4237a82f6ece94e8dd398fec"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB05979E0DD8A",
|
||||||
|
"hash": "f42d0e1e729d2e840f4bd211f06254b07817e1919a86a4e9c3f547503b0449df"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB05979DF0AD3",
|
||||||
|
"hash": "e0537a58c9eb09b8b2c638fd07f9cc3885db13194859d29eef71a1eb4972180a"
|
||||||
|
}
|
||||||
|
},
|
||||||
"1.9.0": {
|
"1.9.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DEACFBBCCAA91B",
|
"etag": "0x8DEACFBBCCAA91B",
|
||||||
|
|||||||
32
manifests/mise.json
generated
32
manifests/mise.json
generated
@@ -27,13 +27,39 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2026.5.4"
|
"version": "2026.5.6"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.5.4"
|
"version": "2026.5.6"
|
||||||
},
|
},
|
||||||
"2026.5": {
|
"2026.5": {
|
||||||
"version": "2026.5.4"
|
"version": "2026.5.6"
|
||||||
|
},
|
||||||
|
"2026.5.6": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAF768EE11E62",
|
||||||
|
"hash": "99284e187cd1fcc09ffd2d35c61770141f44e8990a2a866594010c5f94b21fc9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAF7691E0027D",
|
||||||
|
"hash": "3bb6a29f11c4e68bfc419ad5dbed60b2417792f8cf5c72308be7b28a322d866c"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAF7692E18389",
|
||||||
|
"hash": "6a9ea4bf66aa42cd3d70c9439e13f7050ff7971129ada700b08887f03eb85065"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAF768B476BE8",
|
||||||
|
"hash": "e52d17e41d6e3300ff5ee5e0065a28deb5dec379f4a237fe06cf28525adf4612"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAF7690277143",
|
||||||
|
"hash": "cfe18c56b37192cdd82ab48d2951e0a9ae09523b21db2783985eb34108454e7a"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAF769266EA1F",
|
||||||
|
"hash": "be39174fbd2888fb4a7faaa5a2898de58f07c5ce8da799d0f9eaa4d5ec4d194d"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2026.5.5": {
|
"2026.5.5": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
4
manifests/release-plz.json
generated
4
manifests/release-plz.json
generated
@@ -21,10 +21,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.157"
|
"version": "0.3.158"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.157"
|
"version": "0.3.158"
|
||||||
},
|
},
|
||||||
"0.3.158": {
|
"0.3.158": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
72
manifests/tombi.json
generated
72
manifests/tombi.json
generated
@@ -7,6 +7,78 @@
|
|||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.1"
|
"version": "0.11.1"
|
||||||
},
|
},
|
||||||
|
"0.11.3": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB04145BC79ED",
|
||||||
|
"hash": "99a575bb0285f5384ed261e4687ab89e3fa5ebf1e4f44f973a2a0c935f54642c",
|
||||||
|
"bin": "tombi-cli-0.11.3-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB04145B7C44D",
|
||||||
|
"hash": "c60d9962139a97291358b9119e6e029b35dacaa19aed79d03251585ee595889d",
|
||||||
|
"bin": "tombi-cli-0.11.3-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB04145BC79ED",
|
||||||
|
"hash": "004745c0cb2868d4a8d7276ab343705f29e0ffecad5d8388c66e9df3dcd9f485"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB04145BB42DC",
|
||||||
|
"hash": "52b71a30803b60c89dd88dc0f9724554dbab3559605a75ca360073329796d9cd",
|
||||||
|
"bin": "tombi-cli-0.11.3-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB0414690DC1D",
|
||||||
|
"hash": "25c9ac125500650002ac5c3190f6a4c62ba04af9e54af91dd5fd429f605075f2",
|
||||||
|
"bin": "tombi-cli-0.11.3-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB04145B3F803",
|
||||||
|
"hash": "66a9ac3de1fdcbcfff087ba412ae9e52133171abb02a32ea92e7b3f2d8cd6ee8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.11.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB02D9B33A9ED",
|
||||||
|
"hash": "d0ca6daabdb408934d135db66d8e23802dc543d9a3dbf2a3b55d718a8786d010",
|
||||||
|
"bin": "tombi-cli-0.11.2-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB02D9BD3A270",
|
||||||
|
"hash": "daf6a1df9fa5c2e14600a99ef79d7db5bbab41492766690d198d57ed98b02c3b",
|
||||||
|
"bin": "tombi-cli-0.11.2-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB02D9BE01785",
|
||||||
|
"hash": "9a6d139ea53836a24b0e5c79aa7e94482c9fb98d3431fdca160754c5d095fada"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB02D9B281E31",
|
||||||
|
"hash": "b68b4071fade4ffd146f782b02f4c73114f504c7a2905c0196d48bb2027dd9f1",
|
||||||
|
"bin": "tombi-cli-0.11.2-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB02D9B163118",
|
||||||
|
"hash": "b744bee1505e32fa2d77918d9a123d6cb7ef360e292925562b49afd1cd34683d",
|
||||||
|
"bin": "tombi-cli-0.11.2-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB02D9B4B5CF3",
|
||||||
|
"hash": "af5cacd1b60ad32a41991ec328c7999708cf620488092103300de1ceaf61e046"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.11.1": {
|
"0.11.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.1/tombi-cli-0.11.1-x86_64-unknown-linux-musl.tar.gz",
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.1/tombi-cli-0.11.1-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
|||||||
76
manifests/uv.json
generated
76
manifests/uv.json
generated
@@ -73,6 +73,82 @@
|
|||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.12"
|
"version": "0.11.12"
|
||||||
},
|
},
|
||||||
|
"0.11.14": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB050ECCD9CDA",
|
||||||
|
"hash": "077d36f45a0cc6d440b653b2d5c53e7731121e99e54b0221267eec5d1cae76ce"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB050EC38467C",
|
||||||
|
"hash": "9836c1440b0bd6aa5f81793648a339bd01d593b7b8f575de3b855dae4ab64654"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB050EC64F08E",
|
||||||
|
"hash": "52ba5d19409aaa688a8a1a6ec8dfb6a4817230d20186e75f4006105c3e39a846"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB050E9089DDA",
|
||||||
|
"hash": "d7d3966e46915c5f6932692aaf152a2473eecb1d2517ca4f8e88a07484b380b6"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB050E84C1570",
|
||||||
|
"hash": "4333af5c0730d94323a7819bbdf87ce92dd07fc857d67fff0059e0fca31b5c02"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB050E884991D",
|
||||||
|
"hash": "d66c76ba912ba66fed011e0189dfbc4527dd9e620a2b5d5d5ecd2ad8936601b8"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_gnu": {
|
||||||
|
"etag": "0x8DEB050EB574817",
|
||||||
|
"hash": "d2da5ba5911b86dfec96f0737b7d1053ed78c0c65e51585db03fb4969b2a3825"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB050EB6E38BF",
|
||||||
|
"hash": "55731359293842826cd82d5fbd826a6bce542c3fec458214604e308b352560ed"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEB050EBA25488",
|
||||||
|
"hash": "cc7b233541a76dd484516a39c06d9d14100d1048708483e6f49ee20b6cc5761b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.11.13": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAEFE430114AF",
|
||||||
|
"hash": "5635afc285df86ce6f05f3f22335f9548b0026e58531904482c9670a1c1c65d9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAEFE4253E445",
|
||||||
|
"hash": "99aad3f4956f5b92efd83eca6d87bf03e10688899487ad541f904c9c25c61dc1"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAEFE427A53D9",
|
||||||
|
"hash": "0953ac2ef4fbe47ad469bfa80b658a577a02c4d73a2fb9c4c7c70dda432efded"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAEFE40084378",
|
||||||
|
"hash": "bea8a97b1b3ed41491e075c1f474e7f0249582aa3f62849c4e874b5f34ddc95e"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAEFE3F57BB6D",
|
||||||
|
"hash": "196a58aa24da89144187670df7c407358028984537fbc2f8f2d8f7a2604980df"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAEFE3F99D13E",
|
||||||
|
"hash": "07c3c997020430a9f287fc05ff4c63fd5744eec49df5392a34731ed1a0971f2e"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_gnu": {
|
||||||
|
"etag": "0x8DEAEFE419010F4",
|
||||||
|
"hash": "7f302104ea18a01381fe58434b593f887c4f10bc523ad50781de408fbec54354"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEAEFE41C1E56B",
|
||||||
|
"hash": "3264ce97b34d5c8d37c1e67821a74960ca89237e001253309a3cda25fb416040"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEAEFE422394B9",
|
||||||
|
"hash": "e0e5e0a652650900d97f6a660bae526601033d9d071ca5dd9ca735442161ebed"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.11.12": {
|
"0.11.12": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DEAD528B9020D3",
|
"etag": "0x8DEAD528B9020D3",
|
||||||
|
|||||||
10
manifests/wasm-pack.json
generated
10
manifests/wasm-pack.json
generated
@@ -2,23 +2,23 @@
|
|||||||
"rust_crate": "wasm-pack",
|
"rust_crate": "wasm-pack",
|
||||||
"template": {
|
"template": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"url": "https://github.com/drager/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-unknown-linux-musl.tar.gz",
|
"url": "https://github.com/wasm-bindgen/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-unknown-linux-musl.tar.gz",
|
||||||
"bin": "wasm-pack-v${version}-x86_64-unknown-linux-musl/wasm-pack"
|
"bin": "wasm-pack-v${version}-x86_64-unknown-linux-musl/wasm-pack"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
"url": "https://github.com/drager/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-apple-darwin.tar.gz",
|
"url": "https://github.com/wasm-bindgen/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-apple-darwin.tar.gz",
|
||||||
"bin": "wasm-pack-v${version}-x86_64-apple-darwin/wasm-pack"
|
"bin": "wasm-pack-v${version}-x86_64-apple-darwin/wasm-pack"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"url": "https://github.com/drager/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-pc-windows-msvc.tar.gz",
|
"url": "https://github.com/wasm-bindgen/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-pc-windows-msvc.tar.gz",
|
||||||
"bin": "wasm-pack-v${version}-x86_64-pc-windows-msvc/wasm-pack.exe"
|
"bin": "wasm-pack-v${version}-x86_64-pc-windows-msvc/wasm-pack.exe"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
"url": "https://github.com/drager/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-aarch64-unknown-linux-musl.tar.gz",
|
"url": "https://github.com/wasm-bindgen/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-aarch64-unknown-linux-musl.tar.gz",
|
||||||
"bin": "wasm-pack-v${version}-aarch64-unknown-linux-musl/wasm-pack"
|
"bin": "wasm-pack-v${version}-aarch64-unknown-linux-musl/wasm-pack"
|
||||||
},
|
},
|
||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"url": "https://github.com/drager/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-aarch64-apple-darwin.tar.gz",
|
"url": "https://github.com/wasm-bindgen/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-aarch64-apple-darwin.tar.gz",
|
||||||
"bin": "wasm-pack-v${version}-aarch64-apple-darwin/wasm-pack"
|
"bin": "wasm-pack-v${version}-aarch64-apple-darwin/wasm-pack"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"repository": "https://github.com/drager/wasm-pack",
|
"repository": "https://github.com/wasm-bindgen/wasm-pack",
|
||||||
"license_markdown": "[MIT](https://github.com/drager/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/drager/wasm-pack/blob/master/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/wasm-bindgen/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-pack/blob/master/LICENSE-APACHE)",
|
||||||
"tag_prefix": "v",
|
"tag_prefix": "v",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
||||||
|
|||||||
@@ -118,7 +118,12 @@ fn main() {
|
|||||||
|
|
||||||
if let Some(crate_repository) = info.crate_.repository.clone() {
|
if let Some(crate_repository) = info.crate_.repository.clone() {
|
||||||
if !crate_repository.to_lowercase().starts_with(&base_info.repository.to_lowercase()) {
|
if !crate_repository.to_lowercase().starts_with(&base_info.repository.to_lowercase()) {
|
||||||
panic!("repository {crate_repository} from crates.io differs from base manifest");
|
// TODO: wasm-pack repo has been moved, but there is no release since it.
|
||||||
|
if package != "wasm-pack" {
|
||||||
|
panic!(
|
||||||
|
"repository {crate_repository} from crates.io differs from base manifest"
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
panic!("crate metadata does not include a repository");
|
panic!("crate metadata does not include a repository");
|
||||||
|
|||||||
Reference in New Issue
Block a user