Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
openai-codex
Commits:
55b4aa93 by Orhun Parmaksız at 2026-01-07T11:33:04+03:00
upgpkg: 0.79.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.77.0
+ pkgver = 0.79.0
pkgrel = 1
url = https://github.com/openai/codex
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = openai-codex
optdepends = git: allow for repository actions
optdepends = ripgrep: accelerated large-repo search
options = !lto
- source =
openai-codex-0.77.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.77.0.tar.gz
- b2sums =
f0fd4bd67d32f619c394aabf2a8d0ea4ff866e339d1a83775a83447725cfe4b3a465332f9583eae3b5d6a1beb797bfd022747a94b2cd653c6ca87b44b0ab7e41
+ source =
openai-codex-0.79.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.79.0.tar.gz
+ b2sums =
e910df872d8c1e7232daae883f7eef0ebf44140c9967ec32095ca90759811ec233898f839713b984a3b082d15e587af9961a46295860ce8b19170fd36a7830fe
pkgname = openai-codex
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Christopher Cooper <[email protected]>
pkgname=openai-codex
-pkgver=0.77.0
+pkgver=0.79.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=('f0fd4bd67d32f619c394aabf2a8d0ea4ff866e339d1a83775a83447725cfe4b3a465332f9583eae3b5d6a1beb797bfd022747a94b2cd653c6ca87b44b0ab7e41')
+b2sums=('e910df872d8c1e7232daae883f7eef0ebf44140c9967ec32095ca90759811ec233898f839713b984a3b082d15e587af9961a46295860ce8b19170fd36a7830fe')
prepare() {
cd codex-rust-v$pkgver/codex-rs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/55b4aa930388dcf70368e14f323a3f05c95fcb4d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/55b4aa930388dcf70368e14f323a3f05c95fcb4d
You're receiving this email because of your account on gitlab.archlinux.org.