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
parent
164406069e
commit
1bf717d0bd
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue