mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
61 lines
3.2 KiB
JSON
61 lines
3.2 KiB
JSON
{
|
|
"version": "0.93.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.93.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
|
|
],
|
|
"hash": [
|
|
"93bffea8ed781691dc6e956084245e2538db33f4a9ed6bd15e54eb5be38466fd",
|
|
"213cba739c04f3044dea902c4a004169aad926a34e35c994645cc8eff00176cb",
|
|
"34082285938abde46744da64425baca6d7eb9292c6e6cd98fe8e9c78aede53a4"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.93.0/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
|
|
],
|
|
"hash": [
|
|
"0b32f6a1c0bc718730be3694f840ef6769b41c94d4e89efd57e36dafaf29f593",
|
|
"41802de6f19b6cb313f49bd013085eb912e7b7baf4456869486ad10fcf133927",
|
|
"6eb514ae17d9f795f23352f20994379c17a40fdbe62209ff7b79a868093606a2"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|