Skip to content

Commit 3e7f8e3

Browse files
committed
Fix homebrew style offense: FormulaAudit/BottleOrder: ARM bottles should be listed before Intel bottles.
1 parent ba8600b commit 3e7f8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Formula/coveralls.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ class Coveralls < Formula
77

88
bottle do
99
root_url "https://github.com/coverallsapp/homebrew-coveralls/releases/download/coveralls-0.6.15"
10-
sha256 cellar: :any, ventura: "e34c43b472c4f02895785122748f43d53b64a07bef6ea066298e0aa1c3e94f79"
1110
sha256 cellar: :any, arm64_sonoma: "8489d6cafb8801a2cbb20a239bb215fc9589b0d9c7dcf98a60e59a50b7d26dcd"
11+
sha256 cellar: :any, ventura: "e34c43b472c4f02895785122748f43d53b64a07bef6ea066298e0aa1c3e94f79"
1212
sha256 cellar: :any_skip_relocation, x86_64_linux: "701c9e292857efad5821ad7a72c49e12cbfa74cabd965b5b3713d15f45477c9f"
1313
end
1414

0 commit comments

Comments
 (0)