|
1 | 1 | { |
2 | | - "version": "0.89.0", |
| 2 | + "version": "0.91.0", |
3 | 3 | "description": "OpenAI's Codex AI coding assistant", |
4 | 4 | "homepage": "https://github.com/openai/codex", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "architecture": { |
7 | 7 | "64bit": { |
8 | | - "url": "https://github.com/openai/codex/releases/download/rust-v0.89.0/codex-x86_64-pc-windows-msvc.exe.zip", |
9 | | - "hash": "a98b93593c3991f4ab0fe47d84c4d0a5b9f7447cf8d1ee468f30921706ffbf7d" |
| 8 | + "url": "https://github.com/openai/codex/releases/download/rust-v0.91.0/codex-x86_64-pc-windows-msvc.exe#/codex.exe", |
| 9 | + "hash": "4d4808a13e237f096f636a81c56c7a257b285b44a84874839e0f5968919b2280" |
10 | 10 | }, |
11 | 11 | "arm64": { |
12 | | - "url": "https://github.com/openai/codex/releases/download/rust-v0.89.0/codex-aarch64-pc-windows-msvc.exe.zip", |
13 | | - "hash": "4b9d540541f959eb1674753cd3ef1549ec94a0b93167dbf322e394a2fb9062cc" |
| 12 | + "url": "https://github.com/openai/codex/releases/download/rust-v0.91.0/codex-aarch64-pc-windows-msvc.exe#/codex.exe", |
| 13 | + "hash": "0a33d755e1df577bfe1735f90d89b336dc94cdac9f7d0a4f2afa37a0deb1cd9c" |
14 | 14 | } |
15 | 15 | }, |
16 | | - "pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"", |
17 | 16 | "bin": [ |
18 | 17 | [ |
19 | 18 | "codex.exe", |
|
27 | 26 | "autoupdate": { |
28 | 27 | "architecture": { |
29 | 28 | "64bit": { |
30 | | - "url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-x86_64-pc-windows-msvc.exe.zip", |
31 | | - "hash": { |
32 | | - "url": "https://api.github.com/repos/openai/codex/releases", |
33 | | - "jsonpath": "$[?(@.tag_name=='rust-v$version')].assets[?(@.name=='codex-x86_64-pc-windows-msvc.exe.zip')].digest", |
34 | | - "regex": "(?<=sha256:)([a-fA-F0-9]{64})" |
35 | | - } |
| 29 | + "url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-x86_64-pc-windows-msvc.exe#/codex.exe" |
36 | 30 | }, |
37 | 31 | "arm64": { |
38 | | - "url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe.zip", |
39 | | - "hash": { |
40 | | - "url": "https://api.github.com/repos/openai/codex/releases", |
41 | | - "jsonpath": "$[?(@.tag_name=='rust-v$version')].assets[?(@.name=='codex-aarch64-pc-windows-msvc.exe.zip')].digest", |
42 | | - "regex": "(?<=sha256:)([a-fA-F0-9]{64})" |
43 | | - } |
| 32 | + "url": "https://github.com/openai/codex/releases/download/rust-v$version/codex-aarch64-pc-windows-msvc.exe#/codex.exe" |
44 | 33 | } |
45 | 34 | } |
46 | 35 | } |
|
0 commit comments