summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormadflow2018-01-23 13:28:17 +0100
committermadflow2018-01-23 13:28:17 +0100
commite6390714ead84b95e7045aef92e15024227ef2c0 (patch)
treeb84df1f22d7e4bbb7c94a3a90b66a90c46ba2091
parent312436f4d51e7a2928d57e1016be04c2af8393a1 (diff)
downloadaur-e6390714ead84b95e7045aef92e15024227ef2c0.tar.gz
bump 2.4.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef2c73122228..aac41e8c0c39 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.4.0
+ pkgver = 2.4.1
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.4.0/omnidb-server_2.4.0-debian-i386.deb
- sha256sums_i686 = 2e2fa6a119976d4f87c62c803371bf761ca36f7862b5ae582e55f37739ea72ca
- source_x86_64 = https://omnidb.org/dist/2.4.0/omnidb-server_2.4.0-debian-amd64.deb
- sha256sums_x86_64 = 4e04967734ab22fe5a26779a6ca6196fb7571111c6369ee98990493c2d458070
+ source_i686 = https://omnidb.org/dist/2.4.1/omnidb-server_2.4.1-debian-i386.deb
+ sha256sums_i686 = 9922c4fd97574f457ac95e47b5fb23afd092dad13c652c0e3759ef7c74999c64
+ source_x86_64 = https://omnidb.org/dist/2.4.1/omnidb-server_2.4.1-debian-amd64.deb
+ sha256sums_x86_64 = d3c9d53a199822e1231ba170d09ccf2883a2038341f08853ccd0dc63cdbe35d8
pkgname = omnidb-server
diff --git a/PKGBUILD b/PKGBUILD
index 358a04998a65..944e3bacc8fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: madflow <madflow@web.de>
pkgname="omnidb-server"
-pkgver=2.4.0
+pkgver=2.4.1
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=('2e2fa6a119976d4f87c62c803371bf761ca36f7862b5ae582e55f37739ea72ca')
-sha256sums_x86_64=('4e04967734ab22fe5a26779a6ca6196fb7571111c6369ee98990493c2d458070')
+sha256sums_i686=('9922c4fd97574f457ac95e47b5fb23afd092dad13c652c0e3759ef7c74999c64')
+sha256sums_x86_64=('d3c9d53a199822e1231ba170d09ccf2883a2038341f08853ccd0dc63cdbe35d8')
package() {
cd "$pkgdir"