summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-07 16:48:26 +0800
committerzxp198210052024-02-07 16:48:26 +0800
commitf21c971993ec5a99ed51aceed2055e467af293bc (patch)
tree48b429c3eeb8d8c7872865a5d1cc5387022a1757
parent71130e95bcce15fdacb64b19424ed8f7748ec00f (diff)
downloadaur-f21c971993ec5a99ed51aceed2055e467af293bc.tar.gz
update to 1.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cd95ec35dc1..99ff7dca0a8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aihub-bin
pkgdesc = A collection of large model capabilities, AI capabilities Electron client, with a minimalist interface, will support more AI capabilities in the future.一款集合众多大模型能力、AI能力的Electron客户端,具有极简的界面,将在未来支持更多AI能力.
- pkgver = 1.3.2
+ pkgver = 1.3.4
pkgrel = 1
url = https://github.com/classfang/AIHub
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = aihub-bin
depends = electron28
provides = aihub
conflicts = aihub
- source = aihub-1.3.2.deb::https://github.com/classfang/AIHub/releases/download/v1.3.2/aihub_1.3.2_amd64.deb
+ source = aihub-1.3.4.deb::https://github.com/classfang/AIHub/releases/download/v1.3.4/aihub_1.3.4_amd64.deb
source = aihub.sh
- sha256sums = afaae64444f44938e8571d94e0804e019a7737272c4dfcfcf9c3fcda3af93291
+ sha256sums = a90ba256584b9a3ffc261eea6084b9323e38889995009cf1a85f6969aa7da979
sha256sums = 0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014
pkgname = aihub-bin
diff --git a/PKGBUILD b/PKGBUILD
index c71dc3761b71..bedd26de378f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=aihub-bin
_pkgname=AIHub
-pkgver=1.3.2
+pkgver=1.3.4
_electronversion=28
pkgrel=1
pkgdesc="A collection of large model capabilities, AI capabilities Electron client, with a minimalist interface, will support more AI capabilities in the future.一款集合众多大模型能力、AI能力的Electron客户端,具有极简的界面,将在未来支持更多AI能力."
@@ -17,7 +17,7 @@ source=(
"${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
"${pkgname%-bin}.sh"
)
-sha256sums=('afaae64444f44938e8571d94e0804e019a7737272c4dfcfcf9c3fcda3af93291'
+sha256sums=('a90ba256584b9a3ffc261eea6084b9323e38889995009cf1a85f6969aa7da979'
'0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014')
build() {
sed -e "s|@electronversion@|${_electronversion}|" \