mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "14.1.1",
 | 
						|
    "description": "Recursively searches directories for a regex pattern.",
 | 
						|
    "homepage": "https://github.com/BurntSushi/ripgrep",
 | 
						|
    "license": "MIT",
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "extras/vcredist2022"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep-14.1.1-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "d0f534024c42afd6cb4d38907c25cd2b249b79bbe6cc1dbee8e3e37c2b6e25a1",
 | 
						|
            "extract_dir": "ripgrep-14.1.1-x86_64-pc-windows-msvc"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep-14.1.1-i686-pc-windows-msvc.zip",
 | 
						|
            "hash": "1e5c99e4851c964152db07c79151982c7fa7a549b645b6b47daae07a9c185f8e",
 | 
						|
            "extract_dir": "ripgrep-14.1.1-i686-pc-windows-msvc"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "rg.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-x86_64-pc-windows-msvc.zip",
 | 
						|
                "extract_dir": "ripgrep-$version-x86_64-pc-windows-msvc"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip",
 | 
						|
                "extract_dir": "ripgrep-$version-i686-pc-windows-msvc"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |