summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2022-10-18 21:15:17 +0200
committerDmytro Meleshko2022-10-18 21:15:17 +0200
commit2a05c05e29c196fafbee47cd90a4659483a297cc (patch)
tree8766af7617d33109c79e54df21aeba631dd3e27f
parentac10caff43d56223195bfb977371b39334786f63 (diff)
downloadaur-2a05c05e29c196fafbee47cd90a4659483a297cc.tar.gz
v0.17.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c045d782aa3..b48b87a0eaf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cc-map-editor-bin
pkgdesc = Map Editor for the game CrossCode
- pkgver = 0.16.0
+ pkgver = 0.17.0
pkgrel = 1
url = https://github.com/CCDirectLink/crosscode-map-editor
arch = any
@@ -11,12 +11,12 @@ pkgbase = cc-map-editor-bin
depends = electron
provides = cc-map-editor
conflicts = cc-map-editor
- noextract = cc-map-editor-0.16.0-linux.AppImage
+ noextract = cc-map-editor-0.17.0-linux.AppImage
options = !strip
- source = https://github.com/CCDirectLink/crosscode-map-editor/releases/download/v0.16.0/cc-map-editor-0.16.0-linux.AppImage
- source = cc-map-editor-bin-LICENSE::https://github.com/CCDirectLink/crosscode-map-editor/raw/v0.16.0/LICENSE
+ source = https://github.com/CCDirectLink/crosscode-map-editor/releases/download/v0.17.0/cc-map-editor-0.17.0-linux.AppImage
+ source = cc-map-editor-bin-LICENSE::https://github.com/CCDirectLink/crosscode-map-editor/raw/v0.17.0/LICENSE
source = cc-map-editor-bin.patch
- sha256sums = 0b097eb85e953a8624a53578c960c5c2661a0872d6b80ac82d682e420773992e
+ sha256sums = 6cd61ce2d279672250494191d1c24f9664a06d311a58db26403660da23563bdb
sha256sums = a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde
sha256sums = 11fde0a67b346874dabb8241393ead51723f3b4e9b75174c52a4b32e79ea9ccd
diff --git a/PKGBUILD b/PKGBUILD
index f592c077cd60..7de8be4e0f34 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.16.0
+pkgver=0.17.0
pkgrel=1
pkgdesc="Map Editor for the game CrossCode"
arch=('any')
@@ -17,7 +17,7 @@ source=("https://github.com/CCDirectLink/crosscode-map-editor/releases/download/
"${pkgname}-LICENSE::https://github.com/CCDirectLink/crosscode-map-editor/raw/v${pkgver}/LICENSE"
"${pkgname}.patch")
noextract=("${_appimage_file}")
-sha256sums=('0b097eb85e953a8624a53578c960c5c2661a0872d6b80ac82d682e420773992e'
+sha256sums=('6cd61ce2d279672250494191d1c24f9664a06d311a58db26403660da23563bdb'
'a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde'
'11fde0a67b346874dabb8241393ead51723f3b4e9b75174c52a4b32e79ea9ccd')