From d4f273ad74abe21e56102de4d70dea8f7dd61eba Mon Sep 17 00:00:00 2001 From: MLM-stuff Date: Wed, 3 Dec 2025 07:08:00 +0000 Subject: [PATCH] Update to v0.9.5-1 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bbcb6f7aeaebb..d1bbedeafc612 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mages-bin pkgdesc = Mages desktop (early testing) - pkgver = 0.9.4 + pkgver = 0.9.5 pkgrel = 1 url = https://github.com/mlm-games/mages arch = x86_64 @@ -11,9 +11,9 @@ pkgbase = mages-bin provides = mages conflicts = mages options = !strip - source_x86_64 = mages-0.9.4-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.4/mages-0.9.4-x86_64.AppImage - sha256sums_x86_64 = 14a7b54f734c2e298809fa78cfe79cbc27c94b0dc5c8178ed611d400bf37bea7 - source_aarch64 = mages-0.9.4-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.4/mages-0.9.4-aarch64.AppImage - sha256sums_aarch64 = 453bf2f8ce8017b1d0511795643e273961924370c03ccc96729ac780b2b6df62 + source_x86_64 = mages-0.9.5-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.5/mages-0.9.5-x86_64.AppImage + sha256sums_x86_64 = abf33528242183d809073db239d083a588c8395768263ef0df9d4e307620d257 + source_aarch64 = mages-0.9.5-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.5/mages-0.9.5-aarch64.AppImage + sha256sums_aarch64 = 23b9fc5ecaec8f944ae5dabfdf24f82f68bd04b5bd80ac42046d5c27e6c9b6b8 pkgname = mages-bin diff --git a/PKGBUILD b/PKGBUILD index 962ca546ad7f8..bd24b03bbcc10 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: MLM-stuff pkgname=mages-bin _pkgname=mages -pkgver=0.9.4 +pkgver=0.9.5 pkgrel=1 pkgdesc="Mages desktop (early testing)" arch=('x86_64' 'aarch64') @@ -15,8 +15,8 @@ options=('!strip') source_x86_64=("${_pkgname}-${pkgver}-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/${pkgver}/mages-${pkgver}-x86_64.AppImage") source_aarch64=("${_pkgname}-${pkgver}-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/${pkgver}/mages-${pkgver}-aarch64.AppImage") -sha256sums_x86_64=('14a7b54f734c2e298809fa78cfe79cbc27c94b0dc5c8178ed611d400bf37bea7') -sha256sums_aarch64=('453bf2f8ce8017b1d0511795643e273961924370c03ccc96729ac780b2b6df62') +sha256sums_x86_64=('abf33528242183d809073db239d083a588c8395768263ef0df9d4e307620d257') +sha256sums_aarch64=('23b9fc5ecaec8f944ae5dabfdf24f82f68bd04b5bd80ac42046d5c27e6c9b6b8') prepare() { chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"