mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			816 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			816 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.14.0",
 | 
						|
    "description": "A make/rake-like build tool for Go",
 | 
						|
    "homepage": "https://magefile.org",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/magefile/mage/releases/download/v1.14.0/mage_1.14.0_Windows-64bit.zip",
 | 
						|
            "hash": "28571e0a50955ea4e5a1596908bf98f5e0c345c6696c836cbd2c42e37b16da29"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "mage.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/magefile/mage"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/magefile/mage/releases/download/v$version/mage_$version_Windows-64bit.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/mage_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |