codex: Update to version 0.73.0

This commit is contained in:
github-actions[bot] 2025-12-16 00:44:14 +00:00
parent a871548efd
commit 0e9e393055

View File

@ -1,16 +1,16 @@
{ {
"version": "0.72.0", "version": "0.73.0",
"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.72.0/codex-x86_64-pc-windows-msvc.exe.zip", "url": "https://github.com/openai/codex/releases/download/rust-v0.73.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "941c37d935c2377fc47a8cc96988951a6ccd4f5bef7f467f73af9807d9051c4e" "hash": "8bba9a23154c0ffecb34a28d0cb44ce54dc93eefc6309e9c52446a407437d28c"
}, },
"arm64": { "arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.72.0/codex-aarch64-pc-windows-msvc.exe.zip", "url": "https://github.com/openai/codex/releases/download/rust-v0.73.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "1db4c07fd092855e66be913c1dca37132f1fb7a9136982a2f10547f4b953bfbb" "hash": "ab7ab19f0143c8e66c1f0ed325474c90671245a8d8fd65767707a0dc4d7427cb"
} }
}, },
"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\"",