summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Hipp2018-08-22 08:38:17 +0200
committerThomas Hipp2018-08-22 08:38:17 +0200
commita60256c90a3203badabd6e8750e45e1f0663c96d (patch)
treebd4e254164d9e5b9c95a474ac7dabc6fd6fff6d9 /PKGBUILD
parent1fd80221fc93ce0ad1eb0e442532a289895f54a4 (diff)
downloadaur-a60256c90a3203badabd6e8750e45e1f0663c96d.tar.gz
Update to v0.2.1
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 c36b3abae8ce..73026f4ff0f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hipp <thomashipp at gmail dot com>
pkgname=dqlite
-pkgver=0.1.0
+pkgver=0.2.1
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=('68a81bb268e778c95854cc0baa0d10b107ee3b36f2745c80b6dec2b81396fb9f')
+sha256sums=('4e1b65c70556e435dc7fa289d4d8bbc967db527b9ae7cd51d05e5a1a285a78ec')
prepare() {
cd "$pkgname-$pkgver"