From cfdc9075020ccafd800a8aabd8c1c77704144843 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:29:59 +0000 Subject: [PATCH] codex: Update to version 0.52.0 --- bucket/codex.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/codex.json b/bucket/codex.json index 863ea864eb..88f377a61d 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -1,16 +1,16 @@ { - "version": "0.50.0", + "version": "0.52.0", "description": "OpenAI's Codex AI coding assistant", "homepage": "https://github.com/openai/codex", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.50.0/codex-x86_64-pc-windows-msvc.exe.zip", - "hash": "41fd1cbca86c79aee1d9c185ba3d32ec9f9a6a418f5b6d99ccb1644e1ed17a5e" + "url": "https://github.com/openai/codex/releases/download/rust-v0.52.0/codex-x86_64-pc-windows-msvc.exe.zip", + "hash": "0212c6122829cdc37e4bf7ede3d9c7869ef20a2edb75b8a7e2e45ced404a385f" }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.50.0/codex-aarch64-pc-windows-msvc.exe.zip", - "hash": "669d300b2b09836329d57442ebd8056e2e60613fbdd223b341c53e6fa876adeb" + "url": "https://github.com/openai/codex/releases/download/rust-v0.52.0/codex-aarch64-pc-windows-msvc.exe.zip", + "hash": "48a5997d9733feb20b873ecedf2cff597f6b3ac55b1b5c72b74dfe2f961d2648" } }, "pre_install": "Rename-Item \"$dir\\codex-*.exe\" \"$dir\\codex.exe\"",