mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-01 06:44:46 +00:00
61 lines
3.2 KiB
JSON
61 lines
3.2 KiB
JSON
{
|
|
"version": "0.99.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.99.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.99.0/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.99.0/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
|
|
],
|
|
"hash": [
|
|
"22462b6e06b78631db49b4431e7874645a3c8ef7074a2c1af6758bb98c14e101",
|
|
"5c99d3ee651bd1a76f9149a008cad6a58f271730d11014d9bc06f2eea35481f0",
|
|
"7ab34de99b67380f89de56df171e6b5e66cae4a1a5e81bdc98414452e8cdb9fa"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/openai/codex/releases/download/rust-v0.99.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.99.0/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.99.0/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
|
|
],
|
|
"hash": [
|
|
"b57018b3daa7316f32a7847a2856735dfe7e677fbbfb6842b0b195464b56f32b",
|
|
"f4780f40ed4d32a97d0f4670997bdf8906fe51af0532322218a1a153a38dc4a5",
|
|
"00c129df2f63798328f75d6d2f20a8836b4730d9f18e2734b4a7e6f7f6ab2726"
|
|
]
|
|
}
|
|
},
|
|
"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",
|
|
"https://github.com/openai/codex/releases/download/rust-v$version/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v$version/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v$version/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v$version/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|