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
8e46b20ae8
commit
f908b3e8a8
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 = 7.0.43
|
||||
pkgver = 7.0.46
|
||||
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-7.0.43::https://github.com/Kilo-Org/kilocode/raw/refs/tags/v7.0.43/LICENSE
|
||||
source = LICENSE-7.0.46::https://github.com/Kilo-Org/kilocode/raw/refs/tags/v7.0.46/LICENSE
|
||||
sha256sums = 0d23876a7b5c9a875091466d03091524ebc2b3f48f9f5725cbb9eee9d6c6c2af
|
||||
source_aarch64 = kilocode-aarch64-7.0.43.tar.gz::https://github.com/Kilo-Org/kilocode/releases/download/v7.0.43/kilo-linux-arm64.tar.gz
|
||||
sha256sums_aarch64 = 2b20bacbd98988721008338f4a064bd908b017cab54713c5f77da9d2f2a81a1c
|
||||
source_x86_64 = kilocode-x86_64-7.0.43.tar.gz::https://github.com/Kilo-Org/kilocode/releases/download/v7.0.43/kilo-linux-x64-baseline.tar.gz
|
||||
sha256sums_x86_64 = 3197a5faa9ae90af4526db8631d2d23dcc507b893c6af47c0a0ca9e65ddd485b
|
||||
source_aarch64 = kilocode-aarch64-7.0.46.tar.gz::https://github.com/Kilo-Org/kilocode/releases/download/v7.0.46/kilo-linux-arm64.tar.gz
|
||||
sha256sums_aarch64 = 7464f3fe54dc4f13a07db5098f60f60fb5f495d5acf7d0721759bdd464474753
|
||||
source_x86_64 = kilocode-x86_64-7.0.46.tar.gz::https://github.com/Kilo-Org/kilocode/releases/download/v7.0.46/kilo-linux-x64-baseline.tar.gz
|
||||
sha256sums_x86_64 = 390832f14fe212190437d597ced5236bf51ca3980565f5805c0ab63edebced29
|
||||
|
||||
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=7.0.43 # datasource=github-releases depName=Kilo-Org/kilocode
|
||||
pkgver=7.0.46 # datasource=github-releases depName=Kilo-Org/kilocode
|
||||
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=('2b20bacbd98988721008338f4a064bd908b017cab54713c5f77da9d2f2a81a1c')
|
||||
sha256sums_x86_64=('3197a5faa9ae90af4526db8631d2d23dcc507b893c6af47c0a0ca9e65ddd485b')
|
||||
sha256sums_aarch64=('7464f3fe54dc4f13a07db5098f60f60fb5f495d5acf7d0721759bdd464474753')
|
||||
sha256sums_x86_64=('390832f14fe212190437d597ced5236bf51ca3980565f5805c0ab63edebced29')
|
||||
|
||||
package() {
|
||||
install -Dm755 "${srcdir}/kilo" "${pkgdir}/usr/bin/kilo"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue