From 82d3eb28333dd56d1ed452a49b9d86ed2c233357 Mon Sep 17 00:00:00 2001 From: MLM-stuff Date: Mon, 22 Dec 2025 08:56:11 +0000 Subject: [PATCH] Update to v1.0.2 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cad0dc641489a..dd0bef5785fa9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mages-bin pkgdesc = Mages desktop (early testing) - pkgver = 1.0.1 + pkgver = 1.0.2 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-1.0.1-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/1.0.1/mages-1.0.1-x86_64.AppImage - sha256sums_x86_64 = fee771d3bc8d5cba123f4c494d7bbc78843a345c983f3727b2357e2861b222af - source_aarch64 = mages-1.0.1-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/1.0.1/mages-1.0.1-aarch64.AppImage - sha256sums_aarch64 = c0f8f273f7dce08f88419265f43e95054993e689384803c60a2b02db90707d65 + source_x86_64 = mages-1.0.2-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/1.0.2/mages-1.0.2-x86_64.AppImage + sha256sums_x86_64 = f2c1b9527a774176d92aa3b0554a78cfb50ce9d60234551cdaacec934dd0f51d + source_aarch64 = mages-1.0.2-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/1.0.2/mages-1.0.2-aarch64.AppImage + sha256sums_aarch64 = 33bfae4a015cec286cec81c915146e05a1fd48f86911d95f66a4ea8d77725591 pkgname = mages-bin diff --git a/PKGBUILD b/PKGBUILD index c74644d807ebf..880895e3b49c1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: MLM-stuff pkgname=mages-bin _pkgname=mages -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="Mages desktop (early testing)" arch=('x86_64' 'aarch64') @@ -13,8 +13,8 @@ conflicts=('mages') 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=('fee771d3bc8d5cba123f4c494d7bbc78843a345c983f3727b2357e2861b222af') -sha256sums_aarch64=('c0f8f273f7dce08f88419265f43e95054993e689384803c60a2b02db90707d65') +sha256sums_x86_64=('f2c1b9527a774176d92aa3b0554a78cfb50ce9d60234551cdaacec934dd0f51d') +sha256sums_aarch64=('33bfae4a015cec286cec81c915146e05a1fd48f86911d95f66a4ea8d77725591') prepare() { chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage" "./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract