From 386db8a133ba6eedba196d33f8c5090ccc2b6615 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 20:29:26 +0000 Subject: [PATCH] codex: Update to version 0.58.0 --- bucket/codex.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/codex.json b/bucket/codex.json index 6eb2f42511..1e39f4d32e 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -1,16 +1,16 @@ { - "version": "0.57.0", + "version": "0.58.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.57.0/codex-x86_64-pc-windows-msvc.exe.zip", - "hash": "e11109c2b06c2cb693b2def6ade39ebf30c2ecf0e684ae3c3abc6f2cd039f66e" + "url": "https://github.com/openai/codex/releases/download/rust-v0.58.0/codex-x86_64-pc-windows-msvc.exe.zip", + "hash": "6d94db7acc5a481696e9c862cdacf6446281b81f622767a9e406088d35b0152d" }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.57.0/codex-aarch64-pc-windows-msvc.exe.zip", - "hash": "cd879b170ba827c59a44a530a09fae0d133f146c40dc179c6b52c5455b52c04f" + "url": "https://github.com/openai/codex/releases/download/rust-v0.58.0/codex-aarch64-pc-windows-msvc.exe.zip", + "hash": "4212ed9faf5e117657bb334adb9c4366019f1225c9e9801967c82227309838e8" } }, "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",