Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
gemini-cli
Commits:
0181e898 by Peter Jung at 2026-01-14T16:45:47+01:00
upgpkg: 1:0.24.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gemini-cli
pkgdesc = Open-source AI agent that brings the power of Gemini directly
into your terminal
- pkgver = 0.23.0
+ pkgver = 0.24.0
pkgrel = 1
epoch = 1
url = https://github.com/google-gemini/gemini-cli
@@ -12,7 +12,7 @@ pkgbase = gemini-cli
depends = gcc-libs
depends = glibc
depends = nodejs
- source = git+https://github.com/google-gemini/gemini-cli.git#tag=v0.23.0
- b2sums =
21bd948eda63cb63866c822a07fdd0b860313c5569bad09709e33b79bfeeb39461b31763f06fe86bd8728127a342cfc8a0d31a053566f84b95af666e765639ec
+ source = git+https://github.com/google-gemini/gemini-cli.git#tag=v0.24.0
+ b2sums =
5de73416a9004bd5312df4fc873d494685b82248086b456a29d5f9bcaa7a863ad5c65605ee012b5114df8bb6e341fa8fd7303d7a0bb268c2d88c162d3995ffca
pkgname = gemini-cli
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: huyz
pkgname=gemini-cli
-pkgver=0.23.0
+pkgver=0.24.0
pkgrel=1
epoch=1
pkgdesc="Open-source AI agent that brings the power of Gemini directly into
your terminal"
@@ -20,7 +20,7 @@ makedepends=(
npm
)
source=("git+$url.git#tag=v$pkgver")
-b2sums=('21bd948eda63cb63866c822a07fdd0b860313c5569bad09709e33b79bfeeb39461b31763f06fe86bd8728127a342cfc8a0d31a053566f84b95af666e765639ec')
+b2sums=('5de73416a9004bd5312df4fc873d494685b82248086b456a29d5f9bcaa7a863ad5c65605ee012b5114df8bb6e341fa8fd7303d7a0bb268c2d88c162d3995ffca')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gemini-cli/-/commit/0181e89821b171a14b0b11ecb9c90fe68dc8f284
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gemini-cli/-/commit/0181e89821b171a14b0b11ecb9c90fe68dc8f284
You're receiving this email because of your account on gitlab.archlinux.org.