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.12",
 | 
						|
    "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.12/gibo_Windows_x86_64.zip",
 | 
						|
            "hash": "fa03f0c7e5eba9332886795ae6cae560f8e2d3687fbd815ccb5c808f93c46bd8"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.12/gibo_Windows_i386.zip",
 | 
						|
            "hash": "f97bc194d58b0e281b45dd05d9ed415aea50e916d12a273b4396d09baae0dd55"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.12/gibo_Windows_arm64.zip",
 | 
						|
            "hash": "09a7b2e256a82a9f8c1b208f4cbb5d6682bb96ca75e6f7fbeba595382e5627d8"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |