summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2023-03-26 17:52:34 +0200
committerMiodrag Tokić2023-03-26 17:52:34 +0200
commit0cc57b679a1c72a46a05f4ef2f432ac237bd787c (patch)
tree0b11acc57f6ca486fd1c5318121694e646a77979 /PKGBUILD
parent921643ec0dfe76e58c972e371349a881dfb4dde4 (diff)
downloadaur-0cc57b679a1c72a46a05f4ef2f432ac237bd787c.tar.gz
Update to version 1.26.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40ab40cd4cfb..41b17c1cd852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.26.0
+pkgver=1.26.1
pkgrel=1
pkgdesc='A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting'
arch=('any')
@@ -27,7 +27,7 @@ makedepends=('python-setuptools')
optdepends=('python-paramiko: SSH support')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/dbcli/mycli/archive/v${pkgver}.tar.gz")
-sha256sums=('a5caab3821737041cccf27f32134f8d163ed1cbcea653d021b5b01b95ce650d5')
+sha256sums=('83d533f99dca0df686499a3b6aabafc29ca5ecc0afecdd6c031a7fea35512d50')
build() {
cd "$srcdir/$pkgname-$pkgver"