mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update PKGBUILD and .SRCINFO with GitHub Actions
This commit is contained in:
parent
0016c09aeb
commit
266937c2ed
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = kilocode-cli-bin
|
||||
pkgdesc = The all-in-one agentic engineering platform.
|
||||
pkgver = 1.0.24
|
||||
pkgver = 1.0.25
|
||||
pkgrel = 1
|
||||
url = https://kilo.ai/cli
|
||||
arch = aarch64
|
||||
|
|
@ -9,11 +9,11 @@ pkgbase = kilocode-cli-bin
|
|||
depends = glibc
|
||||
provides = kilo
|
||||
options = !strip
|
||||
source = LICENSE-1.0.24::https://github.com/Kilo-Org/kilo/raw/refs/tags/v1.0.24/LICENSE
|
||||
source = LICENSE-1.0.25::https://github.com/Kilo-Org/kilo/raw/refs/tags/v1.0.25/LICENSE
|
||||
sha256sums = 0d23876a7b5c9a875091466d03091524ebc2b3f48f9f5725cbb9eee9d6c6c2af
|
||||
source_aarch64 = kilocode-aarch64-1.0.24.tar.gz::https://github.com/Kilo-Org/kilo/releases/download/v1.0.24/kilo-linux-arm64.tar.gz
|
||||
sha256sums_aarch64 = 19a496878465ef456e3e76292e83e1ffc41cb0fc22d5fc1e2c091caccdd2dd26
|
||||
source_x86_64 = kilocode-x86_64-1.0.24.tar.gz::https://github.com/Kilo-Org/kilo/releases/download/v1.0.24/kilo-linux-x64-baseline.tar.gz
|
||||
sha256sums_x86_64 = 1944ef3e307b2542ca5d9320736d46681d00f84628defa7810461368eb774626
|
||||
source_aarch64 = kilocode-aarch64-1.0.25.tar.gz::https://github.com/Kilo-Org/kilo/releases/download/v1.0.25/kilo-linux-arm64.tar.gz
|
||||
sha256sums_aarch64 = 1af9d2c8ef4c14b80d22c231ec640ac3aedd2b5d710bf9850e2027fd42fa261a
|
||||
source_x86_64 = kilocode-x86_64-1.0.25.tar.gz::https://github.com/Kilo-Org/kilo/releases/download/v1.0.25/kilo-linux-x64-baseline.tar.gz
|
||||
sha256sums_x86_64 = eded0f3c012d48e978ce90c06c1456b28107babd1d0da7df9713922186e2ce93
|
||||
|
||||
pkgname = kilocode-cli-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Nguyễn Quang Minh <minhnbnt at gmail dot com>
|
||||
|
||||
pkgname=kilocode-cli-bin
|
||||
pkgver=1.0.24 # datasource=npm depName=@kilocode/cli
|
||||
pkgver=1.0.25 # datasource=npm depName=@kilocode/cli
|
||||
pkgrel=1
|
||||
pkgdesc='The all-in-one agentic engineering platform.'
|
||||
arch=('aarch64' 'x86_64')
|
||||
|
|
@ -18,8 +18,8 @@ source_x86_64=("kilocode-x86_64-${pkgver}.tar.gz::${_url}/releases/download/v${p
|
|||
source=("LICENSE-${pkgver}::${_url}/raw/refs/tags/v${pkgver}/LICENSE")
|
||||
|
||||
sha256sums=('0d23876a7b5c9a875091466d03091524ebc2b3f48f9f5725cbb9eee9d6c6c2af')
|
||||
sha256sums_aarch64=('19a496878465ef456e3e76292e83e1ffc41cb0fc22d5fc1e2c091caccdd2dd26')
|
||||
sha256sums_x86_64=('1944ef3e307b2542ca5d9320736d46681d00f84628defa7810461368eb774626')
|
||||
sha256sums_aarch64=('1af9d2c8ef4c14b80d22c231ec640ac3aedd2b5d710bf9850e2027fd42fa261a')
|
||||
sha256sums_x86_64=('eded0f3c012d48e978ce90c06c1456b28107babd1d0da7df9713922186e2ce93')
|
||||
|
||||
package() {
|
||||
install -Dm755 "${srcdir}/kilo" "${pkgdir}/usr/bin/kilo"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue