rqlite 7.13.1

Closes #119979.

Signed-off-by: Alexander Bayandin <alexander@bayandin.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2023-01-06 23:04:14 -05:00 committed by BrewTestBot
parent 164406069e
commit 1bf717d0bd
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
class Rqlite < Formula class Rqlite < Formula
desc "Lightweight, distributed relational database built on SQLite" desc "Lightweight, distributed relational database built on SQLite"
homepage "http://www.rqlite.com/" homepage "http://www.rqlite.com/"
url "https://github.com/rqlite/rqlite/archive/v7.13.0.tar.gz" url "https://github.com/rqlite/rqlite/archive/v7.13.1.tar.gz"
sha256 "0adf1776a5b8d9583d1bcfdf28e3f92d78b33dc8dbf094af75e6b60a02993865" sha256 "d184873b64f30c8a8ce73d9e937a8ae044b5bd39466e16c84b250f94a6e9fbfa"
license "MIT" license "MIT"
head "https://github.com/rqlite/rqlite.git", branch: "master" head "https://github.com/rqlite/rqlite.git", branch: "master"