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