mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
Add autoupdate for SonarQube.
This commit is contained in:
parent
1bc18e1b5f
commit
a07d8f953a
@ -5,12 +5,20 @@
|
|||||||
"url": "https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.3.1.zip",
|
"url": "https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.3.1.zip",
|
||||||
"hash": "f160cb4cc7e748761fe89685336d0b7f6e2d00689c3e4ecfcf567460a7106505",
|
"hash": "f160cb4cc7e748761fe89685336d0b7f6e2d00689c3e4ecfcf567460a7106505",
|
||||||
"bin": [
|
"bin": [
|
||||||
"sonarqube-6.3.1\\bin\\windows-x86-64\\StartSonar.bat"
|
"bin\\windows-x86-64\\StartSonar.bat"
|
||||||
],
|
],
|
||||||
|
"extract_dir": "sonarqube-6.3.1",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": [
|
"JDK": [
|
||||||
"extras/oraclejdk",
|
"extras/oraclejdk",
|
||||||
"openjdk"
|
"openjdk"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"checkver": {
|
||||||
|
"re": "https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-([\\d\\.]+).zip"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-$version.zip",
|
||||||
|
"extract_dir": "sonarqube-$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user