mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.20",
 | 
						|
    "description": "Zero dependency, small footprint, cross-platform I2P Java Router with simple tunnel/socks controller and SAM interface",
 | 
						|
    "homepage": "https://github.com/i2p-zero/i2p-zero",
 | 
						|
    "license": "BSD-3-Clause|Apache-2.0",
 | 
						|
    "url": "https://github.com/i2p-zero/i2p-zero/releases/download/v1.20/i2p-zero-win.v1.20.zip",
 | 
						|
    "hash": "37c38e66a1f4935a21c2514eb4692827834ec8bd9c2dfc11d6871f7a07dbdd16",
 | 
						|
    "extract_dir": "i2p-zero-win.v1.20\\router",
 | 
						|
    "bin": [
 | 
						|
        [
 | 
						|
            "bin\\launch.bat",
 | 
						|
            "i2p-zero"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "persist": [
 | 
						|
        "conf",
 | 
						|
        "i2p.base"
 | 
						|
    ],
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/i2p-zero/i2p-zero/releases/download/v$version/i2p-zero-win.v$version.zip",
 | 
						|
        "hash": {
 | 
						|
            "url": "https://github.com/i2p-zero/i2p-zero/releases/tag/v$version",
 | 
						|
            "regex": "(?sm)Windows<.*?<code>$sha256"
 | 
						|
        },
 | 
						|
        "extract_dir": "i2p-zero-win.v$version\\router"
 | 
						|
    }
 | 
						|
}
 |