Skip to content

Commit ae13031

Browse files
authored
Merge pull request #229996 from Homebrew/bump-codex-0.7.0
codex 0.7.0
2 parents 9ee0d09 + 8c49633 commit ae13031

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/codex.rb

Lines changed: 9 additions & 9 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

@@ -12,13 +12,13 @@ class Codex < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c4b325043f6bbfb6f9e691d8889b0352eb11a830d5a79cb1e8c46b9bd2521399"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "422ae057c33f2c9411dc41f982ede196837e1df031f3048ce68c16b0b93cd114"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "12cfad2dabd5b50311ba886030a38d6d865a0407a0e9093fb3f4afdbbe5abe7f"
18-
sha256 cellar: :any_skip_relocation, sonoma: "d22887730d1a5ea67778ad1193ff3b97731cde4423fe545fa18ead5434d4f168"
19-
sha256 cellar: :any_skip_relocation, ventura: "b4a3586415e85ee1c546f2e662d16c05eef2b768f9a78a527a79999251d769f5"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "31b7420f2a31a2c3f2a1d6f59e0d44ddfbe7c3bc7832cb305aa550c3f00c24be"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8f5c35215f8e7c8f83c95e87f3e287182967101ba8987ceb0418427420dd4f20"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "96ca2b0980ad7f6c2eb0809acb3af93a5ba69f3ffe9a992e9eb2238779395869"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0af166e61c6930778eb5bdd109eaf7a2a68fb72fe7631ea35249fe3a1f4d905c"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "04641e7bbfcf0615a818bd3c1cac728e6e05ed95b6252a49f1385094cbb498e1"
18+
sha256 cellar: :any_skip_relocation, sonoma: "32fcc1c51b8d34ce4441899e429b270e990a26ea03688c226948ada2b375297d"
19+
sha256 cellar: :any_skip_relocation, ventura: "233d1cd8f6c799b2816d903475fe095e33c960775530caf7ad67854bb86232fe"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "5ca79952005172c18bf7bcb0603776a90d40853b0adbc7ae10d4dd0059a8d67e"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1fada73398fbbbf4be6befbfd327b36ab72f9dac5b83bf7d70f7aea8d574f300"
2222
end
2323

2424
depends_on "rust" => :build

0 commit comments

Comments
 (0)