ScoopInstaller_Main/groovy.json
Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

27 lines
760 B
JSON

{
"homepage": "http://www.groovy-lang.org/",
"version": "2.4.6",
"license": "Apache 2.0",
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.6.zip",
"hash": "9b3fb5b51bc21342bba13f090a88ad6d89b20c4a7a166dd50df2ac763c278768",
"extract_dir": "groovy-2.4.6",
"bin": [
"bin\\grape.bat",
"bin\\groovy.bat",
"bin\\groovyc.bat",
"bin\\groovyConsole.bat",
"bin\\groovydoc.bat",
"bin\\groovysh.bat",
"bin\\java2groovy.bat",
"bin\\startGroovy.bat"
],
"set_env": {
"GROOVY_HOME": "$dir"
},
"depends": "openjdk",
"checkver": {
"url": "http://www.groovy-lang.org/download.html",
"re": "([\\d.]+) distributions"
}
}