Skip to content

Commit 71142d8

Browse files
authored
Merge pull request #196933 from Homebrew/bump-coursier-2.1.16
coursier 2.1.16
2 parents bbedc88 + a55801c commit 71142d8

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.15/coursier.jar"
5-
sha256 "cdee5ff8522b675ddff0646c63cc661034519ac6ec37efdfbef54176b2d655d5"
4+
url "https://github.com/coursier/coursier/releases/download/v2.1.16/coursier.jar"
5+
sha256 "d37b14883be2e50a45314556a771c203f1df7c53d6a5454ac6404154d784cd15"
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: "2e7b63f9be86c90aaebdf08b792edfc088fe7ce6894160527eaa95c54583b29c"
17+
sha256 cellar: :any_skip_relocation, all: "43226d970758f17e1ef6b118ecf9686a3407c707eadb9cf6c6e17b91ee0b2f0b"
1818
end
1919

2020
depends_on "openjdk"

0 commit comments

Comments
 (0)