mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
kapacitor: Update to version 1.6.2
This commit is contained in:
parent
e750ac0836
commit
a15b95284a
@ -29,4 +29,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"description": "Open source framework for processing, monitoring, and alerting on time series data.",
|
||||
"homepage": "https://www.influxdata.com/time-series-platform/kapacitor/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.6.1_windows_amd64.zip",
|
||||
"hash": "20bd3992f15aa026d715ad0a43745d985d46e949114af7dda20751d307240adb",
|
||||
"extract_dir": "kapacitor-1.6.1-1"
|
||||
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.6.2_windows_amd64.zip",
|
||||
"hash": "c1df6fc38b1ed0521da971af36b42aa98e70de1ed3f21a342e9071dd415b4858",
|
||||
"extract_dir": "kapacitor-1.6.2-1"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
@ -1,20 +1,28 @@
|
||||
{
|
||||
"version": "7.4.3459",
|
||||
"homepage": "https://github.com/OctopusDeploy/OctopusCLI",
|
||||
"description": "The Octopus CLI is a command line tool that builds on top of the Octopus Deploy REST API. With the Octopus CLI you can package your applications for deployment as either Zip or NuGet packages, and manage your environments, deployments, channels, projects, and workers.",
|
||||
"description": "Command line manager of Octopus environments, deployments, channels, projects, and workers",
|
||||
"homepage": "https://octopus.com/docs/octopus-rest-api/octopus-cli",
|
||||
"license": "Apache-2.0",
|
||||
"url": "https://download.octopusdeploy.com/octopus-tools/7.4.3459/OctopusTools.7.4.3459.win-x64.zip",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://download.octopusdeploy.com/octopus-tools/7.4.3459/OctopusTools.7.4.3459.win-x64.zip",
|
||||
"hash": "md5:45b5ed7c4524073be83790886dd41f1e"
|
||||
}
|
||||
},
|
||||
"bin": "octo.exe",
|
||||
"hash": "md5:45b5ed7c4524073be83790886dd41f1e",
|
||||
"checkver": {
|
||||
"url": "https://octopus.com/downloads/octopuscli",
|
||||
"regex": "OctopusTools\\.([\\d.]+)\\.win-x64\\.zip"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://download.octopusdeploy.com/octopus-tools/$version/OctopusTools.$version.win-x64.zip",
|
||||
"hash": {
|
||||
"url": "https://octopus.com/downloads/octopuscli",
|
||||
"find": "$md5"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://download.octopusdeploy.com/octopus-tools/$version/OctopusTools.$version.win-x64.zip",
|
||||
"hash": {
|
||||
"url": "https://octopus.com/downloads/octopuscli",
|
||||
"regex": "$md5"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user