Skip to content

Commit 3c460f7

Browse files
authored
Merge pull request #196721 from Homebrew/bump-coursier-2.1.15
coursier 2.1.15
2 parents a4e6304 + bfc6eaa commit 3c460f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/c/coursier.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Coursier < Formula
22
desc "Pure Scala Artifact Fetching"
33
homepage "https://get-coursier.io/"
4-
url "https://github.com/coursier/coursier/releases/download/v2.1.14/coursier.jar"
5-
sha256 "436d5498cd16b04061da847d29cc565c5833aeaca99f566f74a0870e4d12f16f"
4+
url "https://github.com/coursier/coursier/releases/download/v2.1.15/coursier.jar"
5+
sha256 "cdee5ff8522b675ddff0646c63cc661034519ac6ec37efdfbef54176b2d655d5"
66
license "Apache-2.0"
77

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

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, all: "8d7433e7a49db2b96a2165fb3b2e1a9f5f7e0fdf56e9017494ad5570fb560756"
17+
sha256 cellar: :any_skip_relocation, all: "2e7b63f9be86c90aaebdf08b792edfc088fe7ce6894160527eaa95c54583b29c"
1818
end
1919

2020
depends_on "openjdk"

0 commit comments

Comments
 (0)