From c942ef051e41d56d64c767b93228454f2dc43723 Mon Sep 17 00:00:00 2001 From: MLM-stuff Date: Tue, 18 Nov 2025 15:05:51 +0000 Subject: [PATCH] Update to v0.6.3-1 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e577ba0c667c7..229bf4ce287ea 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mages-bin pkgdesc = Mages desktop (early testing) - pkgver = 0.6.1 + pkgver = 0.6.3 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.6.1-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.6.1/mages-0.6.1-x86_64.AppImage - sha256sums_x86_64 = 9cb1518d1b04eb8b1bac2f0f637361581a174c5a40c1cbff5df67d19c805357a - source_aarch64 = mages-0.6.1-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.6.1/mages-0.6.1-aarch64.AppImage - sha256sums_aarch64 = b8585a3410043faa1f36a5ee0977c117f2239cd3e4f8ff6f9f6c541e1233185e + source_x86_64 = mages-0.6.3-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.6.3/mages-0.6.3-x86_64.AppImage + sha256sums_x86_64 = a77ac85ead9ec3af5b0f6a206e93b4ebf219f197720487fc48352f7902bcd6ee + source_aarch64 = mages-0.6.3-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.6.3/mages-0.6.3-aarch64.AppImage + sha256sums_aarch64 = a4575703a2e34fcb736f34ea56ecfed79ad83ed3362f346da26816f0c4d5859e pkgname = mages-bin diff --git a/PKGBUILD b/PKGBUILD index e115e26b9b77b..b15b2bc6cbf6f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: MLM-stuff pkgname=mages-bin _pkgname=mages -pkgver=0.6.1 +pkgver=0.6.3 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=('9cb1518d1b04eb8b1bac2f0f637361581a174c5a40c1cbff5df67d19c805357a') -sha256sums_aarch64=('b8585a3410043faa1f36a5ee0977c117f2239cd3e4f8ff6f9f6c541e1233185e') +sha256sums_x86_64=('a77ac85ead9ec3af5b0f6a206e93b4ebf219f197720487fc48352f7902bcd6ee') +sha256sums_aarch64=('a4575703a2e34fcb736f34ea56ecfed79ad83ed3362f346da26816f0c4d5859e') prepare() { chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"