summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2021-05-27 14:36:49 +0300
committerDmytro Meleshko2021-05-27 14:36:49 +0300
commit2159df6354d02d50d2ab5e67d5f44958556522b6 (patch)
tree7561f917af84d1e6f9e3f804c68035762de6c1d7
parent24f0489f1f1830c49439584cb963aff1d85e5490 (diff)
downloadaur-2159df6354d02d50d2ab5e67d5f44958556522b6.tar.gz
v0.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fdb9ccd5878..1aaedd258863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cc-map-editor-bin
pkgdesc = A Map Editor for the game CrossCode
- pkgver = 0.10.2
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/CCDirectLink/crosscode-map-editor
arch = any
@@ -11,13 +11,13 @@ pkgbase = cc-map-editor-bin
depends = electron
provides = cc-map-editor
conflicts = cc-map-editor
- noextract = cc-map-editor-0.10.2-linux.AppImage
+ noextract = cc-map-editor-0.11.0-linux.AppImage
options = !strip
- source = https://github.com/CCDirectLink/crosscode-map-editor/releases/download/v0.10.2/cc-map-editor-0.10.2-linux.AppImage
- source = cc-map-editor-bin-LICENSE::https://github.com/CCDirectLink/crosscode-map-editor/raw/v0.10.2/LICENSE
+ source = https://github.com/CCDirectLink/crosscode-map-editor/releases/download/v0.11.0/cc-map-editor-0.11.0-linux.AppImage
+ source = cc-map-editor-bin-LICENSE::https://github.com/CCDirectLink/crosscode-map-editor/raw/v0.11.0/LICENSE
source = cc-map-editor-bin-patch-desktop-entry.awk
source = cc-map-editor-bin-disable-autoupdates.patch
- sha256sums = 9c473a267dc8fc159c6d9e4f7a0de202ab213f029d73b01d72565102af953b6f
+ sha256sums = 03216e9791cd90f920db96a5971016a34d86e62c5bff7e242177cc4b834943ea
sha256sums = a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde
sha256sums = c03a2ede59f0476176c1a32d28ac19e907e76b1dbfdffa93d9eefa40d868506b
sha256sums = 44f1235757748bf2744f69be9c08abfc66859aa34cac93c3a477b5eb3d233abc
diff --git a/PKGBUILD b/PKGBUILD
index 2c8578915d73..9e68fcb92b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmytro Meleshko <dmytro dot meleshko at gmail dot com>
_pkgname=cc-map-editor
pkgname="${_pkgname}-bin"
-pkgver=0.10.2
+pkgver=0.11.0
pkgrel=1
pkgdesc="A Map Editor for the game CrossCode"
arch=('any')
@@ -18,7 +18,7 @@ source=("https://github.com/CCDirectLink/crosscode-map-editor/releases/download/
"${pkgname}-patch-desktop-entry.awk"
"${pkgname}-disable-autoupdates.patch")
noextract=("${_appimage_file}")
-sha256sums=('9c473a267dc8fc159c6d9e4f7a0de202ab213f029d73b01d72565102af953b6f'
+sha256sums=('03216e9791cd90f920db96a5971016a34d86e62c5bff7e242177cc4b834943ea'
'a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde'
'c03a2ede59f0476176c1a32d28ac19e907e76b1dbfdffa93d9eefa40d868506b'
'44f1235757748bf2744f69be9c08abfc66859aa34cac93c3a477b5eb3d233abc')