Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
openai-codex
Commits:
b5960224 by Giovanni Harting at 2026-01-31T11:49:05+01:00
upgpkg: 0.93.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.92.0
+ pkgver = 0.93.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.92.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.92.0.tar.gz
- b2sums =
1435e6d0824a86cce754d82b388fcc1fb38ff3cf0144833de8d3a76271eef19e2a1bdf780479d03e16c74f72be419fc7cfb4a089fd71b8f9b983418c66e7ded7
+ source =
openai-codex-0.93.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.93.0.tar.gz
+ b2sums =
be229e0fb1a6cd60ba9c1ccaadeafdb1001efd8b52370136c5e44fe5aef23abd7c40464c372c8f85e52c7676dc8f0965a7e904ef2f4540ffc5aa8356f517b422
pkgname = openai-codex
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Christopher Cooper <[email protected]>
pkgname=openai-codex
-pkgver=0.92.0
+pkgver=0.93.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=('1435e6d0824a86cce754d82b388fcc1fb38ff3cf0144833de8d3a76271eef19e2a1bdf780479d03e16c74f72be419fc7cfb4a089fd71b8f9b983418c66e7ded7')
+b2sums=('be229e0fb1a6cd60ba9c1ccaadeafdb1001efd8b52370136c5e44fe5aef23abd7c40464c372c8f85e52c7676dc8f0965a7e904ef2f4540ffc5aa8356f517b422')
prepare() {
cd codex-rust-v$pkgver/codex-rs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/b5960224056b3efe3f11200486ba05a40f514312
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/b5960224056b3efe3f11200486ba05a40f514312
You're receiving this email because of your account on gitlab.archlinux.org.