summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2018-11-22 22:39:49 +0100
committerMiodrag Tokić2018-11-22 22:39:49 +0100
commit818f3e74208476cd486eddeba675663d7d675a9a (patch)
tree06ef8dda27155bc6caafee7cb3ebf83f125c921c /PKGBUILD
parentb207988e9ef109079ca05beeae8dad30bd018c77 (diff)
downloadaur-818f3e74208476cd486eddeba675663d7d675a9a.tar.gz
Update to version 1.18.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 877acb2561e5..58632b02510a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.18.1
+pkgver=1.18.2
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=('5baf8d4b7b30dc37c4bc6f36b119cbda470c5bb52e2e5b843f9cd37661872440')
+sha256sums=('4b2a1b714664a35c352c9aa2c6f65b5b943555561982af83295ac5cf6adf37d1')
build() {
cd "$srcdir/$pkgname-$pkgver"