summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2019-08-26 16:52:55 +0200
committerMiodrag Tokić2019-08-26 16:52:55 +0200
commit44d49f2821615d80ea0679311d21d7059ee444ae (patch)
tree34fd1589f72fe8e91218475fb7bd305a4d744a8d /PKGBUILD
parent05210436cab6c23f3820c7d0ffafa710ee97f93a (diff)
downloadaur-44d49f2821615d80ea0679311d21d7059ee444ae.tar.gz
Update to version 1.20.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1bd51b5273f..daacb013648b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.20.0
+pkgver=1.20.1
pkgrel=1
pkgdesc='A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting'
arch=('any')
@@ -25,7 +25,7 @@ optdepends=('python-paramiko: SSH support')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/dbcli/mycli/archive/v${pkgver}.tar.gz")
-sha256sums=('499740e9a5287328f3a5ddfd3cf9dae656f281adf0e821ff91565325df0525a5')
+sha256sums=('d4ccf09fe42b9b6260587957d10cb760b46a18dcaf66bc923c2a0c8c95002bf1')
build() {
cd "$srcdir/$pkgname-$pkgver"