summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Hipp2020-01-08 11:53:33 +0100
committerThomas Hipp2020-01-08 11:53:33 +0100
commit03e4d8fe57dc71e6e5549b20be177e3cc6441f5f (patch)
treec016362c40ee4bba2e0ab1226b467f65ec0aa336 /PKGBUILD
parent5ed1f52122effc4839ffb6b7e7d8d0e06e7baafc (diff)
downloadaur-dqlite.tar.gz
Update to v1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1affe2065fce..e41a5478d529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hipp <thomashipp at gmail dot com>
pkgname=dqlite
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="Distributed SQLite"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('Apache')
depends=('libuv>=1.8.0' 'sqlite-replication>=3.22.0' 'raft' 'libco')
conflicts=('dqlite-git')
source=("https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4191e4b56c6423081a9ead2769d53e0a3526c87411ea47dfd047eca30a9c4057')
+sha256sums=('22e3d281c396cc409e4afced20e143c4a014b036146945e30f9ebf3bee410865')
build() {
cd "$pkgname-$pkgver"