* update dqlite to 1.15.1-1

This commit is contained in:
Alexander Baldeck 2023-07-04 12:54:17 +02:00
parent 824a785163
commit bc917c6c9b

View File

@ -3,7 +3,7 @@
# Contributor: Thomas Hipp <thomashipp at gmail dot com>
pkgname=dqlite
pkgver=1.14.0
pkgver=1.15.1
pkgrel=1
pkgdesc="Distributed SQLite"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -13,7 +13,7 @@ depends=('libuv' 'raft' 'sqlite')
makedepends=('tcl' 'readline' 'zlib')
options=(strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('6060194096efb245410073e3c47e045f7c790f75cca4e188494f54971cc85315')
sha256sums=('f5bb8bf2de732fe188bfcbb09c3c4fd02707d267734043dbb27d1215da68af4e')
build() {
cd "$pkgname-$pkgver"