Rqlite 8.36.2 => 8.36.6 (#11170)

This commit is contained in:
Ed Reel
2025-01-21 02:12:07 -06:00
committed by GitHub
parent a275fd6b9a
commit 270b7aae69

View File

@@ -3,16 +3,17 @@ require 'package'
class Rqlite < Package
description 'The lightweight, user-friendly, distributed relational database built on SQLite.'
homepage 'https://rqlite.io/'
version '8.36.2'
version '8.36.6'
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 'b8e6f13b9bf8cd31fb194aa18745138ac8658714f5ea55aa3e43fc677bdd2c83'
source_sha256 '7b0435b19d3ef8bfe01bce5c288b1d29e4aa15921eab8f99a0adf536af69dd9a'
depends_on 'psmisc'
no_shrink
no_compile_needed
print_source_bashrc
def self.build