Skip to content

Commit 9d1c89d

Browse files
authored
Merge pull request #224897 from Homebrew/bump-rqlite-8.37.1
rqlite 8.37.1
2 parents 9447e12 + a01860e commit 9d1c89d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/rqlite.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Rqlite < Formula
22
desc "Lightweight, distributed relational database built on SQLite"
33
homepage "https://www.rqlite.io/"
4-
url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.37.0.tar.gz"
5-
sha256 "ffac7c381fc3b79ee596f8058e1aaba74f3e62e79323f168ede7ced53c98c28f"
4+
url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.37.1.tar.gz"
5+
sha256 "681f9a00515c5fbc97282c47d2301e2cd6d305eac1ab48b950b96a627d50473c"
66
license "MIT"
77
head "https://github.com/rqlite/rqlite.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "73272258e33f2da35f69bcfe51224b63cf53f5cb7f019ec553f0a1aefb934174"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9007130df83cfd51961e59b5b3eadc50ede8fb22e971cad59e2e0813f92ece0"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "74d5a726c322047a677787aa6fac3bb1623e5df0b96bd99f3e165c573e9c1e67"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ee4992693bc62423763088b402cc9234991591d013c93ebdf0013acf93bdd01a"
14-
sha256 cellar: :any_skip_relocation, ventura: "48baed0fb6a27d9e62e33715f98c0fef7fa0a0547a49e190dc336026dde4ef26"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f0a73628ddb231b40cd62f28aea6f66dd8b5cabdbbd94fe95beb5f7bf8ea7855"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad5c131020ca834ac861d157a654d43748225e2fc098985d3653c70f4951c634"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "03a279458be0f0edcc46826b36a06fd8b9d9c12a4e2b916fa6b547735130d53e"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "80b183a93591401b0479040d7ee0f871553de288d468f09eddbf0ebcb3278389"
13+
sha256 cellar: :any_skip_relocation, sonoma: "606bec49329e5768255374d00235947433f24401788690ddb86ad3f83f08c26e"
14+
sha256 cellar: :any_skip_relocation, ventura: "02612c1d3f43ebeb4d3975e62f9eb02eb9659ff62689ba975941e393230a7e40"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "59643d3b24f851fdf53537319a47294c9a83d406767d4559bb83d028f44c3fa0"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)