mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
rqlite: 9.3.21 → 9.4.0 (#14549)
* rqlite -> 9.4.0 in updater-rqlite-9.4.0 * updater-rqlite-9.4.0: Package File Update Run on linux/amd64 container. * updater-rqlite-9.4.0: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
69670b88d9
commit
cc480689eb
@@ -1,4 +1,4 @@
|
||||
# Total size: 44175480
|
||||
# Total size: 44191912
|
||||
/usr/local/bin/rqbench
|
||||
/usr/local/bin/rqlite
|
||||
/usr/local/bin/rqlited
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 46699632
|
||||
# Total size: 46716144
|
||||
/usr/local/bin/rqbench
|
||||
/usr/local/bin/rqlite
|
||||
/usr/local/bin/rqlited
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Rqlite < Package
|
||||
description 'The lightweight, user-friendly, distributed relational database built on SQLite.'
|
||||
homepage 'https://rqlite.io/'
|
||||
version '9.3.21'
|
||||
version '9.4.0'
|
||||
license 'MIT'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
min_glibc '2.29'
|
||||
@@ -13,9 +13,9 @@ class Rqlite < Package
|
||||
x86_64: "https://github.com/rqlite/rqlite/releases/download/v#{version}/rqlite-v#{version}-linux-amd64.tar.gz"
|
||||
})
|
||||
source_sha256({
|
||||
aarch64: '4dc9207cea122eaebac888bec857958132b15b0fd7344cda087a23d270be4f42',
|
||||
armv7l: '4dc9207cea122eaebac888bec857958132b15b0fd7344cda087a23d270be4f42',
|
||||
x86_64: '8bc6f9cc24868be91d1e66ec871fda1ab19caab5df656b1795b50cdf7fcfc191'
|
||||
aarch64: '5a13ec57497b294e381b6c83950c6d7e5965cc68c7267958c9a23e9f0d45440b',
|
||||
armv7l: '5a13ec57497b294e381b6c83950c6d7e5965cc68c7267958c9a23e9f0d45440b',
|
||||
x86_64: '75978039e2131231309124a87e37219579ebcd556a129ae8a0cda24e9d97e2b3'
|
||||
})
|
||||
|
||||
depends_on 'psmisc'
|
||||
|
||||
Reference in New Issue
Block a user