mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Rqlite 8.36.2 => 8.36.6 (#11170)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user