From d72c1edfc63b8ce281a2b70e5a9db50ccbd64fc8 Mon Sep 17 00:00:00 2001 From: MLM-stuff Date: Mon, 1 Dec 2025 07:59:47 +0000 Subject: [PATCH] Update to v0.9.3-1 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 18c92822da392..8394491aa673a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mages-bin pkgdesc = Mages desktop (early testing) - pkgver = 0.8.8 + pkgver = 0.9.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.8.8-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.8.8/mages-0.8.8-x86_64.AppImage - sha256sums_x86_64 = 8cf469747db4a78af6a825e70027d8d2eecb4900b51a200d39c1fb3d3ad6f265 - source_aarch64 = mages-0.8.8-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.8.8/mages-0.8.8-aarch64.AppImage - sha256sums_aarch64 = 4ab41bd1c9f261a605e14d2a3d675471484da033e85487e9549c671d87800a4c + source_x86_64 = mages-0.9.3-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.3/mages-0.9.3-x86_64.AppImage + sha256sums_x86_64 = 581adbb997ac7df1b0efe49c7a4ea50d8d88a9737a427e6289338687794c129c + source_aarch64 = mages-0.9.3-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.3/mages-0.9.3-aarch64.AppImage + sha256sums_aarch64 = 1626c824d2712fa042dccbe4381bd3e9fb412d5305d74fefc7272a357479bf9e pkgname = mages-bin diff --git a/PKGBUILD b/PKGBUILD index 8f21bea507f5d..e2db263de2bc4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: MLM-stuff pkgname=mages-bin _pkgname=mages -pkgver=0.8.8 +pkgver=0.9.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=('8cf469747db4a78af6a825e70027d8d2eecb4900b51a200d39c1fb3d3ad6f265') -sha256sums_aarch64=('4ab41bd1c9f261a605e14d2a3d675471484da033e85487e9549c671d87800a4c') +sha256sums_x86_64=('581adbb997ac7df1b0efe49c7a4ea50d8d88a9737a427e6289338687794c129c') +sha256sums_aarch64=('1626c824d2712fa042dccbe4381bd3e9fb412d5305d74fefc7272a357479bf9e') prepare() { chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"