























thanks @kralonur this has been fixed
So seems like GNU Linux release artifacts are stopped from publishing. You might want to change your PKGBUILD do musl. Probably that's why we did not received new version from your aur auto updater.
Powershell completition is not necessary.
it is, there is users of pwsh on linux
Powershell completition is not necessary.
can you add installation for all available completions? [default: bash] [possible values: bash, elvish, fish, powershell, zsh]
I have adopted the package and obsoleted the openai-codex-autoup-bin
This package is auto updated twice a day via a github actions with the latest binary release (not git the release) from upstream. (see it here https://github.com/chmouel/aur-update)
Thanks Jack for all the work on this package
disowned the package because i use opencode now
Hi! I built and tested an update to 0.77.0; checksums updated. Please consider merging.
diff --git a/PKGBUILD b/PKGBUILD
index fe55be7..444bffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jack Mahoney <jacksmahoney@gmail.com>
pkgname=openai-codex-bin
-pkgver=0.74.0
+pkgver=0.77.0
pkgrel=1
pkgdesc="Lightweight coding agent that runs in your terminal (binary release)"
arch=('x86_64' 'aarch64')
@@ -16,12 +16,12 @@ optdepends=(
source_x86_64=(
"codex-${pkgver}-x86_64.tar.gz::https://github.com/openai/codex/releases/download/rust-v${pkgver}/codex-x86_64-unknown-linux-gnu.tar.gz"
)
-sha256sums_x86_64=('fb881fb21f1ad461563dbf2773bcace637e3b11e9ccb038fdbd676444ecaf09c')
-sha256sums_aarch64=('58442efeae43d11e43d1ab3f83177129bdc7ad4cacf9b9a0311b0cc801c44730')
+sha256sums_x86_64=('54d1dfbccd9625128e44c65f80640215314929fd2c5f52efd1f23698ed27388b')
+sha256sums_aarch64=('193be0eafe7dd63ca439276dc38535afad9ce8691af855bd96dcb8196059216a')
source_aarch64=(
"codex-${pkgver}-aarch64.tar.gz::https://github.com/openai/codex/releases/download/rust-v${pkgver}/codex-aarch64-unknown-linux-gnu.tar.gz"
)
Thanks for sharing the answer, that's good to know! Learned something new there :)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
I have adopted the package and obsoleted the openai-codex-autoup-bin
This package is auto updated twice a day via a github actions with the latest binary release (not git the release) from upstream. (see it here https://github.com/chmouel/aur-update)
Thanks Jack for all the work on this package