diff --git a/.SRCINFO b/.SRCINFO index fa1fcb11d3ab..c19c4251e823 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.2.5 + pkgver = 1.3.0 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.2.5_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.2.5/AionUi-1.2.5-linux-amd64.deb - sha256sums_x86_64 = 88f610c53c99372b8f88bff2018ec1f065a3af7423466d1710b28a5e1d111253 + source_x86_64 = aionui_1.3.0_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.3.0/AionUi-1.3.0-linux-amd64.deb + sha256sums_x86_64 = 9d2e4abb22833855d5197609eb9d482f0a8a2443fb1b16e9aeb6642dc6b29b57 pkgname = aionui-bin diff --git a/PKGBUILD b/PKGBUILD index a50d3e697d38..b3ed55e6c798 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=aionui-bin _pkgname=aionui -pkgver=1.2.5 +pkgver=1.3.0 pkgrel=1 pkgdesc="Transform your command-line experience into a modern, efficient AI Chat interface." arch=('x86_64') @@ -20,7 +20,7 @@ conflicts=("${_pkgname}") source_x86_64=("${_pkgname}_${pkgver}_linux_amd64.deb::${url}/releases/download/v${pkgver}/AionUi-${pkgver}-linux-amd64.deb") -sha256sums_x86_64=('88f610c53c99372b8f88bff2018ec1f065a3af7423466d1710b28a5e1d111253') +sha256sums_x86_64=('9d2e4abb22833855d5197609eb9d482f0a8a2443fb1b16e9aeb6642dc6b29b57') package() { # .deb 包本质是一个 ar 归档文件,先用 ar 命令解开