Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
openai-codex
Commits:
3d7ddef1 by Peter Jung at 2026-02-03T16:33:12+01:00
upgpkg: 0.94.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = openai-codex
pkgdesc = OpenAIs lightweight coding agent that runs in your terminal
- pkgver = 0.93.0
+ pkgver = 0.94.0
pkgrel = 1
url = https://github.com/openai/codex
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = openai-codex
optdepends = git: allow for repository actions
optdepends = ripgrep: accelerated large-repo search
options = !lto
- source =
openai-codex-0.93.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.93.0.tar.gz
- b2sums =
be229e0fb1a6cd60ba9c1ccaadeafdb1001efd8b52370136c5e44fe5aef23abd7c40464c372c8f85e52c7676dc8f0965a7e904ef2f4540ffc5aa8356f517b422
+ source =
openai-codex-0.94.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.94.0.tar.gz
+ b2sums =
712c8024f6c9aa74db96746931c3b143be177fbf5ec3a8ffc1a61136108a6223085d6d57b44f84b63f337be13fc249e471fbca06cc108a97901888cda6d92eff
pkgname = openai-codex
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Christopher Cooper <[email protected]>
pkgname=openai-codex
-pkgver=0.93.0
+pkgver=0.94.0
pkgrel=1
pkgdesc='OpenAIs lightweight coding agent that runs in your terminal'
arch=(x86_64)
@@ -23,7 +23,7 @@ optdepends=(
)
options=('!lto')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/rust-v$pkgver.tar.gz")
-b2sums=('be229e0fb1a6cd60ba9c1ccaadeafdb1001efd8b52370136c5e44fe5aef23abd7c40464c372c8f85e52c7676dc8f0965a7e904ef2f4540ffc5aa8356f517b422')
+b2sums=('712c8024f6c9aa74db96746931c3b143be177fbf5ec3a8ffc1a61136108a6223085d6d57b44f84b63f337be13fc249e471fbca06cc108a97901888cda6d92eff')
prepare() {
cd codex-rust-v$pkgver/codex-rs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/3d7ddef12ea3808799e7e83ca54c7b5e880ff8b0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/3d7ddef12ea3808799e7e83ca54c7b5e880ff8b0
You're receiving this email because of your account on gitlab.archlinux.org.