Skip to content

Commit 64ca996

Browse files
committed
coveralls 0.6.15: Updated formula to 0.6.15 and added missing dependencies.
Drop support for macos-12 after receiving back this message from Homebrew: Warning: You are using macOS 12. We (and Apple) do not provide support for this old version. It is expected behaviour that some formulae will fail to build in this old version [skip ci]
1 parent 00f19d3 commit 64ca996

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test-bot:
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13]
11+
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-latest]
1212
runs-on: ${{ matrix.os }}
1313
env:
1414
HOMEBREW_NO_INSTALL_FROM_API: 1

Diff for: Formula/coveralls.rb

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
class Coveralls < Formula
22
desc "Self-contained, universal coverage uploader for Coveralls"
33
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"
66
license "MIT"
77

88
bottle do
9-
root_url "https://github.com/coverallsapp/homebrew-coveralls/releases/download/coveralls-0.6.14"
10-
sha256 cellar: :any, ventura: "ab6b4363091e8fa9bbc8a9564f60e568850ed2bd48e17213c5ba524f6ffce4ae"
11-
sha256 cellar: :any, monterey: "1297cfdf791ae7a8b1782b241911d408d45ff26e39efa550327a6eab814f815e"
12-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d63e1305e71eb57b76b0a818c390dec73f2dc9dbabab80c10ce4de3b37c7e646"
9+
root_url "https://github.com/coverallsapp/homebrew-coveralls/releases/download/coveralls-0.6.15"
10+
sha256 cellar: :any, arm64_sonoma: "6ca174fe2a7b2fb68d7c3fe786aea03a234e4d78c49f452e724885c80d89b5d9"
11+
sha256 cellar: :any, ventura: "63968457a0c123ab68972e96f8d265634bbd06c357d56f6f30b2005b9ac6c017"
12+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a1a657b849815801ec68a578179eb95e78c7cda2b9070cf93a54882c7638272e"
1313
end
1414

1515
depends_on "crystal" => :build
1616
depends_on "bdw-gc"
1717
depends_on "libevent"
1818
depends_on "libyaml"
19+
depends_on "openssl@3"
1920
depends_on "pcre2"
2021
depends_on "sqlite"
22+
depends_on "zlib"
2123

2224
uses_from_macos "libxml2"
2325

0 commit comments

Comments
 (0)