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 2bb824b036cd..46ccb8484588 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.2.0
+ pkgver = 2.3.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.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
+ source_i686 = https://omnidb.org/dist/2.3.0/omnidb-app_2.3.0-debian-i386.deb
+ sha256sums_i686 = 95f44e0c3be5a6a04459f37034277073750854aad84066752710184691e6bbe9
+ source_x86_64 = https://omnidb.org/dist/2.3.0/omnidb-app_2.3.0-debian-amd64.deb
+ sha256sums_x86_64 = 5ff093d8cdac3880735dedbd318eb57621e97e7badf0502ef867b18497203c4c
pkgname = omnidb-app
diff --git a/PKGBUILD b/PKGBUILD
index 38eaba3426e9..7574a2c59cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: madflow <madflow@web.de>
pkgname="omnidb-app"
-pkgver=2.2.0
+pkgver=2.3.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=('d3444a8bbcea89a0e9c8ce2d6842ce509f351c13d8ef9ecb500e8504973d159c')
-sha256sums_x86_64=('1af9fc942c82f5008006c981279fcf0b67538b30ff22820aff990a74dafe47bf')
+sha256sums_i686=('95f44e0c3be5a6a04459f37034277073750854aad84066752710184691e6bbe9')
+sha256sums_x86_64=('5ff093d8cdac3880735dedbd318eb57621e97e7badf0502ef867b18497203c4c')
package() {
cd "$pkgdir"