mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
28 lines
881 B
JSON
28 lines
881 B
JSON
{
|
|
"version": "1.2.0",
|
|
"description": "Reduces startup time of the JVM for running Groovy significantly.",
|
|
"homepage": "https://kobo.github.io/groovyserv/",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"Groovy": "groovy"
|
|
},
|
|
"url": "https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-1.2.0-bin.zip",
|
|
"hash": "88a93e07ce18b7ea33f98dd75ce21550b3a25820dd6eb00ab790f16573317e93",
|
|
"extract_dir": "groovyserv-1.2.0",
|
|
"installer": {
|
|
"file": "bin\\setup.bat",
|
|
"keep": true
|
|
},
|
|
"bin": [
|
|
"bin\\groovyclient.exe",
|
|
"bin\\groovyserver.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/kobo/groovyserv"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-$version-bin.zip",
|
|
"extract_dir": "groovyserv-$version"
|
|
}
|
|
}
|