diff --git a/.SRCINFO b/.SRCINFO index 435068cfdfe0..601d191901c6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = aionui-bin pkgdesc = Transform your command-line experience into a modern, efficient AI Chat interface. - pkgver = 1.6.3 + pkgver = 1.6.4 pkgrel = 1 url = https://github.com/iOfficeAI/AionUi arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = aionui-bin depends = alsa-lib provides = aionui conflicts = aionui - source_x86_64 = aionui_1.6.3_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.6.3/AionUi-1.6.3-linux-amd64.deb - sha256sums_x86_64 = 904d511ca509c726f5b55c4e4c10d819f1f58e0a381dcceaf7ae242fe13c3b36 + source_x86_64 = aionui_1.6.4_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.6.4/AionUi-1.6.4-linux-amd64.deb + sha256sums_x86_64 = 3b8690c4cb8b3cea7e872ff640a1fe04b1bf01fcbd9b5bea11aa448b34b50180 pkgname = aionui-bin diff --git a/PKGBUILD b/PKGBUILD index 47cd22cb55d4..4bd6a4d52739 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=aionui-bin _pkgname=aionui -pkgver=1.6.3 +pkgver=1.6.4 pkgrel=1 pkgdesc="Transform your command-line experience into a modern, efficient AI Chat interface." arch=('x86_64') @@ -23,7 +23,7 @@ conflicts=("${_pkgname}") source_x86_64=("${_pkgname}_${pkgver}_linux_amd64.deb::${url}/releases/download/v${pkgver}/AionUi-${pkgver}-linux-amd64.deb") -sha256sums_x86_64=('904d511ca509c726f5b55c4e4c10d819f1f58e0a381dcceaf7ae242fe13c3b36') +sha256sums_x86_64=('3b8690c4cb8b3cea7e872ff640a1fe04b1bf01fcbd9b5bea11aa448b34b50180') package() { # .deb 包本质是一个 ar 归档文件,先用 ar 命令解开