mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
		
			
				
	
	
		
			16 lines
		
	
	
		
			590 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			590 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "http://msysgit.github.io/",
 | 
						|
    "license": "GPL2",
 | 
						|
    "version": "1.9.5-preview20150319",
 | 
						|
    "url": "https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20150319/PortableGit-1.9.5-preview20150319.7z",
 | 
						|
    "hash": "26261872847b18d171a197c8e4b3f4c0e60b4310c4b8ef1f4d9884950288aa7c",
 | 
						|
    "bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ],
 | 
						|
    "post_install": [
 | 
						|
        "git config --global credential.helper wincred"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "http://git-scm.com/download/win",
 | 
						|
        "re": "downloading version <strong>([^<]+)</strong>"
 | 
						|
    }
 | 
						|
}
 |