We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3ae51 commit 2f3b0f9Copy full SHA for 2f3b0f9
Formula/sqlb-sqlite.rb
@@ -6,6 +6,11 @@ class SqlbSqlite < Formula
6
sha256 "ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5"
7
license "blessing"
8
9
+ bottle do
10
+ root_url "https://github.com/sqlitebrowser/homebrew-tap/releases/download/sqlb-sqlite-3.48.0"
11
+ sha256 cellar: :any, arm64_sonoma: "d831dc34302fe7e7dddc12eab7182a16211344a73f59fd84e58e4d53caf55dcc"
12
+ end
13
+
14
env :std
15
16
livecheck do
0 commit comments