From ac68ea40f4b33b2546bdc3de3475b235d19f673f Mon Sep 17 00:00:00 2001 From: MLM-stuff Date: Wed, 3 Dec 2025 12:43:22 +0000 Subject: [PATCH] Update to v0.9.6-1 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d1bbedeafc612..472015507cc00 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mages-bin pkgdesc = Mages desktop (early testing) - pkgver = 0.9.5 + pkgver = 0.9.6 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.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 + source_x86_64 = mages-0.9.6-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.6/mages-0.9.6-x86_64.AppImage + sha256sums_x86_64 = 6a0f5e2c85684960da000d0a628cee4d6a56f5e8b29d1c1685c94b67354e229c + source_aarch64 = mages-0.9.6-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.6/mages-0.9.6-aarch64.AppImage + sha256sums_aarch64 = c3d30d0070f52849bf67402f7fc93182de3ad6065231840ada5d44d0e8214f9e pkgname = mages-bin diff --git a/PKGBUILD b/PKGBUILD index bd24b03bbcc10..810651e39e752 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: MLM-stuff pkgname=mages-bin _pkgname=mages -pkgver=0.9.5 +pkgver=0.9.6 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=('abf33528242183d809073db239d083a588c8395768263ef0df9d4e307620d257') -sha256sums_aarch64=('23b9fc5ecaec8f944ae5dabfdf24f82f68bd04b5bd80ac42046d5c27e6c9b6b8') +sha256sums_x86_64=('6a0f5e2c85684960da000d0a628cee4d6a56f5e8b29d1c1685c94b67354e229c') +sha256sums_aarch64=('c3d30d0070f52849bf67402f7fc93182de3ad6065231840ada5d44d0e8214f9e') prepare() { chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"