camunda-operate: Update to version 1.2.2

This commit is contained in:
Jakub Čábera 2021-10-25 08:30:02 -07:00
parent 1655c6cdd2
commit 81d2823faf
3 changed files with 25 additions and 25 deletions

View File

@ -10,26 +10,26 @@
"architecture": {
"64bit": {
"url": [
"https://7-zip.org/a/7z1900-x64.msi",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/7-zip/install-context.reg",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/7-zip/uninstall-context.reg"
"https://7-zip.org/a/7z1900-x64.msi",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/7-zip/install-context.reg",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/7-zip/uninstall-context.reg"
],
"hash": [
"a7803233eedb6a4b59b3024ccf9292a6fffb94507dc998aa67c5b745d197a5dc",
"358c8a2f87c4dc89c86ee4c72c71766856da146c0a8840001e6821fe5bb0c7ca",
"667ef7b5c7bfb6cdcc595042ac6c0cae802fbfd59fc601b22b533f6f1bcaf374"
"a7803233eedb6a4b59b3024ccf9292a6fffb94507dc998aa67c5b745d197a5dc",
"358c8a2f87c4dc89c86ee4c72c71766856da146c0a8840001e6821fe5bb0c7ca",
"667ef7b5c7bfb6cdcc595042ac6c0cae802fbfd59fc601b22b533f6f1bcaf374"
]
},
"32bit": {
"url": [
"https://7-zip.org/a/7z1900.msi",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/7-zip/install-context.reg",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/7-zip/uninstall-context.reg"
"https://7-zip.org/a/7z1900.msi",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/7-zip/install-context.reg",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/7-zip/uninstall-context.reg"
],
"hash": [
"b49d55a52bc0eab14947c8982c413d9be141c337da1368a24aa0484cbb5e89cd",
"358c8a2f87c4dc89c86ee4c72c71766856da146c0a8840001e6821fe5bb0c7ca",
"667ef7b5c7bfb6cdcc595042ac6c0cae802fbfd59fc601b22b533f6f1bcaf374"
"b49d55a52bc0eab14947c8982c413d9be141c337da1368a24aa0484cbb5e89cd",
"358c8a2f87c4dc89c86ee4c72c71766856da146c0a8840001e6821fe5bb0c7ca",
"667ef7b5c7bfb6cdcc595042ac6c0cae802fbfd59fc601b22b533f6f1bcaf374"
]
}
},

View File

@ -1,5 +1,5 @@
{
"version": "1.1.4",
"version": "1.2.2",
"description": "Camunda workflow instance monitor/manager",
"homepage": "https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview/",
"license": {
@ -13,11 +13,11 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/camunda-cloud/zeebe/releases/download/1.1.4/camunda-cloud-operate-1.1.4.zip",
"hash": "sha1:6e57238258546a720b394808fe137d679209faae"
"url": "https://github.com/camunda-cloud/zeebe/releases/download/1.2.2/camunda-cloud-operate-1.2.2.zip",
"hash": "sha1:e2cfb5c06644ae488a117cccefd6a01d8b60c646"
}
},
"extract_dir": "camunda-cloud-operate-1.1.4",
"extract_dir": "camunda-cloud-operate-1.2.2",
"bin": [
[
"bin\\operate.bat",

View File

@ -1,8 +1,13 @@
{
"homepage": "https://volta.sh/",
"description": "Volta is a hassle-free way to manage your JavaScript command-line tools",
"license": "BSD-2-Clause",
"version": "1.0.5",
"description": "Volta is a hassle-free way to manage your JavaScript command-line tools",
"homepage": "https://volta.sh/",
"license": "BSD-2-Clause",
"notes": [
"To use volta tab-completions, add following code to your PowerShell PROFILE:",
"",
"(& volta completions powershell) | Out-String | Invoke-Expression"
],
"url": "https://github.com/volta-cli/volta/releases/download/v1.0.5/volta-1.0.5-windows.zip",
"hash": "a5cdf34c8aba94ace8533370e5f2d1482df9f9f6b6ea7c43f7d832324dc47cb7",
"installer": {
@ -40,10 +45,5 @@
},
"autoupdate": {
"url": "https://github.com/volta-cli/volta/releases/download/v$version/volta-$version-windows.zip"
},
"notes": [
"To use volta tab-completions, add following code to your PowerShell PROFILE:",
"",
"(& volta completions powershell) | Out-String | Invoke-Expression"
]
}
}