summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Hipp2019-03-19 14:17:16 +0100
committerThomas Hipp2019-03-19 14:17:16 +0100
commit92f4261e21792bf4cce81e9977cc237dd411e58e (patch)
tree30edbd62c4de9e3d973dfd01195e52ac2cf040be /PKGBUILD
parent69932b2da2dcbfa6c8f089b8351f06ad62b6aa59 (diff)
downloadaur-92f4261e21792bf4cce81e9977cc237dd411e58e.tar.gz
Update to v0.2.6
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a5ff0ff5eca..2b5a2d608eb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hipp <thomashipp at gmail dot com>
pkgname=dqlite
-pkgver=0.2.5
+pkgver=0.2.6
pkgrel=1
pkgdesc="Distributed SQLite"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/CanonicalLtd/dqlite"
license=('Apache')
depends=('libuv>=1.8.0' 'sqlite-replication>=3.22.0')
source=("https://github.com/CanonicalLtd/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('47220295b1993b08550acc13fee3db3e61ad93c398af0fd3bc5b6c5cc8d0fff4')
+sha256sums=('47d31550d970a12d25101c331896cfb855128c110d912f5da3371062d9ece52b')
prepare() {
cd "$pkgname-$pkgver"