summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2020-10-24 22:20:58 +0200
committerMiodrag Tokić2020-10-24 22:20:58 +0200
commitb7d0b7aaaa192a6dbdfab539bdf860a8c8b78b87 (patch)
tree65fc62aa564a6d7ff928a0435f278fcb06d442b9 /PKGBUILD
parentba7a7e45f2292a6c663ceb854f970ec73385fb78 (diff)
downloadaur-b7d0b7aaaa192a6dbdfab539bdf860a8c8b78b87.tar.gz
Update to version 1.22.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc6569df2494..caa581c2e0d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.22.1
+pkgver=1.22.2
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=('52d107105a922de883572b518019477338343d1c7c8618da1c4db2cedb20d912')
+sha256sums=('4427442cf3e66ebbbb480bc5112bdf7e0432c70645f320313e2e0dbf0ae147fb')
prepare() {
cd "$srcdir/$pkgname-$pkgver"