summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraulonsal2021-05-25 09:24:25 +0530
committeraulonsal2021-05-25 09:24:25 +0530
commita66947164034094b533c309407837049487c3806 (patch)
treeb0e6b084063b1ac656410e57cbea99d6f44911ce
parent08c69ee9944bc1e3bb26202d7f1864675745a1c4 (diff)
downloadaur-a66947164034094b533c309407837049487c3806.tar.gz
upgpkg: dbgate-bin 4.2.3-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 edfc251010d4..b397e956e25c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dbgate-bin
pkgdesc = Database manager for MySQL, PostgreSQL, SQL Server and MongoDB.
- pkgver = 4.2.2
+ pkgver = 4.2.3
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.2.deb::https://github.com/dbgate/dbgate/releases/download/v4.2.2/dbgate-linux-4.2.2.deb
- source = dbgate-bin-4.2.2-LICENSE::https://raw.githubusercontent.com/dbgate/dbgate/master/LICENSE
- b2sums = 706e6c9b2152dc8b6365aa3e506a6dbd3a727d773f2dc2606048562f27f6f3677666618ff639e0325830e5f22e17323e4ba2fb0ba9fd1cd91812b088b4c76153
+ source = dbgate-bin-4.2.3.deb::https://github.com/dbgate/dbgate/releases/download/v4.2.3/dbgate-4.2.3-linux_amd64.deb
+ source = dbgate-bin-4.2.3-LICENSE::https://raw.githubusercontent.com/dbgate/dbgate/master/LICENSE
+ b2sums = cfeb77dfb48dd15eda20e15a90bf5cfde3bdb74491d1012f46de591403cfe4fd4827f25e04dd5d0bf0e881b6ef1b6eacc11652480bb2d4f43c820e1117014977
b2sums = 9cc4e2813f0978862b0960aa0c8d5b0bc75ae299f10b793ae152202f2e6f43127381c9153c6f51ca1bc83ab633d198dac5d817105a8e7b43e1aad401e0b6eb2f
pkgname = dbgate-bin
diff --git a/PKGBUILD b/PKGBUILD
index b646274fb708..71ea810e7240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aulonsal <aulonsal at gmail dot com>
pkgname=dbgate-bin
-pkgver=4.2.2
+pkgver=4.2.3
pkgrel=1
pkgdesc="Database manager for MySQL, PostgreSQL, SQL Server and MongoDB."
arch=(x86_64)
@@ -13,11 +13,11 @@ depends=(
provides=(${pkgname%-bin})
conflicts=(${pkgname%-bin})
source=(
- "$pkgname-$pkgver.deb::$url/releases/download/v$pkgver/dbgate-linux-$pkgver.deb"
+ "$pkgname-$pkgver.deb::$url/releases/download/v$pkgver/dbgate-$pkgver-linux_amd64.deb"
"$pkgname-$pkgver-LICENSE::${url/github/raw.githubusercontent}/master/LICENSE"
)
-b2sums=('706e6c9b2152dc8b6365aa3e506a6dbd3a727d773f2dc2606048562f27f6f3677666618ff639e0325830e5f22e17323e4ba2fb0ba9fd1cd91812b088b4c76153'
+b2sums=('cfeb77dfb48dd15eda20e15a90bf5cfde3bdb74491d1012f46de591403cfe4fd4827f25e04dd5d0bf0e881b6ef1b6eacc11652480bb2d4f43c820e1117014977'
'9cc4e2813f0978862b0960aa0c8d5b0bc75ae299f10b793ae152202f2e6f43127381c9153c6f51ca1bc83ab633d198dac5d817105a8e7b43e1aad401e0b6eb2f')
package() {