Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
openai-codex
Commits:
6ca9bf1f by Orhun Parmaksız at 2026-01-27T21:59:47+03:00
upgpkg: 0.92.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.91.0
+ pkgver = 0.92.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.91.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.91.0.tar.gz
- b2sums =
07f6d614eac1bbcafbe818a28c342d953480abff934984398631af37e43ca98f35d887e41ef1f5b7048a5e0678579604734bb9f3cba0b5d1915910b359eea2d4
+ source =
openai-codex-0.92.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.92.0.tar.gz
+ b2sums =
1435e6d0824a86cce754d82b388fcc1fb38ff3cf0144833de8d3a76271eef19e2a1bdf780479d03e16c74f72be419fc7cfb4a089fd71b8f9b983418c66e7ded7
pkgname = openai-codex
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Christopher Cooper <[email protected]>
pkgname=openai-codex
-pkgver=0.91.0
+pkgver=0.92.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=('07f6d614eac1bbcafbe818a28c342d953480abff934984398631af37e43ca98f35d887e41ef1f5b7048a5e0678579604734bb9f3cba0b5d1915910b359eea2d4')
+b2sums=('1435e6d0824a86cce754d82b388fcc1fb38ff3cf0144833de8d3a76271eef19e2a1bdf780479d03e16c74f72be419fc7cfb4a089fd71b8f9b983418c66e7ded7')
prepare() {
cd codex-rust-v$pkgver/codex-rs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/6ca9bf1ff716d6481e24c6fe57ecb5c7d9937a57
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/6ca9bf1ff716d6481e24c6fe57ecb5c7d9937a57
You're receiving this email because of your account on gitlab.archlinux.org.