Skip to content

Commit 0781c46

Browse files
committed
codex 0.45.0
1 parent 03ad749 commit 0781c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/codex.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Codex < Formula
22
desc "OpenAI's coding agent that runs in your terminal"
33
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"
4+
url "https://github.com/openai/codex/archive/refs/tags/rust-v0.45.0.tar.gz"
5+
sha256 "e9bafcbb7030fb3a7ec9ab845e43d830e2e45e2eee19898d443fe03a414b419e"
66
license "Apache-2.0"
77
head "https://github.com/openai/codex.git", branch: "main"
88

0 commit comments

Comments
 (0)