mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
codex: Update to version 0.61.0
This commit is contained in:
parent
5fd0043bb3
commit
be19896b91
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "0.60.1",
|
"version": "0.61.0",
|
||||||
"description": "OpenAI's Codex AI coding assistant",
|
"description": "OpenAI's Codex AI coding assistant",
|
||||||
"homepage": "https://github.com/openai/codex",
|
"homepage": "https://github.com/openai/codex",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/openai/codex/releases/download/rust-v0.60.1/codex-x86_64-pc-windows-msvc.exe.zip",
|
"url": "https://github.com/openai/codex/releases/download/rust-v0.61.0/codex-x86_64-pc-windows-msvc.exe.zip",
|
||||||
"hash": "f5bbe188db1026c7c930fab9e34b9a2a1fdcb7f3f3230b2ffb2d6453aff2c9a2"
|
"hash": "daaa3bd053c1a93042b9dc2917c4b1d1763c88421a108bbe12361968c5c4fc8e"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/openai/codex/releases/download/rust-v0.60.1/codex-aarch64-pc-windows-msvc.exe.zip",
|
"url": "https://github.com/openai/codex/releases/download/rust-v0.61.0/codex-aarch64-pc-windows-msvc.exe.zip",
|
||||||
"hash": "1f1a783d5972b62a050d7e60514f0a8514633bb20ddec500bfc176410dcf9f78"
|
"hash": "f12be0b60c355b8cc590a72b088b24d2b13da9d41954884799fa5e49db20ef1d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",
|
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user