mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v0.6.4-1
This commit is contained in:
parent
c942ef051e
commit
77bf2ca014
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mages-bin
|
||||
pkgdesc = Mages desktop (early testing)
|
||||
pkgver = 0.6.3
|
||||
pkgver = 0.6.4
|
||||
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.6.3-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.6.3/mages-0.6.3-x86_64.AppImage
|
||||
sha256sums_x86_64 = a77ac85ead9ec3af5b0f6a206e93b4ebf219f197720487fc48352f7902bcd6ee
|
||||
source_aarch64 = mages-0.6.3-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.6.3/mages-0.6.3-aarch64.AppImage
|
||||
sha256sums_aarch64 = a4575703a2e34fcb736f34ea56ecfed79ad83ed3362f346da26816f0c4d5859e
|
||||
source_x86_64 = mages-0.6.4-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.6.4/mages-0.6.4-x86_64.AppImage
|
||||
sha256sums_x86_64 = 49cd8749e62285fe53dfe1bd53e74119bcfcac71ee53d169ab087f9da14e8892
|
||||
source_aarch64 = mages-0.6.4-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.6.4/mages-0.6.4-aarch64.AppImage
|
||||
sha256sums_aarch64 = 413956ba50d4a32f29634a4f919121741652b59ebfb751c6e610df66fa774d7f
|
||||
|
||||
pkgname = mages-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: MLM-stuff <gfxoxinzh@mozmail.com>
|
||||
pkgname=mages-bin
|
||||
_pkgname=mages
|
||||
pkgver=0.6.3
|
||||
pkgver=0.6.4
|
||||
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=('a77ac85ead9ec3af5b0f6a206e93b4ebf219f197720487fc48352f7902bcd6ee')
|
||||
sha256sums_aarch64=('a4575703a2e34fcb736f34ea56ecfed79ad83ed3362f346da26816f0c4d5859e')
|
||||
sha256sums_x86_64=('49cd8749e62285fe53dfe1bd53e74119bcfcac71ee53d169ab087f9da14e8892')
|
||||
sha256sums_aarch64=('413956ba50d4a32f29634a4f919121741652b59ebfb751c6e610df66fa774d7f')
|
||||
|
||||
prepare() {
|
||||
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue