From 84da6b594711c40b520706e7b8bf2c5be3e26d50 Mon Sep 17 00:00:00 2001 From: huochenghai Date: Sat, 24 Jan 2026 08:28:28 +0000 Subject: [PATCH] Update to 0.0.232 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f1d5d789c0c0..3b33dd7b027f 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.231 + pkgver = 0.0.232 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.231 + provides = alma=0.0.232 conflicts = alma-appimage - source = https://github.com/yetone/alma-releases/releases/download/v0.0.231/alma-0.0.231-linux-amd64.deb - sha256sums = 0ecde4876f12b7d7e11171c2c0d949608653efc1ad5f9f502f5f8a184e15b05b + source = https://github.com/yetone/alma-releases/releases/download/v0.0.232/alma-0.0.232-linux-amd64.deb + sha256sums = ecc24eb9692742000adc240c58469735853d7462509c7869c5a27451b8d8b615 pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index f6693a558280..2f93f4799e7b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.231" +pkgver="0.0.232" 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=('0ecde4876f12b7d7e11171c2c0d949608653efc1ad5f9f502f5f8a184e15b05b') +sha256sums=('ecc24eb9692742000adc240c58469735853d7462509c7869c5a27451b8d8b615') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x