codex: Update to version 0.48.0

This commit is contained in:
github-actions[bot] 2025-10-24 00:36:32 +00:00
parent 681dde12aa
commit b950e9e964

View File

@ -1,16 +1,16 @@
{
"version": "0.47.0",
"version": "0.48.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.47.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "6bf904a60b56114f2804a4473eed65c745edabf503e34dd0923caf1927ba62c2"
"url": "https://github.com/openai/codex/releases/download/rust-v0.48.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "2f96df0e5cb42893b8e4a11b53b0cac1c4b72149481e8cfa764f1bcd35f06063"
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.47.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "131e8c56abf8733cec842d16afa6076aea97c0330bf8e9c8df283683a26ac6ba"
"url": "https://github.com/openai/codex/releases/download/rust-v0.48.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "2b9bf356069745397106b18cf095fef9f540dd67abab546e909db5f947e590f0"
}
},
"pre_install": "Rename-Item \"$dir\\codex-*.exe\" \"$dir\\codex.exe\"",