We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d40eb commit d9b8c37Copy full SHA for d9b8c37
Formula/coveralls.rb
@@ -6,9 +6,9 @@ class Coveralls < Formula
6
license "MIT"
7
8
bottle do
9
- root_url "https://github.com/coverallsapp/homebrew-coveralls/releases/download/coveralls-0.3.2"
10
- sha256 cellar: :any, monterey: "44a1edb7f97106202289b62244d445982e176c1808c35a37c7ce00ecc225bee9"
11
- sha256 cellar: :any_skip_relocation, x86_64_linux: "1d42256910dd84da05082080fd323aec9f92423276e6a55752b49a62bf88217e"
+ root_url "https://github.com/coverallsapp/homebrew-coveralls/releases/download/coveralls-0.3.3"
+ sha256 cellar: :any, monterey: "fdfdfa67dbed70e3dc0ec5be71d61f072d21b094e607577619763a73603267bd"
+ sha256 cellar: :any_skip_relocation, x86_64_linux: "ced1ad68804c4a91403f7f6e034a85e0f363f0d178e71386370262d80ddd6d5d"
12
end
13
14
depends_on "crystal" => :build
0 commit comments