Date: Wednesday, December 14, 2022 @ 15:23:47
Author: foxboron
Revision: 1359063
upgpkg: dqlite 1.13.0-1
Modified:
dqlite/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-14 15:18:32 UTC (rev 1359062)
+++ PKGBUILD 2022-12-14 15:23:47 UTC (rev 1359063)
@@ -2,7 +2,7 @@
# Contributor: Thomas Hipp <thomashipp at gmail dot com>
pkgname=dqlite
-pkgver=1.12.0
+pkgver=1.13.0
pkgrel=1
pkgdesc="Distributed SQLite"
arch=('x86_64')
@@ -12,7 +12,7 @@
makedepends=('tcl' 'readline' 'zlib')
options=(debug strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('2d518158668859e0885596e032f2711af3e872f6260bdd8f9910540722768582')
+sha256sums=('14334a72389322d047576697f112da4cd6e1a5257d652d6162f195f2855fcd12')
build() {
cd "$pkgname-$pkgver"