diff options
author | Morten Linderud | 2023-01-21 15:21:48 +0000 |
---|---|---|
committer | Morten Linderud | 2023-01-21 15:21:48 +0000 |
commit | ab531c55743d4f176b1cae82384415542d9f84bc (patch) | |
tree | 56294c54fa704fdbdbb383f426435c2635c0a976 | |
parent | 118270aea51c01520ff42bc6ba37e3287ea23d19 (diff) | |
download | aur-ab531c55743d4f176b1cae82384415542d9f84bc.tar.gz |
upgpkg: 1.14.0-1
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: Thomas Hipp <thomashipp at gmail dot com> pkgname=dqlite -pkgver=1.13.0 +pkgver=1.14.0 pkgrel=1 pkgdesc="Distributed SQLite" arch=('x86_64') @@ -12,7 +12,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=('14334a72389322d047576697f112da4cd6e1a5257d652d6162f195f2855fcd12') +sha256sums=('6060194096efb245410073e3c47e045f7c790f75cca4e188494f54971cc85315') build() { cd "$pkgname-$pkgver" |