2025-11-20 16:30:30 +00:00

48 lines
2.0 KiB
JSON

{
"version": "0.61.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.61.0/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": "daaa3bd053c1a93042b9dc2917c4b1d1763c88421a108bbe12361968c5c4fc8e"
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v0.61.0/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": "f12be0b60c355b8cc590a72b088b24d2b13da9d41954884799fa5e49db20ef1d"
}
},
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",
"bin": [
[
"codex.exe",
"codex"
]
],
"checkver": {
"url": "https://api.github.com/repos/openai/codex/releases",
"regex": "rust-v(\\d+\\.\\d+\\.\\d+)(?![^\\d]*alpha|[^\\d]*beta|[^\\d]*rc|[^\\d]*preview)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-x86_64-pc-windows-msvc.exe.zip",
"hash": {
"url": "https://api.github.com/repos/openai/codex/releases",
"jsonpath": "$[?(@.tag_name=='rust-v$version')].assets[?(@.name=='codex-x86_64-pc-windows-msvc.exe.zip')].digest",
"regex": "(?<=sha256:)([a-fA-F0-9]{64})"
}
},
"arm64": {
"url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe.zip",
"hash": {
"url": "https://api.github.com/repos/openai/codex/releases",
"jsonpath": "$[?(@.tag_name=='rust-v$version')].assets[?(@.name=='codex-aarch64-pc-windows-msvc.exe.zip')].digest",
"regex": "(?<=sha256:)([a-fA-F0-9]{64})"
}
}
}
}
}