codex: Update to version 0.72.0

This commit is contained in:
github-actions[bot] 2025-12-13 04:30:25 +00:00
parent f869698bbf
commit 7961341ef6

View File

@ -1,16 +1,16 @@
{
"version": "0.71.0",
"version": "0.72.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.71.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "e104af21237e5c5e945bd47f889589326e30656e047c190bf430a2cf06e4e320"
"url": "https://github.com/openai/codex/releases/download/rust-v0.72.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "941c37d935c2377fc47a8cc96988951a6ccd4f5bef7f467f73af9807d9051c4e"
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.71.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "265a2c2f770d4c88b9844679c424b9ba75802ac9c55ba687eb1239f4ed4402c9"
"url": "https://github.com/openai/codex/releases/download/rust-v0.72.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "1db4c07fd092855e66be913c1dca37132f1fb7a9136982a2f10547f4b953bfbb"
}
},
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",