mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Add groovyserv version 1.2.0 (closes #2614)
This commit is contained in:
parent
7d685e3357
commit
8cc0d6b4c4
@ -22,6 +22,9 @@
|
||||
"JDK": [
|
||||
"java/oraclejdk",
|
||||
"java/openjdk"
|
||||
],
|
||||
"groovyserv": [
|
||||
"groovyserv"
|
||||
]
|
||||
},
|
||||
"checkver": {
|
||||
|
||||
28
groovyserv.json
Normal file
28
groovyserv.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user