diff --git a/bucket/codex.json b/bucket/codex.json index 6eb2f42511..1e39f4d32e 100644 --- a/bucket/codex.json +++ b/bucket/codex.json @@ -1,16 +1,16 @@ { - "version": "0.57.0", + "version": "0.58.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.57.0/codex-x86_64-pc-windows-msvc.exe.zip", - "hash": "e11109c2b06c2cb693b2def6ade39ebf30c2ecf0e684ae3c3abc6f2cd039f66e" + "url": "https://github.com/openai/codex/releases/download/rust-v0.58.0/codex-x86_64-pc-windows-msvc.exe.zip", + "hash": "6d94db7acc5a481696e9c862cdacf6446281b81f622767a9e406088d35b0152d" }, "arm64": { - "url": "https://github.com/openai/codex/releases/download/rust-v0.57.0/codex-aarch64-pc-windows-msvc.exe.zip", - "hash": "cd879b170ba827c59a44a530a09fae0d133f146c40dc179c6b52c5455b52c04f" + "url": "https://github.com/openai/codex/releases/download/rust-v0.58.0/codex-aarch64-pc-windows-msvc.exe.zip", + "hash": "4212ed9faf5e117657bb334adb9c4366019f1225c9e9801967c82227309838e8" } }, "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",