summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMusikolo2024-02-14 21:59:14 -0600
committerMusikolo2024-02-14 21:59:14 -0600
commit69ecce97db71a82b8e18beeea93ecd66a506c2e2 (patch)
treeeb590a87937e0f45f2fb04929b4e209dfc182096
parent4a541dc6c0a5fb3034ab53ef1fa16415cebd6608 (diff)
downloadaur-69ecce97db71a82b8e18beeea93ecd66a506c2e2.tar.gz
Upgrade to version 24.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0970623e7020..ab704e684b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 29 17:10:55 UTC 2024
+# Thu Feb 15 03:58:56 UTC 2024
pkgbase = dbvis
pkgdesc = DbVisualizer free - The Universal Database Tool.
- pkgver = 24.1.1
+ pkgver = 24.1.2
pkgrel = 1
url = https://www.dbvis.com/
arch = any
@@ -11,8 +11,8 @@ pkgbase = dbvis
makedepends = sed
makedepends = unzip
depends = java-runtime>=17
- source = https://dbvis.com/product_download/dbvis-24.1.1/media/dbvis_linux_24_1_1.tar.gz
- sha256sums = ffab38e2858b7018bb11afe8975642ba12c1f8afaefdc8c004f5b64084b40826
+ source = https://dbvis.com/product_download/dbvis-24.1.2/media/dbvis_linux_24_1_2.tar.gz
+ sha256sums = 54a00b9eae13d0313c170f364df0c3fea8a0bce064f5cc163013d3dde63dffb8
pkgname = dbvis
diff --git a/PKGBUILD b/PKGBUILD
index 4c0adaf6efe3..345ed2fe61d8 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=24.1.1
-__pkgver_underscore=24_1_1
+pkgver=24.1.2
+__pkgver_underscore=24_1_2
pkgrel=1
pkgdesc="DbVisualizer free - The Universal Database Tool."
url="https://www.dbvis.com/"
@@ -11,7 +11,7 @@ arch=('any')
depends=('java-runtime>=17')
makedepends=(coreutils sed unzip)
source=('https://dbvis.com/product_download/'$pkgname'-'$pkgver'/media/'$pkgname'_linux_'$__pkgver_underscore'.tar.gz')
-sha256sums=('ffab38e2858b7018bb11afe8975642ba12c1f8afaefdc8c004f5b64084b40826')
+sha256sums=('54a00b9eae13d0313c170f364df0c3fea8a0bce064f5cc163013d3dde63dffb8')
package() {