mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	* Updated "git" as depends on legit into suggest Resolves #1247 "Depends" installs the mentioned manifest. This could be trouble some for other that had get `git` installet out of scoop or other variants such as `mingit`. * Update bucket/legit.json Co-authored-by: Pratik Chowdhury <pratikc@live.co.uk> Co-authored-by: David Wettstein <dwettstein@gmail.com> Co-authored-by: Pratik Chowdhury <pratikc@live.co.uk>
		
			
				
	
	
		
			32 lines
		
	
	
		
			958 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			958 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.2.0",
 | 
						|
    "description": "Complementary command-line interface for Git.",
 | 
						|
    "homepage": "https://frostming.github.io/legit/",
 | 
						|
    "license": {
 | 
						|
        "identifier": "Freeware",
 | 
						|
        "url": "https://github.com/frostming/legit/blob/master/LICENSE"
 | 
						|
    },
 | 
						|
    "suggest": {
 | 
						|
        "git": [
 | 
						|
            "git",
 | 
						|
            "git-with-openssh"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "url": "https://github.com/frostming/legit/releases/download/1.2.0/legit.exe",
 | 
						|
    "hash": "2c4aa8a777141cad9171a7aec9b91d6570443644f7ca040903773620074d361b",
 | 
						|
    "post_install": "'y' | legit --install | Out-Null",
 | 
						|
    "uninstaller": {
 | 
						|
        "script": "legit --uninstall | Out-Null"
 | 
						|
    },
 | 
						|
    "bin": "legit.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/frostming/legit"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/frostming/legit/releases/download/$version/legit.exe",
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |