mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.1.1",
|
|
"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/v1.1.1/temporal_cli_1.1.1_windows_amd64.zip",
|
|
"hash": "dfeaa2290c37a737b456e5a2465d90612e987d8585585ae56af68e94647232ae"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/temporalio/cli/releases/download/v1.1.1/temporal_cli_1.1.1_windows_arm64.zip",
|
|
"hash": "0d48879d283783ceb74696294be2a4f74f7c5118a6656738429551da24c64ac9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|