ScoopInstaller_Main/bucket/temporal-cli.json
2024-07-08 20:26:22 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.13.2",
"description": "Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal",
"homepage": "https://docs.temporal.io/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/temporalio/cli/releases/download/v0.13.2/temporal_cli_0.13.2_windows_amd64.zip",
"hash": "c6c11dff40a5de39474d3d0d17651dbd559399ebd0759c94cb540dcfa22dc35a"
},
"arm64": {
"url": "https://github.com/temporalio/cli/releases/download/v0.13.2/temporal_cli_0.13.2_windows_arm64.zip",
"hash": "b4f82cbefe3950b0785cc47603ac577bd563d0b484ac60150468ac7a423b02c3"
}
},
"bin": "temporal.exe",
"checkver": {
"github": "https://github.com/temporalio/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/temporalio/cli/releases/download/v$version/temporal_cli_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/temporalio/cli/releases/download/v$version/temporal_cli_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256\\s+$basename"
}
}
}