File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ class SqlbSqlite < Formula
6
6
sha256 "ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5"
7
7
license "blessing"
8
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
9
env :std
15
10
16
11
livecheck do
@@ -21,6 +16,11 @@ class SqlbSqlite < Formula
21
16
end
22
17
end
23
18
19
+ bottle do
20
+ root_url "https://github.com/sqlitebrowser/homebrew-tap/releases/download/sqlb-sqlite-3.48.0"
21
+ sha256 cellar : :any , arm64_sonoma : "d831dc34302fe7e7dddc12eab7182a16211344a73f59fd84e58e4d53caf55dcc"
22
+ end
23
+
24
24
keg_only :shadowed_by_macos
25
25
26
26
depends_on arch : :arm64
You can’t perform that action at this time.
0 commit comments