summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Radovic2022-02-11 09:50:58 +0100
committerAndrej Radovic2022-02-11 09:50:58 +0100
commit7239974206a7fe29ba624b6026e6808c8c268aba (patch)
treefc04b5918b4a5656a6c83fd2df081fb654b40ee3 /PKGBUILD
parent99cd04784b4e2468dee8d52f2d312593b7ddb7a3 (diff)
downloadaur-7239974206a7fe29ba624b6026e6808c8c268aba.tar.gz
Updated to 1.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbb1719c15b8..4c6e06667c7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrej Radović <r.andrej@gmail.com>
pkgname=litecli
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="A command-line client for SQLite databases that has auto-completion "\
"and syntax highlighting."
@@ -23,7 +23,7 @@ source=(
)
provides=('litecli')
conflicts=('litecli-git')
-md5sums=('d9504bc2538ba1eb1bc779489e9061b3')
+md5sums=('14a5f5a848b77831d043c65fa71bb5f5')
package() {
cd "$srcdir/${pkgname}-${pkgver}"