mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1013 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1013 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.2.4",
 | 
						|
    "description": "A self-service Continuous Delivery platform for busy development teams.",
 | 
						|
    "homepage": "https://drone.io/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/drone/drone-cli/releases/download/v1.2.4/drone_windows_amd64.tar.gz",
 | 
						|
            "hash": "330bf00e1409d80760b0e90f6758442e66281ace3bd17ece8dddcb3aaa8c7965"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",
 | 
						|
    "bin": "drone.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/drone/drone-cli"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/drone/drone-cli/releases/download/v$version/drone_windows_amd64.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/drone_checksums.txt",
 | 
						|
            "regex": "$sha256\\s+(?:\\./|\\*)?(?:release/$basename)"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |