Skip to content

Commit edaee4f

Browse files
chore: refresh release checksum provenance
Refresh checksums.yaml with the canonical security updater after the release doctor reported the upstream ohmyzsh installer hash had changed. The reviewed diff is limited to the generated timestamp and the ohmyzsh sha256 entry. Regenerate the web manifest provenance so the embedded checksumsYamlSha256 matches the refreshed checksum file and scripts/check-manifest-drift.sh reports a clean generated surface. Verified with ./scripts/lib/security.sh --verify and /dp/automated_flywheel_setup_checker validate/list/check, including URL and hash validation for all 42 installer entries.
1 parent e9f8493 commit edaee4f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/web/lib/generated/manifest-modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface ManifestProvenanceMetadata {
3333
export const manifestProvenance = {
3434
acfsVersion: "0.7.0",
3535
manifestSha256: "1dc8d9788bf9ebe34e1bc3b9029efc8cf0a88ded099e8255416f844cc9b5300f",
36-
checksumsYamlSha256: "e4b9e85a9c8b3e6865062c126079da8460ec8892c6cb73bc17bb9bb72911927b",
36+
checksumsYamlSha256: "d6fb615716c96899769c12a04e64d0a5a4fa91797d6876994f84db2f1e0460a6",
3737
} as const satisfies ManifestProvenanceMetadata;
3838

3939
export const manifestModules: ManifestModuleMetadata[] = [

checksums.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# checksums.yaml - Auto-generated 2026-06-24T15:04:51+00:00
1+
# checksums.yaml - Auto-generated 2026-06-26T18:39:50-04:00
22
# Run: ./scripts/lib/security.sh --update-checksums
33

44
installers:
@@ -104,7 +104,7 @@ installers:
104104

105105
ohmyzsh:
106106
url: "https://install.ohmyz.sh/"
107-
sha256: "4534045f4d983abd9716cd2f515bbe3c2b31ba5b8fd1fef147838778427477bb"
107+
sha256: "95118b50d062198597e2b73d3a57b609fd95ca68cdc86faf4460d955f0172b61"
108108

109109
opencode:
110110
url: "https://opencode.ai/install"

0 commit comments

Comments
 (0)