ScoopInstaller_Main/bucket/i2p-zero.json
2020-05-23 10:10:23 +02:00

29 lines
1.0 KiB
JSON

{
"version": "1.17",
"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.17/i2p-zero-win.v1.17.zip",
"hash": "a3fa0c8b3ae2311ec8c4914d657adbf23a506256b91493d4609fc0e6f557a30b",
"extract_dir": "i2p-zero-win.v1.17\\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"
}
}