mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			760 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			760 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.0.2",
 | 
						|
    "description": "A nicer 'git pull'",
 | 
						|
    "homepage": "https://github.com/msiemens/PyGitUp",
 | 
						|
    "license": "MIT",
 | 
						|
    "depends": "python",
 | 
						|
    "url": "https://github.com/msiemens/PyGitUp/archive/v2.0.2.zip",
 | 
						|
    "hash": "d80cf7eb9276a855e1e36123e192fce5e9ec90da2b7d3ea3089e3b3f9f53a657",
 | 
						|
    "extract_dir": "PyGitUp-2.0.2",
 | 
						|
    "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"
 | 
						|
    }
 | 
						|
}
 |