Skip to content

Commit b0686ec

Browse files
committed
codex 0.7.0
1 parent 779e360 commit b0686ec

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.6.0.tar.gz"
5-
sha256 "b80fdd78d90b880ea650907b80af0e7b4c18f00050ac122e459f1033505a620e"
4+
url "https://github.com/openai/codex/archive/refs/tags/rust-v0.7.0.tar.gz"
5+
sha256 "7fbaf0a051d3e4b3179fce8d414754532c7551ba10ca415daca7f67f19c37194"
66
license "Apache-2.0"
77
head "https://github.com/openai/codex.git", branch: "main"
88

0 commit comments

Comments
 (0)