Skip to content

Commit c5857f6

Browse files
authored
Merge pull request #183263 from Homebrew/[email protected]
[email protected] 2.12.20
2 parents 4737918 + de9f815 commit c5857f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/s/[email protected]

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class ScalaAT212 < Formula
22
desc "JVM-based programming language"
33
homepage "https://www.scala-lang.org/"
4-
url "https://downloads.lightbend.com/scala/2.12.19/scala-2.12.19.tgz"
5-
mirror "https://www.scala-lang.org/files/archive/scala-2.12.19.tgz"
6-
mirror "https://downloads.typesafe.com/scala/2.12.19/scala-2.12.19.tgz"
7-
sha256 "d1876659c9298b6664f91aa7ef4b2c5baca6356ff47a9a598070045058968fb2"
4+
url "https://downloads.lightbend.com/scala/2.12.20/scala-2.12.20.tgz"
5+
mirror "https://www.scala-lang.org/files/archive/scala-2.12.20.tgz"
6+
mirror "https://downloads.typesafe.com/scala/2.12.20/scala-2.12.20.tgz"
7+
sha256 "cc29d91ad390dc8e9a68d1e2ec6892711b64116f549fecd67a928361d33a39c0"
88
license "Apache-2.0"
99

1010
livecheck do
@@ -13,7 +13,7 @@ class ScalaAT212 < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, all: "abbae8ff17e1068a9a53d595801dc8e34dcbca87c912b871ede0fb6577f19745"
16+
sha256 cellar: :any_skip_relocation, all: "c21bd2462426fdcdea41f7f960376c275dc101b2b32e7534647a2c3141081125"
1717
end
1818

1919
keg_only :versioned_formula

0 commit comments

Comments
 (0)