summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2018-05-11 12:44:36 +0200
committerJohannes Wienke2018-05-11 12:44:36 +0200
commit41f87300adb4e9996ad9a338568eee285ca43174 (patch)
tree30239d553b2f277ce285a9b18c0959e9330de93a
parent5ea5ac775e5cb54757dfe5019b8bfe9bc7601c99 (diff)
downloadaur-41f87300adb4e9996ad9a338568eee285ca43174.tar.gz
Version bump to 8.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a2558c5d137..5c86b9024be6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drawio-batch
pkgdesc = Command line converter for draw.io diagrams
- pkgver = 8.5.3
+ pkgver = 8.6.2
pkgrel = 1
url = https://github.com/languitar/drawio-batch
arch = any
@@ -8,8 +8,8 @@ pkgbase = drawio-batch
makedepends = git
makedepends = npm
options = !strip
- source = https://github.com/languitar/drawio-batch/archive/8.5.3.tar.gz
- md5sums = 547d914d28076522ab24e6b429bdb6d4
+ source = https://github.com/languitar/drawio-batch/archive/8.6.2.tar.gz
+ md5sums = d6a49be56b8178986a9a422c73cfee6f
pkgname = drawio-batch
diff --git a/PKGBUILD b/PKGBUILD
index acf054b9b9fa..1f25f0020cc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=drawio-batch
-pkgver=8.5.3
+pkgver=8.6.2
pkgrel=1
pkgdesc="Command line converter for draw.io diagrams"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/languitar/drawio-batch"
license=('APACHE')
makedepends=('git' 'npm')
source=("https://github.com/languitar/drawio-batch/archive/${pkgver}.tar.gz")
-md5sums=('547d914d28076522ab24e6b429bdb6d4')
+md5sums=('d6a49be56b8178986a9a422c73cfee6f')
options=('!strip')
package() {