Commit 1b8eb40
chore(checksum_updater): manage wsc; bump signing tool 0.9.0 -> 0.9.2 (#524)
The updater previously skipped wsc (github_repo pulseengine/sigil) because
early releases were dual-natured (per-OS CLI binaries + a wasm-CLI module
wsc-cli.wasm). wsc-cli.wasm was capped at v0.7.0; from v0.9.x the registry
uses only per-OS native binaries, so wsc fits the existing PerPlatformAsset
pattern (version-less asset names; mixed extension: bare unix binaries vs
`.exe` on Windows). Closes the #498 updater tail — every tracked tool is now
auto-managed.
Verified: `update --tools wsc` detects v0.9.2 and resolves all 5 platforms;
`validate --tools wsc` re-downloads and confirms 5/5 checksums; linux_amd64
sha256 cross-checked against upstream's published wsc-linux-x86_64.sha256.
NOTE (signing-path): bumping latest_version 0.9.0 -> 0.9.2 advances the wsc
signing toolchain (resolved from this file via MODULE.bazel). Asset format is
unchanged from the working 0.9.0 (same native-binary pattern), but this is a
signing-path change — run a signing build_test and review before merge.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 013931f commit 1b8eb40
2 files changed
Lines changed: 92 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
22 | 47 | | |
23 | 48 | | |
24 | | - | |
| 49 | + | |
25 | 50 | | |
26 | 51 | | |
27 | 52 | | |
28 | | - | |
| 53 | + | |
29 | 54 | | |
30 | 55 | | |
31 | 56 | | |
32 | 57 | | |
33 | 58 | | |
34 | 59 | | |
35 | 60 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
39 | 68 | | |
40 | 69 | | |
41 | 70 | | |
42 | 71 | | |
43 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
44 | 77 | | |
45 | 78 | | |
46 | 79 | | |
47 | 80 | | |
48 | 81 | | |
49 | 82 | | |
50 | 83 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 84 | | |
60 | 85 | | |
61 | 86 | | |
62 | | - | |
63 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
388 | 421 | | |
389 | 422 | | |
390 | 423 | | |
| |||
0 commit comments