Skip to content

Commit aaa8cf0

Browse files
authored
Merge pull request #197046 from Homebrew/bump-rqlite-8.33.0
rqlite 8.33.0
2 parents da9bd54 + ec8da17 commit aaa8cf0

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.32.7.tar.gz"
5-
sha256 "742edec534b75cf1d1941baa86819b0b3f276d716e4fa4012adef322602b2246"
4+
url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.33.0.tar.gz"
5+
sha256 "46e0157d9933b5361b5dcc666dcfb0312d2e3afaf27b6e648e761818cf9f8c66"
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: "f034fbeba00463a51af239b95c877135b44510724db05de86234f5759741a451"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a6e6d8faa5f30e913cc037e59110d029bb4e33a9ee39d852daf29ac5a90763e"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8bea792bf4d4d15b5282691a30345a579dbd7bf0445974fad0eed9358fb976ab"
13-
sha256 cellar: :any_skip_relocation, sonoma: "39b54f55c4302935da389e6bcf1f39a0b1a14bcee544de83c3c57332cbbc84b5"
14-
sha256 cellar: :any_skip_relocation, ventura: "0d97c395afa5016d07b14d375b2990271a67e4dba64e47cdaead5b7fe6c30706"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0de377d22e903d8e88367d68ef42af268905797b1976ba5ef44e24dbd80332c0"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e33c89966e8a760b022df36ed2b51bd66183b611ea8e94fd9d2de7a8196b9311"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4db3503b060579b11028d2606f38a35a4b0f495a4a82ab55cd183667e8058b5"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b6e8e5f80f369a33768defe7135a9474798e154dc5a102f5e7e09054ca3488de"
13+
sha256 cellar: :any_skip_relocation, sonoma: "ad1869cc8d408be5e3076dcedc7d5f2e6254375b518dbc913beb6930b042bda6"
14+
sha256 cellar: :any_skip_relocation, ventura: "cb9e6e7c697afc894f34a2444eeba49df0d612cd9777c838dfdc05c7817d3362"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b1f96d2dbb92467785a17301e66a473da44b43f67cfa1befc257978f8518678b"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)