Skip to content

Commit 1fcff88

Browse files
authored
Merge pull request Homebrew#227233 from Homebrew/bump-rqlite-8.38.0
rqlite 8.38.0
2 parents f5dd55b + 6159ed5 commit 1fcff88

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.4.tar.gz"
5-
sha256 "3a5ded65609a7f4b9562ab676593f324784603d4de9047b8c80732d3f71f1e67"
4+
url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.38.0.tar.gz"
5+
sha256 "ea455cc813cb438b339489a96d9ca485191eb1ccbe7f52bcda87b80821e486f6"
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: "35c09f0ea09ea1398ed2b766a4985664fe92e57dcc769c13f2a15d0d17e3389d"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9796dc964bb4225c11762eb936781c145bec06a6d56908881f8ee3850152c02"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce5355c27d6077d98b672faa3760cbc3a3b2970e4b54934ea2d302e7a8620c57"
13-
sha256 cellar: :any_skip_relocation, sonoma: "daa6e6bdb03ab18959bb0e6056ef87103709e760c8c12a602ce1a0292033dcf0"
14-
sha256 cellar: :any_skip_relocation, ventura: "2ebf129407de941fdf6737e8c27afe86e86ed11b6ee41929e9a8ba32cb2948d4"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "849a289d0091efcbaffef224f17174916c436fe0907ebc3b3f7cc22732110d5d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aecad2297d27959987dba5ade6dc097e46a2bdbfc82287a98def683048834453"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "501eb08f130da93ed507671c70dad6cc6a1cd55485ef5b9905121d756263adf1"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "518153b2d3768eadf88a8cf8e40d677ba87529ea9c66719201a8c51e28dc0250"
13+
sha256 cellar: :any_skip_relocation, sonoma: "399abb8e207437398981f3e1072e724044af6b4107647923cbea342a46d588b6"
14+
sha256 cellar: :any_skip_relocation, ventura: "8a51f53cb5d0c9ed724933894a219b5f1161ad93b8b1ebbf84946530611ead2b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "093bef068207780213279c404a53003898afface80535ceaa36724aa537f993e"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)