mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.11.4",
 | 
						|
    "description": "Template renderer with various datasource support",
 | 
						|
    "homepage": "https://github.com/hairyhenderson/gomplate",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.11.4/gomplate_windows-amd64.exe#/gomplate.exe",
 | 
						|
            "hash": "sha512:d4c1ff7a0f9cb3ea99f5a9be9635c00e0b7c99e461c766179f3cba3932c9b1903da03105d21485d470b8d98c2eb6698da98ab008b7a42a7ab9182d77192fcad4"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.11.4/gomplate_windows-386.exe#/gomplate.exe",
 | 
						|
            "hash": "sha512:1ef373fe09df6b497aaaee731a8c0cc52375f0a84bcc960ed4aef17c2ee8d2d497a9344c0822ebb22f0c9b98dec51674aaf2d7a0bd0ac21d70eda5998c1f2f1c"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "gomplate.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/hairyhenderson/gomplate/releases/download/v$version/gomplate_windows-amd64.exe#/gomplate.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/hairyhenderson/gomplate/releases/download/v$version/gomplate_windows-386.exe#/gomplate.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums-v$version_sha512.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |