summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMusikolo2022-04-02 17:24:22 -0500
committerMusikolo2022-04-02 17:24:22 -0500
commite9a00765052b1064bc6bb53c054e3b2bfd4acbd6 (patch)
tree1cea82bc3920586b0336f5045ae6f94c032ec283
parent0e75de9b0d0990d69500b25f0930907d39c7bc28 (diff)
downloadaur-e9a00765052b1064bc6bb53c054e3b2bfd4acbd6.tar.gz
Update to version 13.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24648735ac2e..d665d974b806 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 03:06:06 UTC 2022
+# Sat Apr 2 22:19:20 UTC 2022
pkgbase = dbvis
pkgdesc = DbVisualizer free - The Universal Database Tool
- pkgver = 13.0.1
+ pkgver = 13.0.2
pkgrel = 1
url = https://www.dbvis.com/
arch = any
@@ -11,8 +11,8 @@ pkgbase = dbvis
makedepends = sed
makedepends = unzip
depends = java-runtime>=11
- source = https://www.dbvis.com/product_download/dbvis-13.0.1/media/dbvis_linux_13_0_1.tar.gz
- sha256sums = 6d63e83b803a4f21a5fdf1202cf1dfff3fd8532f020c877df19c6aff7de576ac
+ source = https://www.dbvis.com/product_download/dbvis-13.0.2/media/dbvis_linux_13_0_2.tar.gz
+ sha256sums = 97b30f1a8ef8d7910c9cc3ba0faa2410956be9e57fca6439146c1aaa91f9dd08
pkgname = dbvis
diff --git a/PKGBUILD b/PKGBUILD
index 6b5b3b4c8df4..f0af551ceb43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
#Maintainer: Musikolo<musikolo {at} hotmail [dot] com>
#Contributor: Martin špelina<shpelda [at]gmail[dot]com>
pkgname=dbvis
-pkgver=13.0.1
-__pkgver_underscore=13_0_1
+pkgver=13.0.2
+__pkgver_underscore=13_0_2
pkgrel=1
pkgdesc="DbVisualizer free - The Universal Database Tool"
url="https://www.dbvis.com/"
@@ -11,7 +11,7 @@ arch=('any')
depends=('java-runtime>=11')
makedepends=(coreutils sed unzip)
source=('https://www.dbvis.com/product_download/'$pkgname'-'$pkgver'/media/'$pkgname'_linux_'$__pkgver_underscore'.tar.gz')
-sha256sums=('6d63e83b803a4f21a5fdf1202cf1dfff3fd8532f020c877df19c6aff7de576ac')
+sha256sums=('97b30f1a8ef8d7910c9cc3ba0faa2410956be9e57fca6439146c1aaa91f9dd08')
package() {