Skip to content

Commit e1521f4

Browse files
committed
codex: Update to version 0.91.0, fix autoupdate
* Closes #7573.
1 parent 0135114 commit e1521f4

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

bucket/codex.json

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
2-
"version": "0.89.0",
2+
"version": "0.91.0",
33
"description": "OpenAI's Codex AI coding assistant",
44
"homepage": "https://github.com/openai/codex",
55
"license": "Apache-2.0",
66
"architecture": {
77
"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"
1010
},
1111
"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"
1414
}
1515
},
16-
"pre_install": "Get-Item \"$dir\\codex-*.exe\" | Rename-Item -NewName \"$dir\\codex.exe\"",
1716
"bin": [
1817
[
1918
"codex.exe",
@@ -27,20 +26,10 @@
2726
"autoupdate": {
2827
"architecture": {
2928
"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"
3630
},
3731
"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"
4433
}
4534
}
4635
}

0 commit comments

Comments
 (0)