Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
openai-codex
Commits:
84719e0f by Peter Jung at 2026-03-05T20:34:16+01:00
upgpkg: 0.111.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.110.0
+ pkgver = 0.111.0
pkgrel = 1
url = https://github.com/openai/codex
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = openai-codex
optdepends = git: allow for repository actions
optdepends = ripgrep: accelerated large-repo search
options = !lto
- source =
openai-codex-0.110.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.110.0.tar.gz
- b2sums =
ea79c393dba300127adcc4b56e5bbd21c231bde5557935b1dccd347bd10631d96c60c3e0244dda6917e5d9c86fd0e46056566008de7607dd75189e258e8743e8
+ source =
openai-codex-0.111.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.111.0.tar.gz
+ b2sums =
a5c48a49ceb66e722eecd68956248604bfcc81e77f15f0c7af548de4204f19ce577b203779ced2a8ae8c41251874a1aeb25a4d29a113cacd31014122100fe506
pkgname = openai-codex
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Christopher Cooper <[email protected]>
pkgname=openai-codex
-pkgver=0.110.0
+pkgver=0.111.0
pkgrel=1
pkgdesc='OpenAIs lightweight coding agent that runs in your terminal'
arch=(x86_64)
@@ -26,7 +26,7 @@ optdepends=(
)
options=('!lto')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/rust-v$pkgver.tar.gz")
-b2sums=('ea79c393dba300127adcc4b56e5bbd21c231bde5557935b1dccd347bd10631d96c60c3e0244dda6917e5d9c86fd0e46056566008de7607dd75189e258e8743e8')
+b2sums=('a5c48a49ceb66e722eecd68956248604bfcc81e77f15f0c7af548de4204f19ce577b203779ced2a8ae8c41251874a1aeb25a4d29a113cacd31014122100fe506')
prepare() {
cd codex-rust-v$pkgver/codex-rs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/84719e0fbfc8fd83dfa65587138d7513e160ada9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/84719e0fbfc8fd83dfa65587138d7513e160ada9
You're receiving this email because of your account on gitlab.archlinux.org.