mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 21:04:41 +00:00
61 lines
3.2 KiB
JSON
61 lines
3.2 KiB
JSON
{
|
|
"version": "0.98.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.98.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.98.0/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.98.0/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
|
|
],
|
|
"hash": [
|
|
"6ab270b37c2c5d0d3567f0f3f420286f6efb3fc9d4e3bb749df5bf4452c16502",
|
|
"d441568443eafd3cc99e25c94ee9141dc805ed556c6b127807ce877095ae9202",
|
|
"313d441cea1e18cf6ca7a71f9383e447d0f3f791703f065fb96c9c4968c00c8d"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/openai/codex/releases/download/rust-v0.98.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.98.0/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.98.0/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
|
|
],
|
|
"hash": [
|
|
"9cc2e0ebf2e298a1b5e203ad108162df6004799f9b3ddd4ff6930db873ec962e",
|
|
"8171b49e619efd8c8619889a00268bdeceff0ab46a1e72d5d6e018a21e20cda7",
|
|
"2382e19b4e346e2fb9997b55125440b5e8a16900eebb87e7eaaf9c40ad30c0fc"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|