diff --git a/.SRCINFO b/.SRCINFO index 147898fb60ae..a1c15b47d5b5 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.190 + pkgver = 0.0.192 pkgrel = 1 url = https://alma.now arch = x86_64 @@ -36,8 +36,8 @@ pkgbase = alma-desktop-bin depends = libxkbcommon depends = systemd-libs depends = java-runtime - provides = alma=0.0.190 - source = https://github.com/yetone/alma-releases/releases/download/v0.0.190/alma-0.0.190-linux-amd64.deb - sha256sums = f272d632f2c604d42882c050c470c0c3b23ff8c0fd3cad2a138bd9ed7a55917f + provides = alma=0.0.192 + source = https://github.com/yetone/alma-releases/releases/download/v0.0.192/alma-0.0.192-linux-amd64.deb + sha256sums = 8c4fdc55a42e30fc1c5801aa0a6a479a5be9e1fa44bc22745f495698c00f01a5 pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index 7591bf45c2c9..91470bcca9a8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.190" +pkgver="0.0.192" 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=() license=("LicenseRef-custom") source=("${_github_url}/releases/download/v${pkgver}/alma-${pkgver}-linux-amd64.deb") -sha256sums=('f272d632f2c604d42882c050c470c0c3b23ff8c0fd3cad2a138bd9ed7a55917f') +sha256sums=('8c4fdc55a42e30fc1c5801aa0a6a479a5be9e1fa44bc22745f495698c00f01a5') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x