summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2024-04-28 13:48:07 +0200
committerMiodrag Tokić2024-04-28 13:48:07 +0200
commit0aedcaeb591dfb967467b97bc87b9b9016c394fb (patch)
treecf00be5ff1c9e7b5e8c47b5f9fad4e03d441e399 /PKGBUILD
parent6ee4f465150f01488305725af91c9170deb8a08f (diff)
downloadaur-mycli.tar.gz
Update to version 1.27.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c2363f666c0..d871f626f4f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.27.1
+pkgver=1.27.2
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=('efd965be205224d20700cf9748811215220b2847ed95596feefb9e6f001934f0')
+sha256sums=('2d89259911289cc09295875c4017b0e0b6db1a83a3600c67378fcdcb6eba2454')
build() {
cd "$srcdir/$pkgname-$pkgver"