Skip to content

Commit

Permalink
coveralls 0.6.15
Browse files Browse the repository at this point in the history
- Updated formula to 0.6.15.
- Added missing dependencies

Bump formula to 0.6.14.

Closes #60.

Signed-off-by: James Kessler <afinetooth@gmail.com>

coveralls: update 0.6.14 bottle.

coveralls 0.6.15

Add zlib dependency for Linux and openssl@3 for macOS Ventura

Fix dependency type for openssl@3 for macOS Ventura.

Fix alphabetical order of dependency types per homebrew style rule.

Fix trailing whitespace in Formula per homebrew linter.
  • Loading branch information
afinetooth committed Oct 2, 2024
1 parent 6f8d592 commit 94e2b7b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Formula/coveralls.rb
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
class Coveralls < Formula
desc "Self-contained, universal coverage uploader for Coveralls"
homepage "https://github.com/coverallsapp/coverage-reporter"
url "https://github.com/coverallsapp/coverage-reporter/archive/refs/tags/v0.6.13.tar.gz"
sha256 "ed2d8aaef3363a87b52bb1d1cbc09c8f456a13e698872efacea90677e90015ca"
url "https://github.com/coverallsapp/coverage-reporter/archive/refs/tags/v0.6.15.tar.gz"
sha256 "b29d4b2c61ebce695c35077099da3a53b72c1280f77da4a220288ff306508e79"
license "MIT"

bottle do
root_url "https://github.com/coverallsapp/homebrew-coveralls/releases/download/coveralls-0.6.13"
sha256 cellar: :any, ventura: "3db6f70039c236c3fc75b657b91c1d937bc55023a388b9016f62fbed385f357f"
sha256 cellar: :any, monterey: "39f579fcbf78408831cd1969a4bb435a0f4fa768a3fdc7071c616c672d2fd417"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5ec8be0e17b69c934537c07f672b402f08c375bb0bbc0f96518106a9a31b8199"
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"
end

depends_on "crystal" => :build
depends_on "bdw-gc"
depends_on "libevent"
depends_on "libyaml"
depends_on "openssl@3"
depends_on "pcre2"
depends_on "sqlite"
depends_on "zlib"

uses_from_macos "libxml2"

Expand Down

0 comments on commit 94e2b7b

Please sign in to comment.