summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"