diff --git a/bucket/codex.json b/bucket/codex.json index ac103f641f..594d5bc51a 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -1,16 +1,16 @@ { - "version": "0.88.0", + "version": "0.89.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.88.0/codex-x86_64-pc-windows-msvc.exe.zip", - "hash": "2a2497a5f4c219cb0d91c6223cb94683bd6e262b74086afd0abb80d72a3c5c1e" + "url": "https://github.com/openai/codex/releases/download/rust-v0.89.0/codex-x86_64-pc-windows-msvc.exe.zip", + "hash": "a98b93593c3991f4ab0fe47d84c4d0a5b9f7447cf8d1ee468f30921706ffbf7d" }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.88.0/codex-aarch64-pc-windows-msvc.exe.zip", - "hash": "b855908b06264a3990c7ed23ebdd1f21e41e4251d5271cc768867506aa52d545" + "url": "https://github.com/openai/codex/releases/download/rust-v0.89.0/codex-aarch64-pc-windows-msvc.exe.zip", + "hash": "4b9d540541f959eb1674753cd3ef1549ec94a0b93167dbf322e394a2fb9062cc" } }, "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",