Skip to content

Commit

Permalink
Merge pull request Homebrew#202586 from Homebrew/bump-rqlite-8.36.3
Browse files Browse the repository at this point in the history
rqlite 8.36.3
  • Loading branch information
BrewTestBot authored Dec 27, 2024
2 parents 31db48b + d85ed23 commit 3fef5ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/rqlite.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Rqlite < Formula
desc "Lightweight, distributed relational database built on SQLite"
homepage "https://www.rqlite.io/"
url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.36.2.tar.gz"
sha256 "88a0d70f4d98cc7bd23341a4b01855f300c8c6be5c67e8660c3e9c98159c885d"
url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.36.3.tar.gz"
sha256 "c57e1499e013d69f2c0201a368546691537a67388e967c38c03948a9ea208b57"
license "MIT"
head "https://github.com/rqlite/rqlite.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f239dfa0e2ebe3ac71f5d3f8cc6308fd7b6c344d18bf8614c408e23199d51b65"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7076de020545106bcfc3a81c3ded6d25e22e7bbc33ec49c986f9fd4c2fd02d9b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c444442b58b615c9c6d16b575b626a045a084ad2469f5633ddef536926e3de71"
sha256 cellar: :any_skip_relocation, sonoma: "6312633597916ec39bc32c9a7138372cbafa1dad4800741ffca9d1f70b8d98c1"
sha256 cellar: :any_skip_relocation, ventura: "4fb1f5275e550164d3c4bc44e8a72a7ed1109f0b2ac05603d444cf0737ce46f8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "29e7303d80c0c1aa399a38b18ef6d1c8d6c7cc0c6b82deedcb955c163b4b35e0"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5bb190ab32e98616d12ce57015d19d47806dc6c1213e7395b41460a6c5e75da"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb4db206c68757b4a1319afeeb0807cc738e29d402dca3d49c706e04d82e859b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c4fcd8c6f15bd2b1880f4172060fb6f5f06da7bdbf803193c357c5ed586df5fe"
sha256 cellar: :any_skip_relocation, sonoma: "78669a1f1eba9665fcbe9ecccd89f5bf34150fa280a9ffd112dbfdb08af19d5f"
sha256 cellar: :any_skip_relocation, ventura: "48ab9b622a7e2522c978155b8f702201f33c6f86ab445b9cc5987dc8c54cb53a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7e0b2af2f02b5c8548fd978563272354b81eac8f906473249cbaa213cb2bd02b"
end

depends_on "go" => :build
Expand Down

0 comments on commit 3fef5ce

Please sign in to comment.