mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.4.14",
 | 
						|
    "description": "Uncomplicated, modern HTTP server",
 | 
						|
    "homepage": "https://github.com/labstack/armor",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/labstack/armor/releases/download/v0.4.14/armor_0.4.14_windows_64-bit.zip",
 | 
						|
            "hash": "2d40455b4978987923106a6a5d67fc7555dc74cd339edb5d05ed318d2dbc8ecd"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/labstack/armor/releases/download/v0.4.14/armor_0.4.14_windows_32-bit.zip",
 | 
						|
            "hash": "038a99e3a114df3b714087043b6204f0a77e265507967c388f8bd52fd4fc2d8a"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "armor.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/labstack/armor/releases/download/v$version/armor_$version_windows_64-bit.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/labstack/armor/releases/download/v$version/armor_$version_windows_32-bit.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/armor_checksum.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |