Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
openai-codex
Commits:
8ee3802d by Orhun Parmaksız at 2026-01-15T12:19:23+03:00
upgpkg: 0.84.0-1: upstream release
- - - - -
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.80.0
+ pkgver = 0.84.0
pkgrel = 1
url = https://github.com/openai/codex
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = openai-codex
optdepends = git: allow for repository actions
optdepends = ripgrep: accelerated large-repo search
options = !lto
- source =
openai-codex-0.80.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.80.0.tar.gz
- b2sums =
188cbd2c78fb10800a5efe6e55add82409efa46c8523e8d75417ed5b6aba577a1f8a0894484661ead88663ec11126fb734cfa1ea5e921c1530bd54174c9c523e
+ source =
openai-codex-0.84.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.84.0.tar.gz
+ b2sums =
fef75339abdd94f5b5ea1f8e26d72c0421f23ca3f0bb0e2f657e4e9ed9a9583a13712433234253d368203a8d71a65843813ad3439b4b16551220df332bf2dad1
pkgname = openai-codex
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Christopher Cooper <[email protected]>
pkgname=openai-codex
-pkgver=0.80.0
+pkgver=0.84.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=('188cbd2c78fb10800a5efe6e55add82409efa46c8523e8d75417ed5b6aba577a1f8a0894484661ead88663ec11126fb734cfa1ea5e921c1530bd54174c9c523e')
+b2sums=('fef75339abdd94f5b5ea1f8e26d72c0421f23ca3f0bb0e2f657e4e9ed9a9583a13712433234253d368203a8d71a65843813ad3439b4b16551220df332bf2dad1')
prepare() {
cd codex-rust-v$pkgver/codex-rs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/8ee3802d549980af7948f71b2f65c1d2b20ede7f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/8ee3802d549980af7948f71b2f65c1d2b20ede7f
You're receiving this email because of your account on gitlab.archlinux.org.