mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.0.0",
 | 
						|
    "description": "Git plugin, that adds Git commands that make collaborative software development more efficient and safe.",
 | 
						|
    "homepage": "https://www.git-town.com",
 | 
						|
    "license": "MIT",
 | 
						|
    "suggest": {
 | 
						|
        "git": "git"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/git-town/git-town/releases/download/untagged-ca5f355b9f12e94189c8/git-town_8.0.0_windows_intel_64.zip",
 | 
						|
            "hash": "8ee56fb3d97c718436da430d37a005cfdbbc3c015cf8323d358553111ca980ad"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "git-town.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://api.github.com/repos/git-town/git-town/releases",
 | 
						|
        "jsonpath": "$..browser_download_url",
 | 
						|
        "regex": "download/(?<tag>[\\w-]+)/git-town_([\\d.]+)_windows_intel_64.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/git-town/git-town/releases/download/$matchTag/git-town_$version_windows_intel_64.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |