summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1061fa89a360..2bb824b036cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = omnidb-app
pkgdesc = Web tool for database management. This is a standalone version that can be used to connect to any database server.
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://omnidb.org/
arch = i686
@@ -8,10 +8,10 @@ pkgbase = omnidb-app
license = MIT
depends = python
options = !strip
- source_i686 = https://omnidb.org/dist/2.1.0/omnidb-app_2.1.0-debian-i386.deb
- sha256sums_i686 = 177c14804fcaab929c7ba3378da526eac0414ebccf181b322abe40638546ca78
- source_x86_64 = https://omnidb.org/dist/2.1.0/omnidb-app_2.1.0-debian-amd64.deb
- sha256sums_x86_64 = 02b94c76eb048a703e3d344468bd55ff34eb6150b7ffc4294dd8b2e2599fd640
+ source_i686 = https://omnidb.org/dist/2.2.0/omnidb-app_2.2.0-debian-i386.deb
+ sha256sums_i686 = d3444a8bbcea89a0e9c8ce2d6842ce509f351c13d8ef9ecb500e8504973d159c
+ source_x86_64 = https://omnidb.org/dist/2.2.0/omnidb-app_2.2.0-debian-amd64.deb
+ sha256sums_x86_64 = 1af9fc942c82f5008006c981279fcf0b67538b30ff22820aff990a74dafe47bf
pkgname = omnidb-app
diff --git a/PKGBUILD b/PKGBUILD
index e3e5c3808474..38eaba3426e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: madflow <madflow@web.de>
pkgname="omnidb-app"
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="Web tool for database management. This is a standalone version that can be used to connect to any database server."
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ depends=('python')
source_i686=("https://omnidb.org/dist/${pkgver}/omnidb-app_${pkgver}-debian-i386.deb")
source_x86_64=("https://omnidb.org/dist/${pkgver}/omnidb-app_${pkgver}-debian-amd64.deb")
options=("!strip")
-sha256sums_i686=('177c14804fcaab929c7ba3378da526eac0414ebccf181b322abe40638546ca78')
-sha256sums_x86_64=('02b94c76eb048a703e3d344468bd55ff34eb6150b7ffc4294dd8b2e2599fd640')
+sha256sums_i686=('d3444a8bbcea89a0e9c8ce2d6842ce509f351c13d8ef9ecb500e8504973d159c')
+sha256sums_x86_64=('1af9fc942c82f5008006c981279fcf0b67538b30ff22820aff990a74dafe47bf')
package() {
cd "$pkgdir"