From d76d7dfe096c6217b0ca5932faef0b116693ed5c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:05:22 +0000 Subject: [PATCH 1/2] coursier 2.1.21 --- Formula/c/coursier.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/coursier.rb b/Formula/c/coursier.rb index 22c10ab5bf1c9..362527951a5b3 100644 --- a/Formula/c/coursier.rb +++ b/Formula/c/coursier.rb @@ -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 From 0780f9fff488a7bf7ad823ba42100a16b4163423 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:31:24 +0000 Subject: [PATCH 2/2] coursier: update 2.1.21 bottle. --- Formula/c/coursier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/coursier.rb b/Formula/c/coursier.rb index 362527951a5b3..64ff63c33182a 100644 --- a/Formula/c/coursier.rb +++ b/Formula/c/coursier.rb @@ -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"