summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2018-02-04 17:42:24 +0100
committerMiodrag Tokić2018-02-04 17:42:24 +0100
commit8c15e9795d57c23c491c40fe9cb9daf0c6818cff (patch)
treef8449278421fe359c6bc4f6737662f32dd1db9bf /PKGBUILD
parent7fb1094d8818b48b088ba17ee55c3bb7d9ce8588 (diff)
downloadaur-8c15e9795d57c23c491c40fe9cb9daf0c6818cff.tar.gz
Update to version 1.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77c0a8229535..c315d2b591c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.13.1
+pkgver=1.14.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=('faef6697b409b362f6a172eac5541399e826565e6ba04b461a7f60305f239310')
+sha256sums=('32d738bfde4ba15b636f940f5b911d4d0fe80c8b164028a06c3c80f878743e98')
build() {
cd "$srcdir/$pkgname-$pkgver"