Skip to content

Commit cb83139

Browse files
authored
Merge pull request #246915 from Homebrew/[email protected]
[email protected]: update livecheck
2 parents 86c1ad2 + 65bdf39 commit cb83139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/s/[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class ScalaAT213 < Formula
88
license "Apache-2.0"
99

1010
livecheck do
11-
url "https://www.scala-lang.org/files/archive/"
12-
regex(/href=.*?scala[._-]v?(2\.13(?:\.\d+)+)(?:[._-]final)?\.t/i)
11+
url "https://www.scala-lang.org/download/"
12+
regex(%r{href=.*?download/v?(2\.13(?:\.\d+)+)\.html}i)
1313
end
1414

1515
bottle do

0 commit comments

Comments
 (0)