summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-05-14 12:20:47 +0800
committerzxp198210052024-05-14 12:20:47 +0800
commit4d9329f7623c56572447af538c759a1aa186341a (patch)
tree23e7f65faa9a8f93b373a2cd7b2d761c746de743
parent1c4a4f1719c6c133814d47978ddac809ded08ef4 (diff)
downloadaur-4d9329f7623c56572447af538c759a1aa186341a.tar.gz
update to 1.2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9426c55bc5fe..c4332064eaf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ai-chat-bin
pkgdesc = A cross-platform desktop application that provides quick access to chatbots like OpenAI ChatGPT from the menu bar (tray)
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://www.chatbar.top/
arch = x86_64
license = LicenseRef-unknown
makedepends = fuse2
depends = electron28
- provides = ai-chat=1.2.3
+ provides = ai-chat=1.2.4
conflicts = ai-chat
- source = ai-chat-1.2.3.AppImage::https://github.com/rabrain/ai-chat/releases/download/v1.2.3/AI-Chat-1.2.3-linux-x86_64.AppImage
+ source = ai-chat-1.2.4.AppImage::https://github.com/rabrain/ai-chat/releases/download/v1.2.4/AI-Chat-1.2.4-linux-x86_64.AppImage
source = ai-chat.sh
- sha256sums = e923297d5ed94766f25ebfbdb3468e14dfdea361c1c6177f8c1e2233b149c40b
+ sha256sums = 71eb949b3004607b9a72852d48fb94c9877f90c415ec9c1a9be4ee13f377379d
sha256sums = 41b6d61dffef064762b3eec3dfeca7a3e1f57cbcb6dce9a6940c06797a0eae9d
pkgname = ai-chat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c42a952c7f6..579d3b393aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=ai-chat-bin
_pkgname="AI Chat"
-pkgver=1.2.3
+pkgver=1.2.4
_electronversion=28
pkgrel=1
pkgdesc="A cross-platform desktop application that provides quick access to chatbots like OpenAI ChatGPT from the menu bar (tray)"
@@ -21,7 +21,7 @@ source=(
"${pkgname%-bin}-${pkgver}.AppImage::${_ghurl}/releases/download/v${pkgver}/${_pkgname// /-}-${pkgver}-linux-${CARCH}.AppImage"
"${pkgname%-bin}.sh"
)
-sha256sums=('e923297d5ed94766f25ebfbdb3468e14dfdea361c1c6177f8c1e2233b149c40b'
+sha256sums=('71eb949b3004607b9a72852d48fb94c9877f90c415ec9c1a9be4ee13f377379d'
'41b6d61dffef064762b3eec3dfeca7a3e1f57cbcb6dce9a6940c06797a0eae9d')
build() {
chmod a+x "${srcdir}/${pkgname%-bin}-${pkgver}.AppImage"