Update PKGBUILD and .SRCINFO with GitHub Actions

This commit is contained in:
minhnbnt
2025-10-01 22:22:45 +00:00
parent 4338784b10
commit 29eee019c8
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Contributor: Nguyễn Quang Minh <minhnbnt at gmail dot com>
pkgname=gemini-cli-bin
pkgver=0.6.1 # datasource=github-releases depName=google-gemini/gemini-cli
pkgver=0.7.0 # 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=('81377ebb0e60791ed6f3b04e884e989830c9e00885958c5bb8b136196820d24c'
sha256sums=('d8b55bc21e64652f5bb5bc77c7a343ae172981bdcc3c0fc81e99acdd2d3de518'
'58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd')
package() {