Skip to content

Commit 3ace3fd

Browse files
authored
Merge pull request #203793 from Homebrew/bump-coursier-2.1.24
coursier 2.1.24
2 parents 7c5bd65 + 57a2699 commit 3ace3fd

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.23/coursier.jar"
5-
sha256 "520c0c3dea3e5d075542e874d33e4cfac5a9bf3f461a3d4a9e6fba4032f7f007"
4+
url "https://github.com/coursier/coursier/releases/download/v2.1.24/coursier.jar"
5+
sha256 "8c724dc204534353ea8263ba0af624979658f7ab62395f35b04f03ce5714f330"
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: "461e9f31fb8cb6970a4e7c0ef4a053555ba619eec829992d8f62bdb290b198a8"
17+
sha256 cellar: :any_skip_relocation, all: "3e90a3dd8a4c8ac572b350cf5b92a71035a97ab67fcf57c4207025cad73cc863"
1818
end
1919

2020
depends_on "openjdk"

0 commit comments

Comments
 (0)