summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormadflow2020-01-03 14:11:07 +0100
committermadflow2020-01-03 14:11:07 +0100
commit874112b23d0d98dab96f7d768a81cd28ac49c0d2 (patch)
treedb40250475e08e9814d6e460ebe9639ed600cae7
parentaf99bc421c8ded28ab01618cbf665638a3aa7494 (diff)
downloadaur-874112b23d0d98dab96f7d768a81cd28ac49c0d2.tar.gz
2.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d7b16b3d48c..8c1ff5d10af7 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.16.0
+ pkgver = 2.17.0
pkgrel = 2
url = https://omnidb.org/
arch = x86_64
license = MIT
depends = python
options = !strip
- source_x86_64 = https://omnidb.org/dist/2.16.0/omnidb-server_2.16.0-debian-amd64.deb
- sha256sums_x86_64 = 0809c6146edca33a40965609bc84ef0d8fe059ca7fce73fc4c90765076175f85
+ source_x86_64 = https://omnidb.org/dist/2.17.0/omnidb-server_2.17.0-debian-amd64.deb
+ sha256sums_x86_64 = dc92fbf34e52aa730fad239542310680d55a523cda9c770b0edc28e782839942
pkgname = omnidb-server
diff --git a/PKGBUILD b/PKGBUILD
index 43f3f2b42160..2425e9853067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: madflow <madflow@web.de>
pkgname="omnidb-server"
-pkgver=2.16.0
+pkgver=2.17.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=('0809c6146edca33a40965609bc84ef0d8fe059ca7fce73fc4c90765076175f85')
+sha256sums_x86_64=('dc92fbf34e52aa730fad239542310680d55a523cda9c770b0edc28e782839942')
package() {
cd "$pkgdir"