Skip to content

Commit

Permalink
Merge pull request #200812 from Homebrew/bump-coursier-2.1.21
Browse files Browse the repository at this point in the history
coursier 2.1.21
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents db8d9b8 + 0780f9f commit 0abafd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/c/coursier.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Coursier < Formula
desc "Pure Scala Artifact Fetching"
homepage "https://get-coursier.io/"
url "https://github.com/coursier/coursier/releases/download/v2.1.20/coursier.jar"
sha256 "b025a180b5918e27fbc286f4a9ef7622ecd2bd0f7cf482c3522a71db7162e0f8"
url "https://github.com/coursier/coursier/releases/download/v2.1.21/coursier.jar"
sha256 "10dd743af44e6db53d7999a6e4ae1364450544e3bb9fe7f3d47fa1868bc6e501"
license "Apache-2.0"

# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
Expand All @@ -14,7 +14,7 @@ class Coursier < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "954ff17c02ad5ebaddc59ba2b7d70b845dfa746929f7b8de86158c075e53401d"
sha256 cellar: :any_skip_relocation, all: "9ba9a85ef31014351598d0186441adecb757f557027658ebca5b6f99b0049f95"
end

depends_on "openjdk"
Expand Down

0 comments on commit 0abafd3

Please sign in to comment.