mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.1.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/v1.1.2/temporal_cli_1.1.2_windows_amd64.zip",
 | 
						|
            "hash": "8ede3d214e30e5bf411b40175441554519ee31c20c8cd4622296f3f00996dc31"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/temporalio/cli/releases/download/v1.1.2/temporal_cli_1.1.2_windows_arm64.zip",
 | 
						|
            "hash": "45c88e2aae49b7ced0c1c852298e2f58a8ec8a6aa4f5f13cca4b7a59918b4be0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |