diff --git a/.SRCINFO b/.SRCINFO index 54ac2231aef1..649b86144dd3 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.183 + pkgver = 0.0.187 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.183 - source = https://github.com/yetone/alma-releases/releases/download/v0.0.183/alma-0.0.183-linux-amd64.deb - sha256sums = 123df58b767b0b736fb75cdd0126a4064a516f224ee1f2dd6436854cdb76630e + provides = alma=0.0.187 + source = https://github.com/yetone/alma-releases/releases/download/v0.0.187/alma-0.0.187-linux-amd64.deb + sha256sums = 78ddf3b5cd15198099f9bc2b5d0b4bef1b48f24f67043aa68697a4851c4d630a pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index 16461da405d7..d332e6d8fd03 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.183" +pkgver="0.0.187" 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=('123df58b767b0b736fb75cdd0126a4064a516f224ee1f2dd6436854cdb76630e') +sha256sums=('78ddf3b5cd15198099f9bc2b5d0b4bef1b48f24f67043aa68697a4851c4d630a') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x