Skip to content

Commit

Permalink
Update bottle block for coveralls 0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Oct 4, 2024
1 parent 8786148 commit fb83c7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/coveralls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ class Coveralls < Formula
license "MIT"

bottle do

Check failure on line 8 in Formula/coveralls.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/BottleOrder: ARM bottles should be listed before Intel bottles

Check failure on line 8 in Formula/coveralls.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

FormulaAudit/BottleOrder: ARM bottles should be listed before Intel bottles
root_url "https://github.com/coverallsapp/homebrew-coveralls/releases/download/coveralls-0.6.14"
sha256 cellar: :any, ventura: "ab6b4363091e8fa9bbc8a9564f60e568850ed2bd48e17213c5ba524f6ffce4ae"
sha256 cellar: :any, monterey: "1297cfdf791ae7a8b1782b241911d408d45ff26e39efa550327a6eab814f815e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d63e1305e71eb57b76b0a818c390dec73f2dc9dbabab80c10ce4de3b37c7e646"
root_url "https://github.com/coverallsapp/homebrew-coveralls/releases/download/coveralls-0.6.15"
sha256 cellar: :any, ventura: "e34c43b472c4f02895785122748f43d53b64a07bef6ea066298e0aa1c3e94f79"
sha256 cellar: :any, arm64_sonoma: "8489d6cafb8801a2cbb20a239bb215fc9589b0d9c7dcf98a60e59a50b7d26dcd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "701c9e292857efad5821ad7a72c49e12cbfa74cabd965b5b3713d15f45477c9f"
end

depends_on "crystal" => :build
Expand Down

0 comments on commit fb83c7a

Please sign in to comment.