mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 21:34:47 +00:00
61 lines
3.2 KiB
JSON
61 lines
3.2 KiB
JSON
{
|
|
"version": "0.95.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.95.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.95.0/codex-command-runner-x86_64-pc-windows-msvc.exe#/codex-command-runner.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.95.0/codex-windows-sandbox-setup-x86_64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
|
|
],
|
|
"hash": [
|
|
"b9e75dbe4529f3e39cb6d9febe127d6eb634ccb9b2d46d6ebc5bb4ebaa488a33",
|
|
"55aa7f20c5aeabaf125112f01eb4b34f1a4a23d4ea1980d0975b28f1b31077b1",
|
|
"5daf01ab873f1b312b7328e295bbba10e936e30e33bb6d7d44e5f06ae4536061"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": [
|
|
"https://github.com/openai/codex/releases/download/rust-v0.95.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.95.0/codex-command-runner-aarch64-pc-windows-msvc.exe#/codex-command-runner.exe",
|
|
"https://github.com/openai/codex/releases/download/rust-v0.95.0/codex-windows-sandbox-setup-aarch64-pc-windows-msvc.exe#/codex-windows-sandbox-setup.exe"
|
|
],
|
|
"hash": [
|
|
"629a9c9d125af3d2efb3ec976ab0fa775caf8a8b38381c64cb3a952c705a8444",
|
|
"5244535a3188df30a3d04c208452f8f71de8715a0a1f0e962d7de9d8b9e8be15",
|
|
"58d793a80dd853060d5d0fce01b83cd86e81cc2a60f9eb633641a4205f6848ed"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|