|
1 | 1 | class Rqlite < Formula |
2 | 2 | desc "Lightweight, distributed relational database built on SQLite" |
3 | 3 | homepage "https://www.rqlite.io/" |
4 | | - url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.36.10.tar.gz" |
5 | | - sha256 "ed3364e6fbf095821da08ba440ae9bd6dc93490f960b24d0c8cf286a5b0bcefa" |
| 4 | + url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.36.11.tar.gz" |
| 5 | + sha256 "d985a233c1f28003c6b848bd8262dc3128d656ef9cd4917ec36294403a4f5b53" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/rqlite/rqlite.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "721b24715dc46d9c5bd86bb75cdf9bb1822fca0a60f9dd7f641a2992d932b121" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8c854881e7b651493dd95e48dd7eb0835f77ec43216a7aafeaa56c7534d5894" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "c17e4b71e771f7cd1872c7706294ddf49429ad2d576e0ece22d61dd2a9e65881" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "b17fe95e38a7f1592483598e7b6cc252a4e8ffbe9a5c909f5e7342eca1e8148d" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "6a7eb8a0fae1a6c7bc1f8a147c7606d4ec871dae66587c590b364efe24bd8692" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "075b8841f5016e21c2988abe38d7bf3240bf4acfe8b45cf022be5b8aaab34107" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fb928d4750307abd0b389d90f071f8157c8b075e3f1b5fd5f0c4a80e3c48a30" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec72868f7bd22de10fbdecdc12d2742b63f5d2f6e6e764c6506ab5945faf94c7" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "157351c69c210c3d3d34e698667230321cf92536c82c867162f943c8d0dfdd03" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "2cf33b36746d27a20afe251a6417ee06b8397507231d5961a28a8b85bf0867c9" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "7b3945a6ddf7f27afc91a721486fdac26d41e905448ecb6792dc6dce351e6434" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "dccaf1242283f1b0a1f9d56e6cb30d97ff4d702e59e160b294158f3914789532" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments