summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2018-06-12 11:34:01 +0200
committerMiodrag Tokić2018-06-12 11:34:01 +0200
commitae8f12760ba9102ea163a8de72aeab60121b25fd (patch)
tree5e702578a94f63f876dbad74ad0f51d3e60d7601 /PKGBUILD
parentc8c51d372fc0182b19f201216b73a1393afc2cc5 (diff)
downloadaur-ae8f12760ba9102ea163a8de72aeab60121b25fd.tar.gz
Update to version 1.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7025f85a8eb9..8554d331eae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.16.0
+pkgver=1.17.0
pkgrel=1
pkgdesc='A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting'
arch=('any')
@@ -23,7 +23,7 @@ makedepends=('python-setuptools')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/dbcli/mycli/archive/v${pkgver}.tar.gz")
-sha256sums=('a95881eaf20345441270fe93029aadd4480fbd09a523d144ed87cb43a1f9e109')
+sha256sums=('f03020d7e2870eb39d12fb8e774c8ae84eba5aec86238eaf903631e1ffaecc14')
build() {
cd "$srcdir/$pkgname-$pkgver"