mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.0.14",
 | 
						|
    "description": "gibo (short for .gitignore boilerplates) is a shell script to help you easily access .gitignore boilerplates from github.com/github/gitignore",
 | 
						|
    "homepage": "https://github.com/simonwhitaker/gibo",
 | 
						|
    "license": "Unlicense",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.14/gibo_Windows_x86_64.zip",
 | 
						|
            "hash": "93697b22eae43fcc4d73b71553a33eee31993b8140433e40ffe38a1e12bfa2d1"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.14/gibo_Windows_i386.zip",
 | 
						|
            "hash": "4283d2ca1f93f30087b7ffd09e14030207fe0e804ce9b621707bc673b5408b7a"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.14/gibo_Windows_arm64.zip",
 | 
						|
            "hash": "b49a8ceccdf244197abd2b78e7bc87b6e7710fbcf72b8ab5824457945f7d1c06"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "gibo.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/simonwhitaker/gibo/releases/download/v$version/gibo_Windows_x86_64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/simonwhitaker/gibo/releases/download/v$version/gibo_Windows_i386.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/simonwhitaker/gibo/releases/download/v$version/gibo_Windows_arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.windows.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |