summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMusikolo2022-08-29 05:01:55 -0500
committerMusikolo2022-08-29 05:01:55 -0500
commitb4bb88fca203c48ed31dfc45a104a58a590941a5 (patch)
tree589dc32228e52a1008795974584de2f8d23ca0c6
parent95c40b84142bc9922d2a7fee5f303f83abe2d795 (diff)
downloadaur-b4bb88fca203c48ed31dfc45a104a58a590941a5.tar.gz
Upgrade to version 13.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1c0e0c341d7..ed5aac4a0826 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 23:41:52 UTC 2022
+# Mon Aug 29 10:01:32 UTC 2022
pkgbase = dbvis
pkgdesc = DbVisualizer free - The Universal Database Tool
- pkgver = 13.0.4
+ pkgver = 13.0.5
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.4/media/dbvis_linux_13_0_4.tar.gz
- sha256sums = 18f350ae7f3f21845d07e9ae22abd9c09272907de8900d47d3353a6897511642
+ source = https://www.dbvis.com/product_download/dbvis-13.0.5/media/dbvis_linux_13_0_5.tar.gz
+ sha256sums = 3aa99507673db54412c50ebcc3a51291aa2db0077f8c4d5c26a5c10b2e3faf91
pkgname = dbvis
diff --git a/PKGBUILD b/PKGBUILD
index 4aedd4c974db..3336999e8732 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.4
-__pkgver_underscore=13_0_4
+pkgver=13.0.5
+__pkgver_underscore=13_0_5
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=('18f350ae7f3f21845d07e9ae22abd9c09272907de8900d47d3353a6897511642')
+sha256sums=('3aa99507673db54412c50ebcc3a51291aa2db0077f8c4d5c26a5c10b2e3faf91')
package() {