mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.2020.02.27",
 | 
						|
    "description": "An approximation of the Unix shasum command.",
 | 
						|
    "homepage": "https://github.com/lukesampson/psutils",
 | 
						|
    "license": "MIT",
 | 
						|
    "url": [
 | 
						|
        "https://raw.githubusercontent.com/lukesampson/psutils/8af01127a949c64ea50b657989a4cd7744d4fffd/shasum.ps1",
 | 
						|
        "https://raw.githubusercontent.com/lukesampson/psutils/8af01127a949c64ea50b657989a4cd7744d4fffd/getopt.ps1"
 | 
						|
    ],
 | 
						|
    "hash": [
 | 
						|
        "569cd02dd49cff0c92c93a609e58cc902d850fe0c312ee86c3dc3fba0976e596",
 | 
						|
        "e3939d732ee937db60f336c2a0ed7a463874b37e213d5f42c5346b489a6edb65"
 | 
						|
    ],
 | 
						|
    "bin": "shasum.ps1",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://github.com/lukesampson/psutils/commits/master.atom",
 | 
						|
        "regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
 | 
						|
        "replace": "0.${1}.${2}.${3}"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": [
 | 
						|
            "https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/shasum.ps1",
 | 
						|
            "https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/getopt.ps1"
 | 
						|
        ]
 | 
						|
    }
 | 
						|
}
 |