summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdison Ibañez2017-01-18 21:50:17 -0500
committerEdison Ibañez2017-01-18 21:50:17 -0500
commitfea8eb7e73a140cb802f18aa475ee234ba006c02 (patch)
tree42d650d9e81be63c6b78bc4da415c9765fe66edc
parentabfe4b02c18b6f59d36647511b940fc5988f3814 (diff)
downloadaur-fea8eb7e73a140cb802f18aa475ee234ba006c02.tar.gz
Update to 1.19.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f359801ca4eb..4de53b96b590 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sqlectron-gui
pkgdesc = A simple and lightweight SQL client desktop with cross database and platform support.
- pkgver = 1.17.0
- pkgrel = 2
+ pkgver = 1.19.0
+ pkgrel = 1
url = https://sqlectron.github.io/
arch = i686
arch = x86_64
@@ -29,10 +29,10 @@ pkgbase = sqlectron-gui
md5sums = b3e2568f1044efaa5113f1b14c51f377
md5sums = e1d936527e73ada838cd97b144c87174
md5sums = d68539a49b186bfdb4c461b0ee52442b
- source_i686 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.17.0/Sqlectron-1.17.0-ia32.tar.gz
- md5sums_i686 = adb9e9cd2d6987ac4b9ac895099d3f09
- source_x86_64 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.17.0/Sqlectron-1.17.0.tar.gz
- md5sums_x86_64 = 68666c0e4f4b183b5a1baedfefb0405f
+ source_i686 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.19.0/Sqlectron-1.19.0-ia32.tar.gz
+ md5sums_i686 = e9f7ce56455421f2a392316e33006676
+ source_x86_64 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.19.0/Sqlectron-1.19.0.tar.gz
+ md5sums_x86_64 = e3563b5b9d0b78969a80607d08c968b6
pkgname = sqlectron-gui
diff --git a/PKGBUILD b/PKGBUILD
index 9bfaf1916929..5a50797dc606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Edison Ibañez <edison@opmbx.org>
pkgname=sqlectron-gui
-pkgver=1.17.0
-pkgrel=2
+pkgver=1.19.0
+pkgrel=1
pkgdesc="A simple and lightweight SQL client desktop with cross database and platform support."
arch=('i686' 'x86_64')
url="https://sqlectron.github.io/"
@@ -31,8 +31,8 @@ md5sums=('f0770e47e7ad5926d24cf9953c1ceb71'
'b3e2568f1044efaa5113f1b14c51f377'
'e1d936527e73ada838cd97b144c87174'
'd68539a49b186bfdb4c461b0ee52442b')
-md5sums_i686=('adb9e9cd2d6987ac4b9ac895099d3f09')
-md5sums_x86_64=('68666c0e4f4b183b5a1baedfefb0405f')
+md5sums_i686=('e9f7ce56455421f2a392316e33006676')
+md5sums_x86_64=('e3563b5b9d0b78969a80607d08c968b6')
depends=('libnotify')