Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
openai-codex
Commits:
690f25b0 by Giovanni Harting at 2026-02-11T23:32:04+01:00
upgpkg: 0.99.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = openai-codex
pkgdesc = OpenAIs lightweight coding agent that runs in your terminal
- pkgver = 0.98.0
- pkgrel = 2
+ pkgver = 0.99.0
+ pkgrel = 1
url = https://github.com/openai/codex
arch = x86_64
license = Apache-2.0
@@ -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.98.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.98.0.tar.gz
- b2sums =
4e7166ec2ee1c2e7f05e93e7434a3e59f22d0bbdf6f1dca8d30e68831a0f89ab04c55c024dbc37ca89bc0201f551c73889e31fbbfd95045816ead9f20111ea70
+ source =
openai-codex-0.99.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.99.0.tar.gz
+ b2sums =
a54264c08d7d794cc6a4406db6b95d2e01d119b90ce9838e93737781ef3b2e8d7691975d0f592d82c7ad1150ee10201fb8a6829ca8d11696273312c29cfaee8d
pkgname = openai-codex
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Christopher Cooper <[email protected]>
pkgname=openai-codex
-pkgver=0.98.0
-pkgrel=2
+pkgver=0.99.0
+pkgrel=1
pkgdesc='OpenAIs lightweight coding agent that runs in your terminal'
arch=(x86_64)
url='https://github.com/openai/codex'
@@ -22,7 +22,7 @@ optdepends=(
)
options=('!lto')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/rust-v$pkgver.tar.gz")
-b2sums=('4e7166ec2ee1c2e7f05e93e7434a3e59f22d0bbdf6f1dca8d30e68831a0f89ab04c55c024dbc37ca89bc0201f551c73889e31fbbfd95045816ead9f20111ea70')
+b2sums=('a54264c08d7d794cc6a4406db6b95d2e01d119b90ce9838e93737781ef3b2e8d7691975d0f592d82c7ad1150ee10201fb8a6829ca8d11696273312c29cfaee8d')
prepare() {
cd codex-rust-v$pkgver/codex-rs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/690f25b01eda222dc9a432091c11ffc05208f05c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/690f25b01eda222dc9a432091c11ffc05208f05c
You're receiving this email because of your account on gitlab.archlinux.org.