summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdison Ibañez2016-08-22 22:15:41 -0500
committerEdison Ibañez2016-08-22 22:15:41 -0500
commit4adb1df24a88b07331900a13787583211e7706a8 (patch)
tree0690ed4890fb4a937270fb1fccdd75c3a83fd44b
parent2f76a6733a31b1c8dc0f5536906daad9dc806e0e (diff)
downloadaur-4adb1df24a88b07331900a13787583211e7706a8.tar.gz
Update to 1.13.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddff2ef81547..c308bef1e8a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sqlectron-gui
pkgdesc = A simple and lightweight SQL client desktop with cross database and platform support.
- pkgver = 1.11.2
+ pkgver = 1.13.0
pkgrel = 2
url = https://sqlectron.github.io/
arch = i686
@@ -9,10 +9,10 @@ pkgbase = sqlectron-gui
depends = libnotify
source = Sqlectron.sh
md5sums = f0770e47e7ad5926d24cf9953c1ceb71
- source_i686 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.11.2/Sqlectron-1.11.2-ia32.deb
- md5sums_i686 = 3d337882cfdece7abf268fe4a37bf21c
- source_x86_64 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.11.2/Sqlectron-1.11.2.deb
- md5sums_x86_64 = fd0102f2de072ef54fce0007ede7317e
+ source_i686 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.13.0/Sqlectron-1.13.0-ia32.deb
+ md5sums_i686 = 4a89f0e1939f575f9a3f17e54228695d
+ source_x86_64 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.13.0/Sqlectron-1.13.0.deb
+ md5sums_x86_64 = 8d825fe5ac38b4cfcaa582579cfe4fb3
pkgname = sqlectron-gui
diff --git a/PKGBUILD b/PKGBUILD
index eca3bf27a2d6..e025afa10887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Edison Ibañez <edison@opmbx.org>
pkgname=sqlectron-gui
-pkgver=1.11.2
+pkgver=1.13.0
pkgrel=2
pkgdesc="A simple and lightweight SQL client desktop with cross database and platform support."
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ source=("Sqlectron.sh")
source_x86_64=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver.deb")
source_i686=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver-ia32.deb")
md5sums=('f0770e47e7ad5926d24cf9953c1ceb71')
-md5sums_i686=('3d337882cfdece7abf268fe4a37bf21c')
-md5sums_x86_64=('fd0102f2de072ef54fce0007ede7317e')
+md5sums_i686=('4a89f0e1939f575f9a3f17e54228695d')
+md5sums_x86_64=('8d825fe5ac38b4cfcaa582579cfe4fb3')
depends=('libnotify')