mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			760 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			760 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.2.0",
 | 
						|
    "description": "A nicer 'git pull'",
 | 
						|
    "homepage": "https://github.com/msiemens/PyGitUp",
 | 
						|
    "license": "MIT",
 | 
						|
    "depends": "python",
 | 
						|
    "url": "https://github.com/msiemens/PyGitUp/archive/v2.2.0.zip",
 | 
						|
    "hash": "f0c693eebe94dfee3bd42f67e08859aa52a7996e585a62793abc6c35ee463d05",
 | 
						|
    "extract_dir": "PyGitUp-2.2.0",
 | 
						|
    "post_install": [
 | 
						|
        "pushd \"$dir\"",
 | 
						|
        "try {",
 | 
						|
        "    scoop reset python",
 | 
						|
        "    iex \"$(scoop which python) setup.py install\"",
 | 
						|
        "}",
 | 
						|
        "finally {",
 | 
						|
        "    popd",
 | 
						|
        "}"
 | 
						|
    ],
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/msiemens/PyGitUp/archive/v$version.zip",
 | 
						|
        "extract_dir": "PyGitUp-$version"
 | 
						|
    }
 | 
						|
}
 |