Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
openai-codex
Commits:
c880324d by Orhun Parmaksız at 2025-11-20T20:23:04+03:00
upgpkg: 0.61.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.60.1
+ pkgver = 0.61.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.60.1.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.60.1.tar.gz
- b2sums =
819e52c3d3fe984406fc2b79bc7eb0e9d4987c3ae580bc447ee0fc9c56bda8fb967d2d08414996fa9f975c6d306710ba5687084a823b7c1e8de332c5dc159ff5
+ source =
openai-codex-0.61.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.61.0.tar.gz
+ b2sums =
6542251ad5f2ae126e3cd86278423cfc622681b7380cf8aa33d64d797d6ec96e6e23e5d988af7b78f6411c93ac765a6c9fc54b59a19c6cd87af496a5e29ae3a7
pkgname = openai-codex
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
# Maintainer: Giovanni Harting <[email protected]>
+# Maintainer: Orhun Parmaksız <[email protected]>
# Contributor: Christopher Cooper <[email protected]>
pkgname=openai-codex
-pkgver=0.60.1
+pkgver=0.61.0
pkgrel=1
pkgdesc='OpenAIs lightweight coding agent that runs in your terminal'
arch=(x86_64)
@@ -21,7 +22,7 @@ optdepends=(
)
options=('!lto')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/rust-v$pkgver.tar.gz")
-b2sums=('819e52c3d3fe984406fc2b79bc7eb0e9d4987c3ae580bc447ee0fc9c56bda8fb967d2d08414996fa9f975c6d306710ba5687084a823b7c1e8de332c5dc159ff5')
+b2sums=('6542251ad5f2ae126e3cd86278423cfc622681b7380cf8aa33d64d797d6ec96e6e23e5d988af7b78f6411c93ac765a6c9fc54b59a19c6cd87af496a5e29ae3a7')
prepare() {
cd codex-rust-v$pkgver/codex-rs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/c880324d8c3a8a28dec329d7ecc682e66e3226c1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/c880324d8c3a8a28dec329d7ecc682e66e3226c1
You're receiving this email because of your account on gitlab.archlinux.org.