codex: Update to version 0.75.0

This commit is contained in:
github-actions[bot] 2025-12-18 20:29:58 +00:00
parent 4068342d14
commit fe28b7b0a4

View File

@ -1,16 +1,16 @@
{
"version": "0.73.0",
"version": "0.75.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.73.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "8bba9a23154c0ffecb34a28d0cb44ce54dc93eefc6309e9c52446a407437d28c"
"url": "https://github.com/openai/codex/releases/download/rust-v0.75.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "65d68376923c14e4bdcce0a2ec28166aa1bdf04df98a1109501095ff3c9d9fbc"
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.73.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "ab7ab19f0143c8e66c1f0ed325474c90671245a8d8fd65767707a0dc4d7427cb"
"url": "https://github.com/openai/codex/releases/download/rust-v0.75.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "12b23e6f90979b6d6f7c8e1d88e24cf19ad70a03219fc2ab1d072ac413b1034d"
}
},
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",