Skip to content
Discussion options

You must be logged in to vote

I think there are two slightly different package lines worth separating here:

  • codex Homebrew cask: currently points at the CLI release tarballs from openai/codex
  • codex-app Homebrew cask: points at the desktop app build feed and uses a separate 26.x style version

For the CLI cask, Homebrew currently has codex at 0.130.0, while the latest stable GitHub release is rust-v0.131.0. The cask has a livecheck block using GitHub latest releases:

livecheck do
  url :url
  regex(/^rust-v?(\d+(?:\.\d+)+)$/i)
  strategy :github_latest
end

So Homebrew can detect that a newer release exists, but the cask file still has to be bumped in Homebrew/homebrew-cask. In practice that means there can be a delay …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dncks1525
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants