Skip to content

Commit 11a49f0

Browse files
authored
Merge pull request #257114 from Homebrew/bump-rqlite-9.3.4
rqlite 9.3.4
2 parents 8b6be74 + 013c7af commit 11a49f0

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/v9.3.3.tar.gz"
5-
sha256 "5699888d22e31d6c59ccc65bf2d34856c524425e8441322bf006aaadf7772977"
4+
url "https://github.com/rqlite/rqlite/archive/refs/tags/v9.3.4.tar.gz"
5+
sha256 "24bbb51923786f840872bf39644ee7954f5993dfba2779c8ca6f530ed785f84d"
66
license "MIT"
77
head "https://github.com/rqlite/rqlite.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "02520fe8b27046ebdc4e5917b9b7c5231d944f9ba1f22524b5fbad3c9962cdf4"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "19f4451f06c34aa1740de88c1302338f93178627ccafc6e3e2fb01a5d0db1578"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "45f6c08fb8a271c160372c839967ff77299e499df7179a6745886193f3275621"
13-
sha256 cellar: :any_skip_relocation, sonoma: "158a264210b361fdc2abd5a7b3673c7aa642d8dc3e00e010a4b8218385f196b5"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "c11ff0634fd754786fd3bf9a5810be32883add8e400a2e4f8d82822b8eabdab4"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "aa7bda11763fa8dfe14e7c46abf04f7e8bbc7992160bb86e3c1b8ba42314d6e8"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d0f1fda8bdc6d86f3aed5e83d7406f52b4c335c3718d402e46e8010d6041731a"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ee5daa3d24e94af846ba7bffb31d5616d3510411088e950367931174a816072"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d769beac2ea0708f717fedef7683c99f70c491d18829498706d3e3044c6da88f"
13+
sha256 cellar: :any_skip_relocation, sonoma: "20392309e902601ec70c1a6fde6855e03e938d0f6b385cb0a43a4796e080ebff"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "ca0e310015cc2f3d0e02bd30729a20325853d8312d78f92d62ab1999126aa0f4"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "eeb66b25abb8bdea22503dc1da5aad4d0ada0198ccffdccb925c8a8423e7267b"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)