mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.3.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.3.0/ahoy-bin-windows-amd64.exe#/ahoy.exe",
 | 
						|
            "hash": "95be0a8352e23e755764e6fccdd3e3972a2a1c47f7040ab4e720ea479f76e883"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/ahoy-cli/ahoy/releases/download/v2.3.0/ahoy-bin-windows-arm64.exe#/ahoy.exe",
 | 
						|
            "hash": "ca18f3b4ab4a0981d1a86d7d908115f95bb521d93329dde76c7f4d9587687983"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |