Skip to content

Commit 1916fc9

Browse files
authored
Merge pull request #196731 from Homebrew/bump-rqlite-8.32.7
rqlite 8.32.7
2 parents 8361cc9 + 7b24460 commit 1916fc9

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.6.tar.gz"
5-
sha256 "cb0bcdcb69b85159c6892b6203dde60993b875a9394727a9cd55a7bac9a75932"
4+
url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.32.7.tar.gz"
5+
sha256 "742edec534b75cf1d1941baa86819b0b3f276d716e4fa4012adef322602b2246"
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: "3be56fb648044a2789e38ac369a7e022a6564e30fc19f38264fbfa2be16ddf45"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bf2e59382fd6f7f93f08662bb84dbad04058edd15893c73f106a53781e3acca"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "821cbb2ef82e74b0b5dfd8738a1656c048c5b5f1ff5c8b4f0812bba022927a86"
13-
sha256 cellar: :any_skip_relocation, sonoma: "32af078225bf473642e49de04226b8b948694524a5fa42c1e27e41139a8c65bf"
14-
sha256 cellar: :any_skip_relocation, ventura: "2311f22cd72e461dd6c8413fb722d851f27c7637488fbf8d4cae7be5c06ded8e"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3e851ad0ef95d188a911b49832dc5a0b4c8ef4c33dd7bc84250d3c0ab8d9d45"
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)