codex: Update to version 0.60.1

This commit is contained in:
github-actions[bot] 2025-11-19 20:28:43 +00:00
parent f88c7ac3fd
commit 19b2413358

View File

@ -1,16 +1,16 @@
{ {
"version": "0.58.0", "version": "0.60.1",
"description": "OpenAI's Codex AI coding assistant", "description": "OpenAI's Codex AI coding assistant",
"homepage": "https://github.com/openai/codex", "homepage": "https://github.com/openai/codex",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.58.0/codex-x86_64-pc-windows-msvc.exe.zip", "url": "https://github.com/openai/codex/releases/download/rust-v0.60.1/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "6d94db7acc5a481696e9c862cdacf6446281b81f622767a9e406088d35b0152d" "hash": "f5bbe188db1026c7c930fab9e34b9a2a1fdcb7f3f3230b2ffb2d6453aff2c9a2"
}, },
"arm64": { "arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.58.0/codex-aarch64-pc-windows-msvc.exe.zip", "url": "https://github.com/openai/codex/releases/download/rust-v0.60.1/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "4212ed9faf5e117657bb334adb9c4366019f1225c9e9801967c82227309838e8" "hash": "1f1a783d5972b62a050d7e60514f0a8514633bb20ddec500bfc176410dcf9f78"
} }
}, },
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"", "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",