Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aichat
Commits: f26f7620 by Carl Smedstad at 2025-01-28T19:38:27+01:00 upgpkg: 0.27.0-1: Upstream release https://github.com/sigoden/aichat/releases/tag/v0.27.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = aichat pkgdesc = All-in-one AI CLI tool featuring Chat-REPL, Shell Assistant, RAG, AI tools & agents - pkgver = 0.26.0 + pkgver = 0.27.0 pkgrel = 1 url = https://github.com/sigoden/aichat arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = aichat depends = gcc-libs depends = glibc options = !lto - source = aichat-0.26.0.tar.gz::https://github.com/sigoden/aichat/archive/v0.26.0.tar.gz - sha256sums = 1743534a68acb9fdf4fee11cd2b38cc5282c85debf89a4052b61a09dcaf51185 + source = aichat-0.27.0.tar.gz::https://github.com/sigoden/aichat/archive/v0.27.0.tar.gz + sha256sums = eb97284be786b2b625992ab875bb95da2aa3707c063cb0c34521cb01024b38cd pkgname = aichat ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Sergey A. <[email protected]> pkgname=aichat -pkgver=0.26.0 +pkgver=0.27.0 pkgrel=1 pkgdesc="All-in-one AI CLI tool featuring Chat-REPL, Shell Assistant, RAG, AI tools & agents" arch=(x86_64) @@ -18,7 +18,7 @@ makedepends=( ) options=(!lto) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('1743534a68acb9fdf4fee11cd2b38cc5282c85debf89a4052b61a09dcaf51185') +sha256sums=('eb97284be786b2b625992ab875bb95da2aa3707c063cb0c34521cb01024b38cd') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aichat/-/commit/f26f762001bb2df20363c9f5b2c74b2670b02720 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aichat/-/commit/f26f762001bb2df20363c9f5b2c74b2670b02720 You're receiving this email because of your account on gitlab.archlinux.org.
