Skip to content

Commit d07c24c

Browse files
authored
Merge pull request #234309 from getaaron/patch-1
codex: switch Linux builds to musl for broader compatibility
2 parents b296c49 + d99bc11 commit d07c24c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Casks/c/codex.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
cask "codex" do
22
arch arm: "aarch64", intel: "x86_64"
3-
os macos: "apple-darwin", linux: "unknown-linux-gnu"
3+
os macos: "apple-darwin", linux: "unknown-linux-musl"
44

55
version "0.53.0"
66
sha256 arm: "97c70e291f8f1ebc2f060216290af97e0b8915400a79805fbadec12287a67cb6",
77
intel: "6515711ca312433a5cb1a5ca83517515558e46aa20f02c30b929964f9d552edb",
8-
arm64_linux: "d17d5778ec787275a6756afc82be7cd946538391328fa715030c81579c717766",
9-
x86_64_linux: "fcdb0a728093f473dd952ff0860838547e7be63ec16c1926a479e54d41629ab3"
8+
arm64_linux: "a8a1dbcbda4b9a1f89e7c3efb69197159b4c81d2bbac72ca60449e0d6e715e9f",
9+
x86_64_linux: "55160ac3076f8c0cac8015ac4a1725e4368c15cdcab1e9d97d27c13757d4ffa7"
1010

1111
url "https://github.com/openai/codex/releases/download/rust-v#{version}/codex-#{arch}-#{os}.tar.gz"
1212
name "Codex"

0 commit comments

Comments
 (0)