Rqlite 8.36.16 => 8.37.0 (#11868)

This commit is contained in:
Ed Reel
2025-05-03 11:58:27 -05:00
committed by GitHub
parent c855358238
commit 9d8157326a

View File

@@ -3,12 +3,12 @@ require 'package'
class Rqlite < Package
description 'The lightweight, user-friendly, distributed relational database built on SQLite.'
homepage 'https://rqlite.io/'
version '8.36.16'
version '8.37.0'
license 'MIT'
compatibility 'x86_64'
min_glibc '2.29'
source_url "https://github.com/rqlite/rqlite/releases/download/v#{version}/rqlite-v#{version}-linux-amd64.tar.gz"
source_sha256 'a7668a779192bc9b3b122f3de5a9d096cfb37d8cb74825682eb3e14229555584'
source_sha256 '70b1db5b9387a67c0b97b5722552778d640d6b0aca8531170a830471f7fc60fa'
depends_on 'psmisc'