Update AUR package

This commit is contained in:
EggBorn 2025-12-08 22:18:26 +00:00
parent f935d0e431
commit 4e4b27dd06
2 changed files with 6 additions and 6 deletions

View file

@ -1,20 +1,20 @@
pkgbase = cherry-studio-bin
pkgdesc = 🍒 Cherry Studio is a desktop client that supports for multiple LLM providers
pkgver = 1.7.1
pkgver = 1.7.2
pkgrel = 1
url = https://github.com/cherryHQ/cherry-studio
arch = x86_64
license = AGPL-3.0
depends = fuse2
conflicts = cherry-studio
noextract = cherry-studio-1.7.1.AppImage
noextract = cherry-studio-1.7.2.AppImage
options = !strip
options = !debug
source = cherry-studio-1.7.1.AppImage::https://github.com/cherryHQ/cherry-studio/releases/download/v1.7.1/Cherry-Studio-1.7.1-x86_64.AppImage
source = cherry-studio-1.7.2.AppImage::https://github.com/cherryHQ/cherry-studio/releases/download/v1.7.2/Cherry-Studio-1.7.2-x86_64.AppImage
source = cherry-studio.desktop
source = cherry-studio.png
source = cherry-studio-bin.sh
sha256sums = c30a76ef0b136cb961e4aae314621b419aa426bc6bd394c50c05648eddd60e2f
sha256sums = 49e2ef7df7e1520fabe6775a7bd45153af3eed0d6db8a3ffbba785b1dc49e515
sha256sums = fd0b11ca782c9c0de6dbf34143b7f14560b4a7020e316c58e9a5e1115551c7ee
sha256sums = 597463003798254ab97505e2374485e55262152483f717f3169da3444de60f94
sha256sums = 6aed5e7ca95679b2545540241dc9e6b055da1dfde696006a1712f90cfbfaec92

View file

@ -2,7 +2,7 @@
pkgname=cherry-studio-bin
_pkgname=cherry-studio
pkgver=1.7.1
pkgver=1.7.2
pkgrel=1
pkgdesc="🍒 Cherry Studio is a desktop client that supports for multiple LLM providers "
arch=('x86_64')
@ -34,7 +34,7 @@ package() {
# Install cherry-studio-bin.sh
install -m755 "${pkgname}.sh" "${pkgdir}/usr/bin/${_pkgname}"
}
sha256sums=('c30a76ef0b136cb961e4aae314621b419aa426bc6bd394c50c05648eddd60e2f'
sha256sums=('49e2ef7df7e1520fabe6775a7bd45153af3eed0d6db8a3ffbba785b1dc49e515'
'fd0b11ca782c9c0de6dbf34143b7f14560b4a7020e316c58e9a5e1115551c7ee'
'597463003798254ab97505e2374485e55262152483f717f3169da3444de60f94'
'6aed5e7ca95679b2545540241dc9e6b055da1dfde696006a1712f90cfbfaec92')