summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormadflow2019-09-23 08:16:19 +0200
committermadflow2019-09-23 08:16:19 +0200
commitaf99bc421c8ded28ab01618cbf665638a3aa7494 (patch)
tree9316f138f715384f75c858a591b11b501765780e
parentc3a95805b53da3583512186d5f60ade7a751c37d (diff)
downloadaur-af99bc421c8ded28ab01618cbf665638a3aa7494.tar.gz
bump 2.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c146d16fd5f1..7d7b16b3d48c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = omnidb-server
pkgdesc = Web tool for database management. Install this in any server, and it allows anybody with a web browser to connect to any database server.
- pkgver = 2.15.0
+ pkgver = 2.16.0
pkgrel = 2
url = https://omnidb.org/
arch = x86_64
license = MIT
depends = python
options = !strip
- source_x86_64 = https://omnidb.org/dist/2.15.0/omnidb-server_2.15.0-debian-amd64.deb
- sha256sums_x86_64 = 998afe3c8c3b9733f8c08e88a4bebfd84ac804fa62359d84d2fd084891ffaf42
+ source_x86_64 = https://omnidb.org/dist/2.16.0/omnidb-server_2.16.0-debian-amd64.deb
+ sha256sums_x86_64 = 0809c6146edca33a40965609bc84ef0d8fe059ca7fce73fc4c90765076175f85
pkgname = omnidb-server
diff --git a/PKGBUILD b/PKGBUILD
index 0231a8835c6c..43f3f2b42160 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: madflow <madflow@web.de>
pkgname="omnidb-server"
-pkgver=2.15.0
+pkgver=2.16.0
pkgrel=2
pkgdesc="Web tool for database management. Install this in any server, and it allows anybody with a web browser to connect to any database server."
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python')
source_x86_64=("https://omnidb.org/dist/${pkgver}/omnidb-server_${pkgver}-debian-amd64.deb")
options=("!strip")
-sha256sums_x86_64=('998afe3c8c3b9733f8c08e88a4bebfd84ac804fa62359d84d2fd084891ffaf42')
+sha256sums_x86_64=('0809c6146edca33a40965609bc84ef0d8fe059ca7fce73fc4c90765076175f85')
package() {
cd "$pkgdir"