Update gemini-cli-bin to version 0.16.0
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = gemini-cli-bin
|
pkgbase = gemini-cli-bin
|
||||||
pkgdesc = Google Gemini CLI stable channel (prebuilt single-file release)
|
pkgdesc = Google Gemini CLI stable channel (prebuilt single-file release)
|
||||||
pkgver = 0.15.0
|
pkgver = 0.16.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/google-gemini/gemini-cli
|
url = https://github.com/google-gemini/gemini-cli
|
||||||
arch = any
|
arch = any
|
||||||
@@ -10,9 +10,9 @@ pkgbase = gemini-cli-bin
|
|||||||
depends = nodejs>=20
|
depends = nodejs>=20
|
||||||
provides = gemini-cli
|
provides = gemini-cli
|
||||||
conflicts = gemini-cli
|
conflicts = gemini-cli
|
||||||
source = gemini.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.15.0/gemini.js
|
source = gemini.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.16.0/gemini.js
|
||||||
source = LICENSE::https://raw.githubusercontent.com/google-gemini/gemini-cli/v0.15.0/LICENSE
|
source = LICENSE::https://raw.githubusercontent.com/google-gemini/gemini-cli/v0.16.0/LICENSE
|
||||||
sha256sums = 82d6c6f8ab952a24b01cf3f831ca5edae2b5b70246b32233a5daa888988f5737
|
sha256sums = 04bfaa21082aa95b8e4330958d2f659c4c628ccd170e3e6fdfe44f91bb29c3d4
|
||||||
sha256sums = 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd
|
sha256sums = 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd
|
||||||
|
|
||||||
pkgname = gemini-cli-bin
|
pkgname = gemini-cli-bin
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Yakov Till <yakov.till@gmail.com>
|
# Maintainer: Yakov Till <yakov.till@gmail.com>
|
||||||
|
|
||||||
pkgname=gemini-cli-bin
|
pkgname=gemini-cli-bin
|
||||||
pkgver=0.15.0
|
pkgver=0.16.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Google Gemini CLI stable channel (prebuilt single-file release)"
|
pkgdesc="Google Gemini CLI stable channel (prebuilt single-file release)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -15,7 +15,7 @@ source=(
|
|||||||
"gemini.js::https://github.com/google-gemini/gemini-cli/releases/download/v${pkgver}/gemini.js"
|
"gemini.js::https://github.com/google-gemini/gemini-cli/releases/download/v${pkgver}/gemini.js"
|
||||||
"LICENSE::https://raw.githubusercontent.com/google-gemini/gemini-cli/v${pkgver}/LICENSE"
|
"LICENSE::https://raw.githubusercontent.com/google-gemini/gemini-cli/v${pkgver}/LICENSE"
|
||||||
)
|
)
|
||||||
sha256sums=('82d6c6f8ab952a24b01cf3f831ca5edae2b5b70246b32233a5daa888988f5737'
|
sha256sums=('04bfaa21082aa95b8e4330958d2f659c4c628ccd170e3e6fdfe44f91bb29c3d4'
|
||||||
'58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd')
|
'58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|||||||
Reference in New Issue
Block a user