mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			771 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			771 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://drone.io/",
 | 
						|
    "version": "1.0.7",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "url": "https://github.com/drone/drone-cli/releases/download/v1.0.7/drone_windows_amd64.tar.gz",
 | 
						|
    "hash": "40545cb57b50efa9bce0e5e129ad66a624e4aacaa6edb8c8282a2e712f157375",
 | 
						|
    "bin": "drone.exe",
 | 
						|
    "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/drone/drone-cli"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/drone/drone-cli/releases/download/v$version/drone_windows_amd64.tar.gz",
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/drone_checksums.txt",
 | 
						|
            "find": "([a-fA-F0-9]+)\\s+(?:\\./|\\*)?(?:release/$basename)"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |