summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2018-02-04 18:01:21 +0100
committerMiodrag Tokić2018-02-04 18:01:21 +0100
commit7900c254068bdd6d03e2ed8e54c5ab7c4b795239 (patch)
treed17a8c41a08850b92f209e624a5db349f4785d11 /PKGBUILD
parent8c15e9795d57c23c491c40fe9cb9daf0c6818cff (diff)
downloadaur-7900c254068bdd6d03e2ed8e54c5ab7c4b795239.tar.gz
Update to version 1.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c315d2b591c8..3e5594effc4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.14.0
+pkgver=1.15.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=('32d738bfde4ba15b636f940f5b911d4d0fe80c8b164028a06c3c80f878743e98')
+sha256sums=('43a91baab2255a8c7b55594bfcb3e6a9aa3456dcbf03c42bf53c1874f7c8ff9a')
build() {
cd "$srcdir/$pkgname-$pkgver"