mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.2.0",
 | 
						|
    "description": "Automate and organize your workflows, no matter what technology you use",
 | 
						|
    "homepage": "http://ahoycli.com",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/ahoy-cli/ahoy/releases/download/v2.2.0/ahoy-bin-windows-amd64.exe#/ahoy.exe",
 | 
						|
            "hash": "fa562752276db32971db8d447c33f7ef9e2af5dbf50d81e91e82415833466742"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/ahoy-cli/ahoy/releases/download/v2.2.0/ahoy-bin-windows-arm64.exe#/ahoy.exe",
 | 
						|
            "hash": "e7f6adf2ba5b870c750aed37faf8b7892ddfbf1129ea9373427460ceaa8a942f"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "ahoy.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/ahoy-cli/ahoy"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/ahoy-cli/ahoy/releases/download/v$version/ahoy-bin-windows-amd64.exe#/ahoy.exe"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/ahoy-cli/ahoy/releases/download/v$version/ahoy-bin-windows-arm64.exe#/ahoy.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |