From 8a4bd235e90ac27834483767bc8adab7f3c5e928 Mon Sep 17 00:00:00 2001 From: minhnbnt Date: Thu, 11 Sep 2025 23:48:23 +0000 Subject: [PATCH] Update PKGBUILD and .SRCINFO with GitHub Actions --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a9250b9..280075a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gemini-cli-bin pkgdesc = An open-source AI agent that brings the power of Gemini directly into your terminal. - pkgver = 0.4.0 + pkgver = 0.4.1 pkgrel = 1 url = https://github.com/google-gemini/gemini-cli arch = any @@ -9,9 +9,9 @@ pkgbase = gemini-cli-bin provides = gemini-cli conflicts = gemini-cli conflicts = gemini-cli-git - source = gemini-0.4.0.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.4.0/gemini.js - source = LICENSE-0.4.0::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.4.0/LICENSE - sha256sums = e6e3f3a61895b2a733a375ce56b4f473463d86415152cc9a3913d18094aaa5c9 + source = gemini-0.4.1.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.4.1/gemini.js + source = LICENSE-0.4.1::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.4.1/LICENSE + sha256sums = 49f671b3b3e65562b57a558abcb0e2251a1a755e65e97b6c8fbd0d29fb81b178 sha256sums = 09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10 pkgname = gemini-cli-bin diff --git a/PKGBUILD b/PKGBUILD index b317209..963d5d1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Nguyễn Quang Minh pkgname=gemini-cli-bin -pkgver=0.4.0 # datasource=github-releases depName=google-gemini/gemini-cli +pkgver=0.4.1 # datasource=github-releases depName=google-gemini/gemini-cli pkgrel=1 pkgdesc='An open-source AI agent that brings the power of Gemini directly into your terminal.' arch=('any') @@ -16,7 +16,7 @@ source=( "LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE" ) -sha256sums=('e6e3f3a61895b2a733a375ce56b4f473463d86415152cc9a3913d18094aaa5c9' +sha256sums=('49f671b3b3e65562b57a558abcb0e2251a1a755e65e97b6c8fbd0d29fb81b178' '09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10') package() {