summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2018-10-30 11:38:10 +0100
committerJohannes Wienke2018-10-30 11:38:10 +0100
commit99dd5d7627b880ec6808271f151de1c6b0719c0c (patch)
tree73772ea8a7b7c89cc73232dcc2bf31f6abf2e4dd
parentd1dddfcb58971fc8d3606ba5e4a9815268201e73 (diff)
downloadaur-99dd5d7627b880ec6808271f151de1c6b0719c0c.tar.gz
Version bump to 9.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b281933cc8be..5be780a5d2b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drawio-batch
pkgdesc = Command line converter for draw.io diagrams
- pkgver = 9.2.6
+ pkgver = 9.3.1
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/9.2.6.tar.gz
- md5sums = 950569a8dace040be2aaeabe8b6fc41b
+ source = https://github.com/languitar/drawio-batch/archive/9.3.1.tar.gz
+ md5sums = aca6841e853db5b300ed992973aa4e6d
pkgname = drawio-batch
diff --git a/PKGBUILD b/PKGBUILD
index 0088933bf1f2..60058905202e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=drawio-batch
-pkgver=9.2.6
+pkgver=9.3.1
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=('950569a8dace040be2aaeabe8b6fc41b')
+md5sums=('aca6841e853db5b300ed992973aa4e6d')
options=('!strip')
package() {