codex: Update to version 0.50.0

This commit is contained in:
github-actions[bot] 2025-10-26 00:41:13 +00:00
parent 469009f1f6
commit bac23fbd68

View File

@ -1,16 +1,16 @@
{
"version": "0.49.0",
"version": "0.50.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.49.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "0db9ba23c5b11f0342b63b46897e56d4772f96a6200c558437fb8c7b419f7a9f"
"url": "https://github.com/openai/codex/releases/download/rust-v0.50.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "41fd1cbca86c79aee1d9c185ba3d32ec9f9a6a418f5b6d99ccb1644e1ed17a5e"
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.49.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "8ad12dadc03f64598c777ac814ef7fc388e06fd4f968ec6912b4cf86f54fe4b0"
"url": "https://github.com/openai/codex/releases/download/rust-v0.50.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "669d300b2b09836329d57442ebd8056e2e60613fbdd223b341c53e6fa876adeb"
}
},
"pre_install": "Rename-Item \"$dir\\codex-*.exe\" \"$dir\\codex.exe\"",