We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86c1ad2 + 65bdf39 commit cb83139Copy full SHA for cb83139
Formula/s/[email protected]
@@ -8,8 +8,8 @@ class ScalaAT213 < Formula
8
license "Apache-2.0"
9
10
livecheck do
11
- url "https://www.scala-lang.org/files/archive/"
12
- regex(/href=.*?scala[._-]v?(2\.13(?:\.\d+)+)(?:[._-]final)?\.t/i)
+ url "https://www.scala-lang.org/download/"
+ regex(%r{href=.*?download/v?(2\.13(?:\.\d+)+)\.html}i)
13
end
14
15
bottle do
0 commit comments