Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
openai-codex
Commits:
4e216381 by Peter Jung at 2025-11-22T18:28:43+01:00
upgpkg: 0.63.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.61.0
+ pkgver = 0.63.0
pkgrel = 1
url = https://github.com/openai/codex
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = openai-codex
optdepends = git: allow for repository actions
optdepends = ripgrep: accelerated large-repo search
options = !lto
- source =
openai-codex-0.61.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.61.0.tar.gz
- b2sums =
6542251ad5f2ae126e3cd86278423cfc622681b7380cf8aa33d64d797d6ec96e6e23e5d988af7b78f6411c93ac765a6c9fc54b59a19c6cd87af496a5e29ae3a7
+ source =
openai-codex-0.63.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.63.0.tar.gz
+ b2sums =
32075476d2e85a0c07f89b85bc112ff8039f0317329c77d42ed4738aa0a62704837ecd3dcb5416f73c34b06288a1b53d1d8917e25d90347cc33e6b04bec70c75
pkgname = openai-codex
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Christopher Cooper <[email protected]>
pkgname=openai-codex
-pkgver=0.61.0
+pkgver=0.63.0
pkgrel=1
pkgdesc='OpenAIs lightweight coding agent that runs in your terminal'
arch=(x86_64)
@@ -22,7 +22,7 @@ optdepends=(
)
options=('!lto')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/rust-v$pkgver.tar.gz")
-b2sums=('6542251ad5f2ae126e3cd86278423cfc622681b7380cf8aa33d64d797d6ec96e6e23e5d988af7b78f6411c93ac765a6c9fc54b59a19c6cd87af496a5e29ae3a7')
+b2sums=('32075476d2e85a0c07f89b85bc112ff8039f0317329c77d42ed4738aa0a62704837ecd3dcb5416f73c34b06288a1b53d1d8917e25d90347cc33e6b04bec70c75')
prepare() {
cd codex-rust-v$pkgver/codex-rs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/4e216381f9c427c9b9c90a52e970ac07d1665a1e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/4e216381f9c427c9b9c90a52e970ac07d1665a1e
You're receiving this email because of your account on gitlab.archlinux.org.