From 6f0e984f479ffbf2ffa09514493abaa54be87620 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 20:30:00 +0000 Subject: [PATCH] codex: Update to version 0.63.0 --- bucket/codex.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/codex.json b/bucket/codex.json index 63d91994d4..4fb89802c9 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -1,16 +1,16 @@ { - "version": "0.61.0", + "version": "0.63.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.61.0/codex-x86_64-pc-windows-msvc.exe.zip", - "hash": "daaa3bd053c1a93042b9dc2917c4b1d1763c88421a108bbe12361968c5c4fc8e" + "url": "https://github.com/openai/codex/releases/download/rust-v0.63.0/codex-x86_64-pc-windows-msvc.exe.zip", + "hash": "37adc6bc142a9a422a50f55a2b6e474b91d65ef4fe850d312bdedfdb63d7c38f" }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.61.0/codex-aarch64-pc-windows-msvc.exe.zip", - "hash": "f12be0b60c355b8cc590a72b088b24d2b13da9d41954884799fa5e49db20ef1d" + "url": "https://github.com/openai/codex/releases/download/rust-v0.63.0/codex-aarch64-pc-windows-msvc.exe.zip", + "hash": "70b4f8eb1e0b9340c6ebdecbd7286a297de4b5d40fb046fafc84daf293dd3e13" } }, "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",