diff --git a/.SRCINFO b/.SRCINFO index 8c5e768ad069c..a760c3a5529b9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mages-bin pkgdesc = Mages desktop (early testing) - pkgver = 1.2.4 + pkgver = 1.3.1 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.2.4-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/1.2.4/mages-1.2.4-x86_64.AppImage - sha256sums_x86_64 = 16f715d8a19263ebb53af495f6a5c5c00824b6bbcfba8b78c01da35e2ea6db5d - source_aarch64 = mages-1.2.4-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/1.2.4/mages-1.2.4-aarch64.AppImage - sha256sums_aarch64 = 61e76f33c63d3fdf2a5a52ace01486c4c0b809e890e88845236f03a52659e35c + source_x86_64 = mages-1.3.1-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/1.3.1/mages-1.3.1-x86_64.AppImage + sha256sums_x86_64 = aa790c5f55e5a23c4adfc7a1ce0fce6e6e322a1c18f60b416abbff6d9dfdb90c + source_aarch64 = mages-1.3.1-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/1.3.1/mages-1.3.1-aarch64.AppImage + sha256sums_aarch64 = 4180f3fd0da0924ecfb7616286c3f9f98118acbb52b010973aa46120fdfa8b64 pkgname = mages-bin diff --git a/PKGBUILD b/PKGBUILD index b830679d1cf09..1555062d01a84 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: MLM-stuff pkgname=mages-bin _pkgname=mages -pkgver=1.2.4 +pkgver=1.3.1 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=('16f715d8a19263ebb53af495f6a5c5c00824b6bbcfba8b78c01da35e2ea6db5d') -sha256sums_aarch64=('61e76f33c63d3fdf2a5a52ace01486c4c0b809e890e88845236f03a52659e35c') +sha256sums_x86_64=('aa790c5f55e5a23c4adfc7a1ce0fce6e6e322a1c18f60b416abbff6d9dfdb90c') +sha256sums_aarch64=('4180f3fd0da0924ecfb7616286c3f9f98118acbb52b010973aa46120fdfa8b64') prepare() { chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage" "./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract