Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
dqlite


Commits:
00f1a0fe by Morten Linderud at 2025-02-24T22:59:59+01:00
upgpkg: 1.18.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = dqlite
        pkgdesc = Distributed SQLite
-       pkgver = 1.18.0
+       pkgver = 1.18.1
        pkgrel = 1
        url = https://github.com/CanonicalLtd/dqlite
        arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = dqlite
        depends = libuv
        depends = sqlite
        options = strip
-       source = 
dqlite-1.18.0.tar.gz::https://github.com/canonical/dqlite/archive/v1.18.0.tar.gz
-       sha256sums = 
b0acae69ffef1b3762e8a1a4b02dc8cf52b3c786ae2a75fdce87e1e40a10a12d
+       source = 
dqlite-1.18.1.tar.gz::https://github.com/canonical/dqlite/archive/v1.18.1.tar.gz
+       sha256sums = 
9d663dfae2e4a3b3fbd94416a84ff2270f218a70733bb211d1fd148078e07c43
 
 pkgname = dqlite


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp <thomashipp at gmail dot com>
 
 pkgname=dqlite
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="Distributed SQLite"
 arch=('x86_64')
@@ -12,7 +12,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=('b0acae69ffef1b3762e8a1a4b02dc8cf52b3c786ae2a75fdce87e1e40a10a12d')
+sha256sums=('9d663dfae2e4a3b3fbd94416a84ff2270f218a70733bb211d1fd148078e07c43')
 
 build() {
        cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dqlite/-/commit/00f1a0fe30502eb351e305fab47e5bfc2bd1649f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dqlite/-/commit/00f1a0fe30502eb351e305fab47e5bfc2bd1649f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to