Add groovyserv version 1.2.0 (closes #2614)

This commit is contained in:
Richard Kuhnt 2018-09-23 12:56:35 +02:00
parent 7d685e3357
commit 8cc0d6b4c4
2 changed files with 31 additions and 0 deletions

View File

@ -22,6 +22,9 @@
"JDK": [ "JDK": [
"java/oraclejdk", "java/oraclejdk",
"java/openjdk" "java/openjdk"
],
"groovyserv": [
"groovyserv"
] ]
}, },
"checkver": { "checkver": {

28
groovyserv.json Normal file
View File

@ -0,0 +1,28 @@
{
"homepage": "https://kobo.github.io/groovyserv/",
"version": "1.2.0",
"license": "Apache-2.0",
"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"
],
"suggest": {
"Groovy": [
"groovy"
]
},
"checkver": {
"github": "https://github.com/kobo/groovyserv"
},
"autoupdate": {
"url": "https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-$version-bin.zip",
"extract_dir": "groovyserv-$version"
}
}