summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Radović2023-12-25 11:45:34 +0100
committerAndrej Radović2023-12-25 11:45:34 +0100
commitd5e61f2a0d193e8435e711b2fd77731c92ceeb7e (patch)
treee382c073b2182f15456dc322149d5a0f6c960f0f /PKGBUILD
parentcdba2814751f3c84d2ce52db6d3c17e0517d23ba (diff)
downloadaur-d5e61f2a0d193e8435e711b2fd77731c92ceeb7e.tar.gz
Updated to 1.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86c100bec7a9..5a939f9b23f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrej Radović <r.andrej@gmail.com>
pkgname=litecli
-pkgver=1.9.0
+pkgver=1.10.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=('e66dbb68cf5a42d0c272412e78e5bfb8')
+md5sums=('749a0ab4ba215ce0c06c15fe3cc5172b')
package() {
cd "$srcdir/${pkgname}-${pkgver}"