File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
class Coveralls < Formula
2
2
desc "Self-contained, universal coverage uploader for Coveralls"
3
3
homepage "https://github.com/coverallsapp/coverage-reporter"
4
- url "https://github.com/coverallsapp/coverage-reporter/archive/refs/tags/v0.6.14 .tar.gz"
5
- sha256 "32ddfdd3d6b9001ccf394d9679c919f506eb35cb83dcba8fd17ba2c898bff027 "
4
+ url "https://github.com/coverallsapp/coverage-reporter/archive/refs/tags/v0.6.15 .tar.gz"
5
+ sha256 "b29d4b2c61ebce695c35077099da3a53b72c1280f77da4a220288ff306508e79 "
6
6
license "MIT"
7
7
8
8
bottle do
@@ -16,8 +16,10 @@ class Coveralls < Formula
16
16
depends_on "bdw-gc"
17
17
depends_on "libevent"
18
18
depends_on "libyaml"
19
+ depends_on "openssl@3"
19
20
depends_on "pcre2"
20
21
depends_on "sqlite"
22
+ depends_on "zlib"
21
23
22
24
uses_from_macos "libxml2"
23
25
You can’t perform that action at this time.
0 commit comments