diff --git a/.SRCINFO b/.SRCINFO index 95cfbb25454d..beab859f2f04 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.249 + pkgver = 0.0.250 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.249 + provides = alma=0.0.250 conflicts = alma-appimage - source = https://github.com/yetone/alma-releases/releases/download/v0.0.249/alma-0.0.249-linux-amd64.deb - sha256sums = f71a21f96c11ebc00c86a538122ab32e1dc9bf42666c994a28bda74f85b6dc56 + source = https://github.com/yetone/alma-releases/releases/download/v0.0.250/alma-0.0.250-linux-amd64.deb + sha256sums = baee169849908b70ad2a16cff195a96ed58fa74937728bca1ba0b33f87f5a7bf pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index e3bf364e1a3e..35c70982a5a1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.249" +pkgver="0.0.250" 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=('f71a21f96c11ebc00c86a538122ab32e1dc9bf42666c994a28bda74f85b6dc56') +sha256sums=('baee169849908b70ad2a16cff195a96ed58fa74937728bca1ba0b33f87f5a7bf') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x