bump to 0.22.0

This commit is contained in:
Jack Mahoney
2025-08-16 08:43:59 -07:00
parent 0d46a21d73
commit e0bfad88d0
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Jack Mahoney <jacksmahoney@gmail.com>
pkgname=openai-codex-bin
pkgver=0.21.0
pkgver=0.22.0
pkgrel=1
pkgdesc="Lightweight coding agent that runs in your terminal"
arch=('x86_64' 'aarch64')
@@ -16,12 +16,12 @@ optdepends=(
source_x86_64=(
"codex-${pkgver}.tar.gz::https://github.com/openai/codex/releases/download/rust-v${pkgver}/codex-x86_64-unknown-linux-gnu.tar.gz"
)
sha256sums_x86_64=('0100efc40a34e2bd42d49de43353a45b510772ea92aca52589ce637e6c432c5d')
sha256sums_x86_64=('b9bcc9ccded18de331b85513e7b308226899c1577cc8d33c700d34d676085ed6')
sha256sums_aarch64=('b9bcc9ccded18de331b85513e7b308226899c1577cc8d33c700d34d676085ed6')
source_aarch64=(
"codex-${pkgver}.tar.gz::https://github.com/openai/codex/releases/download/rust-v${pkgver}/codex-aarch64-unknown-linux-gnu.tar.gz"
)
sha256sums_aarch64=('7e63259f371112e8064ece02851323a0a325defd018f5770514dce9fa4fe7c94')
package() {
cd "$srcdir"