mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://github.com/monochromegane/the_platinum_searcher",
 | 
						|
    "description": "A code search tool similar to ack and the_silver_searcher(ag) with multiple platform and multiple encoding support.",
 | 
						|
    "license": "MIT",
 | 
						|
    "version": "2.2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.2.0/pt_windows_amd64.zip",
 | 
						|
            "hash": "7fa5aab0462a63cc1a746af3f07f1d03bf6521e23f8b2d149fc5af7b4e00596c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.2.0/pt_windows_386.zip",
 | 
						|
            "hash": "d32ebffe0c2cf142351b6037e73e0bde18044f9c77960c7b55076e45dc80929d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "pt.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://github.com/monochromegane/the_platinum_searcher/releases/latest",
 | 
						|
        "re": "/releases/tag/v([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v$version/pt_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v$version/pt_windows_386.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |