mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-08-24 23:26:57 +00:00
Fix groovy checkver
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
||||
},
|
||||
"checkver": {
|
||||
"url": "http://www.groovy-lang.org/download.html",
|
||||
"re": "([\\d.]+) distributions"
|
||||
"re": "apache-groovy-binary-([\\d.]+).zip"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip",
|
||||
|
||||
Reference in New Issue
Block a user