diff --git a/bucket/codex.json b/bucket/codex.json index f5e399e97c..76bbc6e1a1 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -1,16 +1,16 @@ { - "version": "0.69.0", + "version": "0.71.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.69.0/codex-x86_64-pc-windows-msvc.exe.zip", - "hash": "e830edd80c41f568a11c8a1fc071e709f57a438dc0462ceafddc39979d79375d" + "url": "https://github.com/openai/codex/releases/download/rust-v0.71.0/codex-x86_64-pc-windows-msvc.exe.zip", + "hash": "e104af21237e5c5e945bd47f889589326e30656e047c190bf430a2cf06e4e320" }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.69.0/codex-aarch64-pc-windows-msvc.exe.zip", - "hash": "e51fb04ef934909e84c270d1a747b0e0e7509f5c5a13f681e8624a08f2501644" + "url": "https://github.com/openai/codex/releases/download/rust-v0.71.0/codex-aarch64-pc-windows-msvc.exe.zip", + "hash": "265a2c2f770d4c88b9844679c424b9ba75802ac9c55ba687eb1239f4ed4402c9" } }, "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",