summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a1e71777664..73b617000dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: madflow <madflow@web.de>
pkgname="omnidb-app"
-pkgver=2.16.0
+pkgver=2.17.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=('x86_64')
url="https://omnidb.org/"
license=('MIT')
depends=('python')
-source_x86_64=("https://omnidb.org/dist/${pkgver}/omnidb-app_${pkgver}-debian-amd64.deb")
+source_x86_64=("https://github.com/OmniDB/OmniDB/releases/download/${pkgver}/omnidb-app_${pkgver}-debian-amd64.deb")
options=("!strip")
-sha256sums_x86_64=('095726b3d47853a3c3fc2ca4c581c29eb4cb74c08cab02295001206c5336719e')
+sha256sums_x86_64=('4fa5c2d2a7e79b408538633031c7c0fbdc216e74d862f0c86267cf703d42aec4')
package() {
cd "$pkgdir"