summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormadflow2017-11-08 21:27:30 +0100
committermadflow2017-11-08 21:27:30 +0100
commit35a1e4d7d8320c0af311325339421be70b1040ac (patch)
tree8adc00e09ff3d5db3ced672feeac91704747bebb
parentac31d09e28464ac031ec72c3526c14a9e9c615a5 (diff)
downloadaur-35a1e4d7d8320c0af311325339421be70b1040ac.tar.gz
(chore) bump to 2.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e375698a14a..36b18a43c76a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://omnidb.org/
arch = i686
@@ -8,10 +8,10 @@ pkgbase = omnidb-server
license = MIT
depends = python
options = !strip
- source_i686 = https://omnidb.org/dist/2.2.0/omnidb-server_2.2.0-debian-i386.deb
- sha256sums_i686 = 124693d550d8efa6521e08b3d1e2066deb62a4fbdf7fabde3c420bbba69c9f4c
- source_x86_64 = https://omnidb.org/dist/2.2.0/omnidb-server_2.2.0-debian-amd64.deb
- sha256sums_x86_64 = 421a8efeafa515a2ed50ee98b4addb7312485579e3af7ef66d3564418005c22a
+ source_i686 = https://omnidb.org/dist/2.3.0/omnidb-server_2.3.0-debian-i386.deb
+ sha256sums_i686 = 42f5608b8236ffa8f64b3cbbf1825881e0b1ac82bf15cb28317b5dbc62a90172
+ source_x86_64 = https://omnidb.org/dist/2.3.0/omnidb-server_2.3.0-debian-amd64.deb
+ sha256sums_x86_64 = 18501c7709fff88c2742199d8662475c536a135fd04810cf989b7f427e85b8c4
pkgname = omnidb-server
diff --git a/PKGBUILD b/PKGBUILD
index 752f1095a3a0..b47b5c81fae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: madflow <madflow@web.de>
pkgname="omnidb-server"
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
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=('i686' 'x86_64')
@@ -10,8 +10,8 @@ depends=('python')
source_i686=("https://omnidb.org/dist/${pkgver}/omnidb-server_${pkgver}-debian-i386.deb")
source_x86_64=("https://omnidb.org/dist/${pkgver}/omnidb-server_${pkgver}-debian-amd64.deb")
options=("!strip")
-sha256sums_i686=('124693d550d8efa6521e08b3d1e2066deb62a4fbdf7fabde3c420bbba69c9f4c')
-sha256sums_x86_64=('421a8efeafa515a2ed50ee98b4addb7312485579e3af7ef66d3564418005c22a')
+sha256sums_i686=('42f5608b8236ffa8f64b3cbbf1825881e0b1ac82bf15cb28317b5dbc62a90172')
+sha256sums_x86_64=('18501c7709fff88c2742199d8662475c536a135fd04810cf989b7f427e85b8c4')
package() {
cd "$pkgdir"