summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2020-08-01 16:38:32 +0200
committerMiodrag Tokić2020-08-01 16:38:32 +0200
commitba7a7e45f2292a6c663ceb854f970ec73385fb78 (patch)
tree90be1c60dd3d549a63ee406af841104dbe682fc3 /PKGBUILD
parent6b68d43a34e1dd197b9a66a93c55dd5d146e238c (diff)
downloadaur-ba7a7e45f2292a6c663ceb854f970ec73385fb78.tar.gz
Update to version 1.22.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 460287922af4..fc6569df2494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.22.0
+pkgver=1.22.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=('313b1e5da3cbc26a2c2cbae1a190e333a723c6432d247ee71fcc82cfec2f0495')
+sha256sums=('52d107105a922de883572b518019477338343d1c7c8618da1c4db2cedb20d912')
prepare() {
cd "$srcdir/$pkgname-$pkgver"