Skip to content

Commit 1597597

Browse files
committed
Move bottle section under livecheck block
1 parent 63988ad commit 1597597

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: Formula/sqlb-sqlite.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ class SqlbSqlite < Formula
66
sha256 "ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5"
77
license "blessing"
88

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-
149
env :std
1510

1611
livecheck do
@@ -21,6 +16,11 @@ class SqlbSqlite < Formula
2116
end
2217
end
2318

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+
2424
keg_only :shadowed_by_macos
2525

2626
depends_on arch: :arm64

0 commit comments

Comments
 (0)