mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.2.8",
 | 
						|
    "description": "Distributed Workflow Engine for Microservices Orchestration",
 | 
						|
    "homepage": "https://camunda.com/products/cloud/workflow-engine/",
 | 
						|
    "license": {
 | 
						|
        "identifier": "Zeebe Community License v1.0",
 | 
						|
        "url": "https://camunda.com/legal/terms/cloud-terms-and-conditions/zeebe-community-license-v1-0/"
 | 
						|
    },
 | 
						|
    "suggest": {
 | 
						|
        "JDK": "java/openjdk"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/camunda-cloud/zeebe/releases/download/1.2.8/camunda-cloud-zeebe-1.2.8.zip",
 | 
						|
            "hash": "sha1:6737fca55cfa96659071d2406eacda51451d02f5"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "camunda-cloud-zeebe-1.2.8",
 | 
						|
    "bin": [
 | 
						|
        [
 | 
						|
            "bin\\broker.bat",
 | 
						|
            "zeebe-broker"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "bin\\gateway.bat",
 | 
						|
            "zeebe-gateway"
 | 
						|
        ],
 | 
						|
        "bin\\zbctl.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/camunda-cloud/zeebe"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/camunda-cloud/zeebe/releases/download/$version/camunda-cloud-zeebe-$version.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha1sum"
 | 
						|
        },
 | 
						|
        "extract_dir": "camunda-cloud-zeebe-$version"
 | 
						|
    }
 | 
						|
}
 |