mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
scala: fix checkver regex
This commit is contained in:
parent
1a5541ae64
commit
10eb2668f2
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user