Added Depressurizer

This commit is contained in:
Edgar 2019-05-18 17:35:49 +02:00
parent 09ce0f8fe6
commit 777fd112ce
2 changed files with 14 additions and 3 deletions

11
depressurizer.json Normal file
View File

@ -0,0 +1,11 @@
{
"homepage": "https://github.com/Depressurizer/Depressurizer",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Depressurizer/Depressurizer/releases/download/v$version/Depressurizer-v$version.zip"
},
"version": "4.10.0",
"url": "https://github.com/Depressurizer/Depressurizer/releases/download/v4.10.0/Depressurizer-v4.10.0.zip",
"bin": "Depressurizer.exe",
"hash": "7bdf0e5fcf7f5ad5247060d2f5e739551415d80dd05771dc66686964470edff1"
}

View File

@ -5,12 +5,12 @@
"autoupdate": {
"url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/$version/sonar-scanner-msbuild-$version-net46.zip"
},
"version": "4.6.0.1930",
"url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.6.0.1930/sonar-scanner-msbuild-4.6.0.1930-net46.zip",
"version": "4.6.1.2049",
"url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.6.1.2049/sonar-scanner-msbuild-4.6.1.2049-net46.zip",
"bin": [
"MSBuild.SonarQube.Runner.exe",
"SonarQube.Scanner.MSBuild.exe",
"SonarScanner.MSBuild.exe"
],
"hash": "90824c07ad2ab2c9bf302fc56bb3a449855875281cc4a44687f10c14829d96e2"
"hash": "de17de8bcfc62310298ed22eee0215dcba1485b96dccce0cda95519e72efff08"
}