Codex 0.73.0 => 0.76.0 (#13914)

This commit is contained in:
Ed Reel
2025-12-20 22:42:34 -06:00
committed by GitHub
parent 749f095035
commit 4fafda2c94
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 52030208
# Total size: 53020496
/usr/local/bin/codex

View File

@@ -3,12 +3,12 @@ require 'package'
class Codex < Package
description 'Lightweight coding agent that runs in your terminal'
homepage 'https://github.com/openai/codex'
version '0.73.0'
version '0.76.0'
license 'Apache-2.0'
compatibility 'x86_64'
min_glibc '2.28'
source_url "https://github.com/openai/codex/releases/download/rust-v#{version}/codex-x86_64-unknown-linux-gnu.zst"
source_sha256 '14b7f0462e3b95da9e12ff0fafc4f05499f58a4e307d540641c1edca80964462'
source_sha256 'fb8ea06033683fe149a1e0a173b80403ce64e21316c60615d501b8bad134fef4'
depends_on 'zstd'