From 485db66f1d0a5dc302d35fd299fe49f434df3053 Mon Sep 17 00:00:00 2001 From: a15355447898a Date: Sun, 19 Oct 2025 10:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c19c4251e823..62cb1c08c992 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.3.0 + pkgver = 1.3.1 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.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 + source_x86_64 = aionui_1.3.1_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.3.1/AionUi-1.3.1-linux-amd64.deb + sha256sums_x86_64 = 6afeb07720fdebf1920f5d1a36f744414d6b31f4c891a3b96eb02ec8e3a2907a pkgname = aionui-bin diff --git a/PKGBUILD b/PKGBUILD index b3ed55e6c798..6cd2d56c0643 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=aionui-bin _pkgname=aionui -pkgver=1.3.0 +pkgver=1.3.1 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=('9d2e4abb22833855d5197609eb9d482f0a8a2443fb1b16e9aeb6642dc6b29b57') +sha256sums_x86_64=('6afeb07720fdebf1920f5d1a36f744414d6b31f4c891a3b96eb02ec8e3a2907a') package() { # .deb 包本质是一个 ar 归档文件,先用 ar 命令解开