summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2024-02-09 01:56:02 +0100
committerDmytro Meleshko2024-02-09 01:56:02 +0100
commit5b0316daf26b1f31bf33b9f1552b69021e31b1a6 (patch)
treee981ba2c76f6d8dbf38b9a692f1d21274d3fded8
parent5df72576f79d19fd35c8809bb3ca61eae5857be9 (diff)
downloadaur-5b0316daf26b1f31bf33b9f1552b69021e31b1a6.tar.gz
v1.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fc03bf87254..c6ee6b9fc3bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cc-map-editor-bin
pkgdesc = Map Editor for the game CrossCode
- pkgver = 1.3.0
+ pkgver = 1.3.1
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-1.3.0-linux.AppImage
+ noextract = cc-map-editor-1.3.1-linux.AppImage
options = !strip
- source = https://github.com/CCDirectLink/crosscode-map-editor/releases/download/v1.3.0/cc-map-editor-1.3.0-linux.AppImage
- source = cc-map-editor-bin-LICENSE::https://github.com/CCDirectLink/crosscode-map-editor/raw/v1.3.0/LICENSE
+ source = https://github.com/CCDirectLink/crosscode-map-editor/releases/download/v1.3.1/cc-map-editor-1.3.1-linux.AppImage
+ source = cc-map-editor-bin-LICENSE::https://github.com/CCDirectLink/crosscode-map-editor/raw/v1.3.1/LICENSE
source = cc-map-editor-bin.patch
- sha256sums = 85c5e5c6c17cf8c8b53489a04f8e2f0faf63c11e969306ee32a466e9a49a1270
+ sha256sums = 254dcd2015318de419e3e92e99b10c2b8f363076b027be96246a6e2e0d45032a
sha256sums = a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde
sha256sums = 11fde0a67b346874dabb8241393ead51723f3b4e9b75174c52a4b32e79ea9ccd
diff --git a/PKGBUILD b/PKGBUILD
index 1917f0c6f73b..8e78d8344fc1 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=1.3.0
+pkgver=1.3.1
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=('85c5e5c6c17cf8c8b53489a04f8e2f0faf63c11e969306ee32a466e9a49a1270'
+sha256sums=('254dcd2015318de419e3e92e99b10c2b8f363076b027be96246a6e2e0d45032a'
'a406579cd136771c705c521db86ca7d60a6f3de7c9b5460e6193a2df27861bde'
'11fde0a67b346874dabb8241393ead51723f3b4e9b75174c52a4b32e79ea9ccd')