summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraulonsal2021-06-14 09:52:51 +0530
committeraulonsal2021-06-14 09:52:51 +0530
commite91c7c378a56ccfeed6e28fbd9d4b5f335dfc3cb (patch)
tree320b3d19df004c79171bdc13e3b5639deb7cece8
parentb315e19ba2f4b891bd530c1288db02ce21639250 (diff)
downloadaur-e91c7c378a56ccfeed6e28fbd9d4b5f335dfc3cb.tar.gz
upgpkg: dbgate-bin 4.2.5-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c6fe019ffc8..ad5564d2250e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dbgate-bin
pkgdesc = Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others
- pkgver = 4.2.4
+ pkgver = 4.2.5
pkgrel = 1
url = https://github.com/dbgate/dbgate
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = dbgate-bin
depends = gtk3
provides = dbgate
conflicts = dbgate
- source = dbgate-bin-4.2.4.deb::https://github.com/dbgate/dbgate/releases/download/v4.2.4/dbgate-4.2.4-linux_amd64.deb
- source = dbgate-bin-4.2.4-LICENSE::https://raw.githubusercontent.com/dbgate/dbgate/master/LICENSE
- b2sums = f9f41479ae65e1197eabccc3ac59b2e003ae0e064f92ae92c4931b0a7d4d349696f166c2307c6ef3406e786b87142b38e65f89770d6452313d0b3ef33f8ab9d4
+ source = dbgate-bin-4.2.5.deb::https://github.com/dbgate/dbgate/releases/download/v4.2.5/dbgate-4.2.5-linux_amd64.deb
+ source = dbgate-bin-4.2.5-LICENSE::https://raw.githubusercontent.com/dbgate/dbgate/v4.2.5/LICENSE
+ b2sums = 11f3a91cde5d4624e7b22925bd3f705d8bd09e96fe25db76f545652c0396b9cb54115a1f99b99447eba98bc7c70ac37da79a9738fdf51e548d6e048b995edfdd
b2sums = 9cc4e2813f0978862b0960aa0c8d5b0bc75ae299f10b793ae152202f2e6f43127381c9153c6f51ca1bc83ab633d198dac5d817105a8e7b43e1aad401e0b6eb2f
pkgname = dbgate-bin
diff --git a/PKGBUILD b/PKGBUILD
index 940c37f9968d..efa5eccc7115 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aulonsal <aulonsal at gmail dot com>
pkgname=dbgate-bin
-pkgver=4.2.4
+pkgver=4.2.5
pkgrel=1
pkgdesc="Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others"
arch=(x86_64)
@@ -14,10 +14,10 @@ provides=(${pkgname%-bin})
conflicts=(${pkgname%-bin})
source=(
"$pkgname-$pkgver.deb::$url/releases/download/v$pkgver/dbgate-$pkgver-linux_amd64.deb"
- "$pkgname-$pkgver-LICENSE::${url/github/raw.githubusercontent}/master/LICENSE"
+ "$pkgname-$pkgver-LICENSE::${url/github/raw.githubusercontent}/v$pkgver/LICENSE"
)
-b2sums=('f9f41479ae65e1197eabccc3ac59b2e003ae0e064f92ae92c4931b0a7d4d349696f166c2307c6ef3406e786b87142b38e65f89770d6452313d0b3ef33f8ab9d4'
+b2sums=('11f3a91cde5d4624e7b22925bd3f705d8bd09e96fe25db76f545652c0396b9cb54115a1f99b99447eba98bc7c70ac37da79a9738fdf51e548d6e048b995edfdd'
'9cc4e2813f0978862b0960aa0c8d5b0bc75ae299f10b793ae152202f2e6f43127381c9153c6f51ca1bc83ab633d198dac5d817105a8e7b43e1aad401e0b6eb2f')
package() {