summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMusikolo2021-03-23 21:50:25 -0500
committerMusikolo2021-03-23 21:50:25 -0500
commitc8f4d6354770a41cdc3c5cea8607cac2fb8af7f1 (patch)
treed1016297e40b9a5cc39cbc537e03668ceeb23989
parent8ab8d6c6352ca8c482286f3f3b28e9c160746040 (diff)
downloadaur-c8f4d6354770a41cdc3c5cea8607cac2fb8af7f1.tar.gz
Update to version 12.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d296b378033..afa2217064cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 14 15:31:04 UTC 2021
+# Wed Mar 24 02:49:57 UTC 2021
pkgbase = dbvis
pkgdesc = DbVisualizer free - The Universal Database Tool
- pkgver = 12.0.2
+ pkgver = 12.0.4
pkgrel = 1
url = https://www.dbvis.com/
arch = any
@@ -11,8 +11,8 @@ pkgbase = dbvis
makedepends = sed
makedepends = unzip
depends = java-runtime>=8
- source = https://www.dbvis.com/product_download/dbvis-12.0.2/media/dbvis_unix_12_0_2.tar.gz
- sha256sums = 070fd6e64eaedde9aec36210aaeda86cf79d51a3eba7946f626d811a9e2c8153
+ source = https://www.dbvis.com/product_download/dbvis-12.0.4/media/dbvis_unix_12_0_4.tar.gz
+ sha256sums = c13c30658de2656eeb8655d6fbc8246f8eb7173448c00d6b974cbf32cc2bd938
pkgname = dbvis
diff --git a/PKGBUILD b/PKGBUILD
index 5bc6f01a4567..89cf7cedb01e 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=12.0.2
-__pkgver_underscore=12_0_2
+pkgver=12.0.4
+__pkgver_underscore=12_0_4
pkgrel=1
pkgdesc="DbVisualizer free - The Universal Database Tool"
url="https://www.dbvis.com/"
@@ -11,7 +11,7 @@ arch=('any')
depends=('java-runtime>=8')
makedepends=(coreutils sed unzip)
source=('https://www.dbvis.com/product_download/'$pkgname'-'$pkgver'/media/'$pkgname'_unix_'$__pkgver_underscore'.tar.gz')
-sha256sums=('070fd6e64eaedde9aec36210aaeda86cf79d51a3eba7946f626d811a9e2c8153')
+sha256sums=('c13c30658de2656eeb8655d6fbc8246f8eb7173448c00d6b974cbf32cc2bd938')
package() {