We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ad749 commit 0781c46Copy full SHA for 0781c46
Formula/c/codex.rb
@@ -1,8 +1,8 @@
1
class Codex < Formula
2
desc "OpenAI's coding agent that runs in your terminal"
3
homepage "https://github.com/openai/codex"
4
- url "https://github.com/openai/codex/archive/refs/tags/rust-v0.44.0.tar.gz"
5
- sha256 "b873ffd11f5f39148baabf0d070dd27ffe5dc9028d6dd32ee75a043b26ab171e"
+ url "https://github.com/openai/codex/archive/refs/tags/rust-v0.45.0.tar.gz"
+ sha256 "e9bafcbb7030fb3a7ec9ab845e43d830e2e45e2eee19898d443fe03a414b419e"
6
license "Apache-2.0"
7
head "https://github.com/openai/codex.git", branch: "main"
8
0 commit comments