* update dqlite to 1.18.0-1

This commit is contained in:
Alexander Baldeck 2025-01-03 09:49:08 +01:00
parent c0a40ad09b
commit 4d9bdb59f2
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = dqlite
pkgdesc = Distributed SQLite
pkgver = 1.16.7
pkgrel = 2
pkgver = 1.18.0
pkgrel = 1
url = https://github.com/CanonicalLtd/dqlite
arch = x86_64
arch = powerpc64le
@ -15,7 +15,7 @@ pkgbase = dqlite
depends = libuv
depends = sqlite
options = strip
source = dqlite-1.16.7.tar.gz::https://github.com/canonical/dqlite/archive/v1.16.7.tar.gz
sha256sums = 5a4d202940147e2552009cd8d4a5166a749ff6275ae8bef652c97529bb4b530f
source = dqlite-1.18.0.tar.gz::https://github.com/canonical/dqlite/archive/v1.18.0.tar.gz
sha256sums = b0acae69ffef1b3762e8a1a4b02dc8cf52b3c786ae2a75fdce87e1e40a10a12d
pkgname = dqlite

View File

@ -1,9 +1,10 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Morten Linderud <foxboron@archlinux.org>
# Contributor: Thomas Hipp <thomashipp at gmail dot com>
pkgname=dqlite
pkgver=1.16.7
pkgrel=2
pkgver=1.18.0
pkgrel=1
pkgdesc="Distributed SQLite"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/CanonicalLtd/dqlite"
@ -12,7 +13,7 @@ depends=('libuv' 'sqlite')
makedepends=('tcl' 'readline' 'zlib')
options=(strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('5a4d202940147e2552009cd8d4a5166a749ff6275ae8bef652c97529bb4b530f')
sha256sums=('b0acae69ffef1b3762e8a1a4b02dc8cf52b3c786ae2a75fdce87e1e40a10a12d')
build() {
cd "$pkgname-$pkgver"