Update to v0.9.5-1

This commit is contained in:
MLM-stuff 2025-12-03 07:08:00 +00:00
parent 56bfe156ef
commit d4f273ad74
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mages-bin
pkgdesc = Mages desktop (early testing)
pkgver = 0.9.4
pkgver = 0.9.5
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.4-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.4/mages-0.9.4-x86_64.AppImage
sha256sums_x86_64 = 14a7b54f734c2e298809fa78cfe79cbc27c94b0dc5c8178ed611d400bf37bea7
source_aarch64 = mages-0.9.4-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.4/mages-0.9.4-aarch64.AppImage
sha256sums_aarch64 = 453bf2f8ce8017b1d0511795643e273961924370c03ccc96729ac780b2b6df62
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
pkgname = mages-bin

View file

@ -1,7 +1,7 @@
# Maintainer: MLM-stuff <gfxoxinzh@mozmail.com>
pkgname=mages-bin
_pkgname=mages
pkgver=0.9.4
pkgver=0.9.5
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=('14a7b54f734c2e298809fa78cfe79cbc27c94b0dc5c8178ed611d400bf37bea7')
sha256sums_aarch64=('453bf2f8ce8017b1d0511795643e273961924370c03ccc96729ac780b2b6df62')
sha256sums_x86_64=('abf33528242183d809073db239d083a588c8395768263ef0df9d4e307620d257')
sha256sums_aarch64=('23b9fc5ecaec8f944ae5dabfdf24f82f68bd04b5bd80ac42046d5c27e6c9b6b8')
prepare() {
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"