scala: fix checkver regex

This commit is contained in:
Richard Kuhnt 2017-07-20 11:43:51 +02:00
parent 1a5541ae64
commit 10eb2668f2

View File

@ -23,7 +23,7 @@
},
"checkver": {
"url": "https://www.scala-lang.org/download/",
"re": "Download Scala ([\\d.]+)"
"re": "scala-([\\d.]+).zip"
},
"autoupdate": {
"url": "https://downloads.typesafe.com/scala/$version/scala-$version.zip",