From 56f3564a67e4bbc9e38909165aa9b4564ff84ce6 Mon Sep 17 00:00:00 2001 From: Ralf Anton Beier Date: Mon, 2 Mar 2026 09:07:00 +0100 Subject: [PATCH 1/2] fix(checksums): update MoonBit and componentize-py rolling checksums Both tools use rolling URLs (/latest/ and /canary/) that change when new versions are published, invalidating pinned checksums. - Update rules_moonbit git_override to 436bd87 (fresh checksums) - Update all componentize-py canary checksums (all 5 platforms) Co-Authored-By: Claude Opus 4.6 --- MODULE.bazel | 2 +- checksums/tools/componentize-py.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index b1bab484..38adc4fa 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -30,7 +30,7 @@ bazel_dep(name = "rules_go", version = "0.59.0") bazel_dep(name = "rules_moonbit", version = "0.1.0", dev_dependency = True) git_override( module_name = "rules_moonbit", - commit = "49d7a7e", # fix(checksums): update MoonBit latest checksums + commit = "436bd87", # fix(checksums): update MoonBit latest checksums (2026-03-02) remote = "https://github.com/pulseengine/rules_moonbit.git", ) diff --git a/checksums/tools/componentize-py.json b/checksums/tools/componentize-py.json index c51ed78e..28a159b5 100644 --- a/checksums/tools/componentize-py.json +++ b/checksums/tools/componentize-py.json @@ -2,29 +2,29 @@ "tool_name": "componentize-py", "github_repo": "bytecodealliance/componentize-py", "latest_version": "canary", - "last_checked": "2026-02-10T00:00:00Z", + "last_checked": "2026-03-02T00:00:00Z", "versions": { "canary": { - "release_date": "2026-02-10", + "release_date": "2026-03-02", "platforms": { "darwin_arm64": { - "sha256": "b17d78e12a4a99d4cadcb289973a7ab408e22c6b7d19e2aa6cc8b72647080619", + "sha256": "96ec4fc825c5e4ec00fc12aca6b4a1308e515230b79fd7cb70b0324f6d780356", "url_suffix": "macos-aarch64.tar.gz" }, "darwin_amd64": { - "sha256": "3b7452cc1ee6292343f926bfd3fa5a1b7c651aa54a998d3a06ef1e506f4baa64", + "sha256": "ce51b51108f235e7e2691527e4d0d5941f4abdc1c7305d344fc23128625f9202", "url_suffix": "macos-amd64.tar.gz" }, "linux_arm64": { - "sha256": "788f295070de16f41f31b7de22649e4223fce91e341bf2b24cb87d8745bdc68c", + "sha256": "c780d5476c839aef0466614b971ccd2c4b693b8c12c85e9f051497bc71cd907f", "url_suffix": "linux-aarch64.tar.gz" }, "linux_amd64": { - "sha256": "11196d9465d4a53cb96e5224b6dd4a5ca2267c57fc3df22e47f7ad87b822981f", + "sha256": "7a70ceadd832a9a59d8c7aa18c8624d67b202590e1a22db79536b1c52caf3472", "url_suffix": "linux-amd64.tar.gz" }, "windows_amd64": { - "sha256": "bb6edca80b82aa28e435f96f678cf2bb1bfcda2e64a4fe6d751145e863fdbb3d", + "sha256": "80556981d969242239d5c27f7774c12735f0a671133a626c793a5e6393b0143c", "url_suffix": "windows-amd64.tar.gz" } } From 715d94043f044c1eb5d8f02ece7d6595c6ce30ba Mon Sep 17 00:00:00 2001 From: Ralf Anton Beier Date: Mon, 2 Mar 2026 09:29:30 +0100 Subject: [PATCH 2/2] fix(checksums): update componentize-py darwin_arm64 canary checksum The canary release rolled again between the initial checksum capture and CI execution. Updated darwin_arm64 to the current value. Co-Authored-By: Claude Opus 4.6 --- checksums/tools/componentize-py.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checksums/tools/componentize-py.json b/checksums/tools/componentize-py.json index 28a159b5..f5e37efc 100644 --- a/checksums/tools/componentize-py.json +++ b/checksums/tools/componentize-py.json @@ -8,7 +8,7 @@ "release_date": "2026-03-02", "platforms": { "darwin_arm64": { - "sha256": "96ec4fc825c5e4ec00fc12aca6b4a1308e515230b79fd7cb70b0324f6d780356", + "sha256": "77ae263f3368bcb74b26cfc6991aaa675ba06235e66458f264946eba033e3093", "url_suffix": "macos-aarch64.tar.gz" }, "darwin_amd64": {