diff --git a/.SRCINFO b/.SRCINFO index 3fcb1a7a2fe0..54ac2231aef1 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.180 + pkgver = 0.0.183 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.180 - source = https://github.com/yetone/alma-releases/releases/download/v0.0.180/alma-0.0.180-linux-amd64.deb - sha256sums = 890d270a581f885ffab8083e4ad707cf85f35d300d4d9f6bd400ee0fdce71cd9 + 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 pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index a5b98f93e188..16461da405d7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.180" +pkgver="0.0.183" 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=('890d270a581f885ffab8083e4ad707cf85f35d300d4d9f6bd400ee0fdce71cd9') +sha256sums=('123df58b767b0b736fb75cdd0126a4064a516f224ee1f2dd6436854cdb76630e') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x