diff options
author | zxp19821005 | 2025-02-24 09:43:13 +0800 |
---|---|---|
committer | zxp19821005 | 2025-02-24 09:43:13 +0800 |
commit | f2814ecab9439c75eb433cb16dc3bc1092c91fb2 (patch) | |
tree | 48810878cf4558160fb879bab995c79ae7284e97 | |
parent | 6089c6a874f656157b12b19e783b0486e72c9df3 (diff) | |
download | aur-f2814ecab9439c75eb433cb16dc3bc1092c91fb2.tar.gz |
update to 1.0.0
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = cherry-studio-electron-bin pkgdesc = 🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.(Prebuilt version.Use system-wide electron) - pkgver = 0.9.27 + pkgver = 1.0.0 pkgrel = 1 url = https://cherry-ai.com/ arch = aarch64 @@ -10,15 +10,15 @@ pkgbase = cherry-studio-electron-bin makedepends = fuse2 depends = electron31 optdepends = ollama: Use your local LLM - provides = cherry-studio=0.9.27 + provides = cherry-studio=1.0.0 conflicts = cherry-studio - source = LICENSE-0.9.27::https://raw.githubusercontent.com/CherryHQ/cherry-studio/v0.9.27/LICENSE + source = LICENSE-1.0.0::https://raw.githubusercontent.com/CherryHQ/cherry-studio/v1.0.0/LICENSE source = cherry-studio-electron.sh sha256sums = 46449e64b0b5594a3ea9e808beaad744523e325dce6a5ba8b208c5d0f5156b70 sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980 - source_aarch64 = cherry-studio-electron-0.9.27-aarch64.AppImage::https://github.com/CherryHQ/cherry-studio/releases/download/v0.9.27/Cherry-Studio-0.9.27-arm64.AppImage - sha256sums_aarch64 = 04a523121feefe0c48bdecbd46b8ab2067eddc51c23ce5aa577b81e92377a49b - source_x86_64 = cherry-studio-electron-0.9.27-x86_64.AppImage::https://github.com/CherryHQ/cherry-studio/releases/download/v0.9.27/Cherry-Studio-0.9.27-x86_64.AppImage - sha256sums_x86_64 = ff2531c0cf95a3eb9ddc6a11275e8404a2b64c7ac5400929b7a757ff00ef2da3 + source_aarch64 = cherry-studio-electron-1.0.0-aarch64.AppImage::https://github.com/CherryHQ/cherry-studio/releases/download/v1.0.0/Cherry-Studio-1.0.0-arm64.AppImage + sha256sums_aarch64 = 39ccb5e50b318348aa6675a62c9de1edb9ac214683a4ef97407b3bad7d43f6c1 + source_x86_64 = cherry-studio-electron-1.0.0-x86_64.AppImage::https://github.com/CherryHQ/cherry-studio/releases/download/v1.0.0/Cherry-Studio-1.0.0-x86_64.AppImage + sha256sums_x86_64 = 89bce8545f9d9b9a9e9da7416a55c45c9816888f91100301310d7d8e7f274754 pkgname = cherry-studio-electron-bin @@ -2,7 +2,7 @@ _appname=cherry-studio pkgname="${_appname}-electron-bin" _pkgname=Cherry-Studio -pkgver=0.9.27 +pkgver=1.0.0 _electronversion=31 pkgrel=1 pkgdesc="🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.(Prebuilt version.Use system-wide electron)" @@ -35,8 +35,8 @@ source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.AppImage::${_ghurl}/releases/ source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.AppImage::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-x86_64.AppImage") sha256sums=('46449e64b0b5594a3ea9e808beaad744523e325dce6a5ba8b208c5d0f5156b70' '291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980') -sha256sums_aarch64=('04a523121feefe0c48bdecbd46b8ab2067eddc51c23ce5aa577b81e92377a49b') -sha256sums_x86_64=('ff2531c0cf95a3eb9ddc6a11275e8404a2b64c7ac5400929b7a757ff00ef2da3') +sha256sums_aarch64=('39ccb5e50b318348aa6675a62c9de1edb9ac214683a4ef97407b3bad7d43f6c1') +sha256sums_x86_64=('89bce8545f9d9b9a9e9da7416a55c45c9816888f91100301310d7d8e7f274754') prepare() { sed -e " s/@electronversion@/${_electronversion}/g |