From e169786f9ba6332d00ecadf68b27fa69ea95aebf Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 20 Sep 2022 15:15:34 +0000 Subject: [PATCH] scala: update 3.2.0 bottle. --- Formula/scala.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/scala.rb b/Formula/scala.rb index 8fa048cf8a4..fdb4a6b9af2 100644 --- a/Formula/scala.rb +++ b/Formula/scala.rb @@ -11,7 +11,7 @@ class Scala < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "933846b03dd486789e966e81e8910129a4f4ccc3d6a29435440a9bf340ef2438" + sha256 cellar: :any_skip_relocation, all: "cb90d58557b370ad0127b99e9bf18ac6244d4e5980c2548bed7f43601c0246a6" end depends_on "openjdk"