mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 11:04:49 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.91.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.91.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe",
|
|
"hash": "4d4808a13e237f096f636a81c56c7a257b285b44a84874839e0f5968919b2280"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/openai/codex/releases/download/rust-v0.91.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
|
|
"hash": "0a33d755e1df577bfe1735f90d89b336dc94cdac9f7d0a4f2afa37a0deb1cd9c"
|
|
}
|
|
},
|
|
"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#/codex.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe#/codex.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|