diff --git a/.SRCINFO b/.SRCINFO index 16f25eef2c1d..b5f177cba2c1 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.237 + pkgver = 0.0.238 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.237 + provides = alma=0.0.238 conflicts = alma-appimage - source = https://github.com/yetone/alma-releases/releases/download/v0.0.237/alma-0.0.237-linux-amd64.deb - sha256sums = 0399e4477dc12d08b85c6b1c009d30c53add45dad0007e17904cb3761ad536fd + source = https://github.com/yetone/alma-releases/releases/download/v0.0.238/alma-0.0.238-linux-amd64.deb + sha256sums = 9aaec40809c5ca9be7900962abd52759b5a1e350a8ce4db4f11e797f32d4843f pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index 1e98dd91c886..b4e959953e95 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.237" +pkgver="0.0.238" 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=('0399e4477dc12d08b85c6b1c009d30c53add45dad0007e17904cb3761ad536fd') +sha256sums=('9aaec40809c5ca9be7900962abd52759b5a1e350a8ce4db4f11e797f32d4843f') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x