We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931f3ac commit 85e3920Copy full SHA for 85e3920
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.2.8"
10
- sha256 cellar: :any, monterey: "c64ee864853b1b95321a139a304708315d17e3c5ff08d461081caf6384c7fbb5"
11
- sha256 cellar: :any_skip_relocation, x86_64_linux: "756639479dd95126f6eeb2d612b484453e8f1b9556ffc9362edfedccda31be68"
+ root_url "https://github.com/coverallsapp/homebrew-coveralls/releases/download/coveralls-0.2.10"
+ sha256 cellar: :any, monterey: "7dc49b7374f89a092830a7dc36eef1871ac3ec81800754696c2cb6001cc858ca"
+ sha256 cellar: :any_skip_relocation, x86_64_linux: "0489113f89e4e5094d0e4ea899154d206b43a49233aa08402377a22c0c3ec2ba"
12
end
13
14
depends_on "crystal" => :build
0 commit comments