summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMusikolo2021-07-17 20:58:40 -0500
committerMusikolo2021-07-17 20:58:40 -0500
commite9ef2666855fd3aeb47ce011d518205c2f427f41 (patch)
tree38cf1e2fc87114d9920d34486dcd5559b3ce8171
parentf80cfdc30cc0ca7ea075fcc371aafc54e89ea9c6 (diff)
downloadaur-e9ef2666855fd3aeb47ce011d518205c2f427f41.tar.gz
Update to version 12.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d2527ab0c9b..74481c8cf835 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 20 16:06:22 UTC 2021
+# Sun Jul 18 01:55:50 UTC 2021
pkgbase = dbvis
pkgdesc = DbVisualizer free - The Universal Database Tool
- pkgver = 12.0.8
+ pkgver = 12.1
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-12.0.8/media/dbvis_unix_12_0_8.tar.gz
- sha256sums = 3613d02d41f657fe5d499a9ac3b48fdebe52f9e06ed2f0f26703fcbd92363173
+ source = https://www.dbvis.com/product_download/dbvis-12.1/media/dbvis_unix_12_1.tar.gz
+ sha256sums = 17c49543932c966098823f0355e3e60c23c6858cdbc9592e2acb243019f927a6
pkgname = dbvis
diff --git a/PKGBUILD b/PKGBUILD
index 9c3b5e1fc100..0356ee29f21e 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.8
-__pkgver_underscore=12_0_8
+pkgver=12.1
+__pkgver_underscore=12_1
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'_unix_'$__pkgver_underscore'.tar.gz')
-sha256sums=('3613d02d41f657fe5d499a9ac3b48fdebe52f9e06ed2f0f26703fcbd92363173')
+sha256sums=('17c49543932c966098823f0355e3e60c23c6858cdbc9592e2acb243019f927a6')
package() {