diff --git a/.SRCINFO b/.SRCINFO index cf036596434e..8d7daad8ab9e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = alma-desktop-bin pkgdesc = A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. - pkgver = 0.0.227 + pkgver = 0.0.228 pkgrel = 1 url = https://alma.now arch = x86_64 @@ -36,9 +36,9 @@ pkgbase = alma-desktop-bin depends = libxkbcommon depends = systemd-libs depends = java-runtime - provides = alma=0.0.227 + provides = alma=0.0.228 conflicts = alma-appimage - source = https://github.com/yetone/alma-releases/releases/download/v0.0.227/alma-0.0.227-linux-amd64.deb - sha256sums = 6c52768f68a235bf6e50e4d489ac3865526f867aecc1fbc79c8dbcda09fe921e + source = https://github.com/yetone/alma-releases/releases/download/v0.0.228/alma-0.0.228-linux-amd64.deb + sha256sums = 01b9dda378bf0c348e0a24ea967cf832bb9ab07af15323e811d02030b5bc77db pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index 3dc6ac479b51..ee05e75d7805 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.227" +pkgver="0.0.228" pkgrel=1 pkgdesc="A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers." arch=("x86_64") @@ -12,7 +12,7 @@ provides=("alma=${pkgver}") conflicts=(alma-appimage) license=("LicenseRef-custom") source=("${_github_url}/releases/download/v${pkgver}/alma-${pkgver}-linux-amd64.deb") -sha256sums=('6c52768f68a235bf6e50e4d489ac3865526f867aecc1fbc79c8dbcda09fe921e') +sha256sums=('01b9dda378bf0c348e0a24ea967cf832bb9ab07af15323e811d02030b5bc77db') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x