summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2018-10-03 16:46:53 +0200
committerMiodrag Tokić2018-10-03 16:46:53 +0200
commitcfbd9fa77e8db5fb9ade7c43c920724cc45a0812 (patch)
treed3bcd4f77ab5f83ef89cb60b6726715ba895f9e0 /PKGBUILD
parentae8f12760ba9102ea163a8de72aeab60121b25fd (diff)
downloadaur-cfbd9fa77e8db5fb9ade7c43c920724cc45a0812.tar.gz
Update to version 1.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8554d331eae0..643686507c81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.17.0
+pkgver=1.18.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=('f03020d7e2870eb39d12fb8e774c8ae84eba5aec86238eaf903631e1ffaecc14')
+sha256sums=('bef5869fb56074fdead4f5eb0d06fd64100dde0d274720196383ecbe74e6890e')
build() {
cd "$srcdir/$pkgname-$pkgver"