From 90346133d63deeb9fc2d9f014b4ff274f6d7a858 Mon Sep 17 00:00:00 2001 From: minhnbnt Date: Fri, 10 Oct 2025 15:12:52 +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 aca7a22..13ae3b0 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.8.1 + pkgver = 0.8.2 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.8.1.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.8.1/gemini.js - source = LICENSE-0.8.1::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.8.1/LICENSE - sha256sums = 491b65f053cc234541cf48739b2bed1983cede67679bad20bb6ce54ad6f9afdf + source = gemini-0.8.2.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.8.2/gemini.js + source = LICENSE-0.8.2::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.8.2/LICENSE + sha256sums = ddd3d9be323da4ec6ce799c9d0d66f5284979bdcf02cec4405e875944ad203ff sha256sums = 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd pkgname = gemini-cli-bin diff --git a/PKGBUILD b/PKGBUILD index 0103ef5..98b0c70 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Nguyễn Quang Minh pkgname=gemini-cli-bin -pkgver=0.8.1 # datasource=github-releases depName=google-gemini/gemini-cli +pkgver=0.8.2 # 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') @@ -14,7 +14,7 @@ conflicts=('gemini-cli' 'gemini-cli-git') source=("gemini-${pkgver}.js::${url}/releases/download/v${pkgver}/gemini.js" "LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE") -sha256sums=('491b65f053cc234541cf48739b2bed1983cede67679bad20bb6ce54ad6f9afdf' +sha256sums=('ddd3d9be323da4ec6ce799c9d0d66f5284979bdcf02cec4405e875944ad203ff' '58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd') package() {