'updater-codex-0.78.0' (#14064)

* Add unbuilt codex to updater-codex-0.78.0

* updater-codex-0.78.0: Package File Update Run on linux/amd64 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2026-01-06 22:43:24 -05:00
committed by GitHub
parent c379b6e885
commit 45c81519c9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 53082416
# Total size: 53450888
/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.77.0'
version '0.78.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 '758b22f94c3c73cabee042ea2b1716dda9f2f6fb2d653f2e1fb20c0cc89ef7e2'
source_sha256 'fdb96793ffc98dcb445b66196da12da8e503030ad9de0ba98e42145f5305a1fb'
depends_on 'zstd'