diff --git a/.SRCINFO b/.SRCINFO index 472015507cc00..6611d50a3d010 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mages-bin pkgdesc = Mages desktop (early testing) - pkgver = 0.9.6 + pkgver = 0.9.7 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.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 + source_x86_64 = mages-0.9.7-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.7/mages-0.9.7-x86_64.AppImage + sha256sums_x86_64 = 8f42fb904c452c5159708e008b74f0073e46a8b05f22237540d4d5058334ecd4 + source_aarch64 = mages-0.9.7-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.7/mages-0.9.7-aarch64.AppImage + sha256sums_aarch64 = d1de48dee4acd441d4d1b191ed1c608dd648aed3dbdc51d20bc2cf8c5ad0322a pkgname = mages-bin diff --git a/PKGBUILD b/PKGBUILD index 810651e39e752..3e55d41081644 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: MLM-stuff pkgname=mages-bin _pkgname=mages -pkgver=0.9.6 +pkgver=0.9.7 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=('6a0f5e2c85684960da000d0a628cee4d6a56f5e8b29d1c1685c94b67354e229c') -sha256sums_aarch64=('c3d30d0070f52849bf67402f7fc93182de3ad6065231840ada5d44d0e8214f9e') +sha256sums_x86_64=('8f42fb904c452c5159708e008b74f0073e46a8b05f22237540d4d5058334ecd4') +sha256sums_aarch64=('d1de48dee4acd441d4d1b191ed1c608dd648aed3dbdc51d20bc2cf8c5ad0322a') prepare() { chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"