ScoopInstaller_Main/bucket/i2p-zero.json
linsui cb4c0be3ed Add i2p-zero 1.7 (#154)
* add i2p-zero 1.7

* Update
2019-06-19 07:49:49 -07:00

25 lines
860 B
JSON

{
"version": "1.7",
"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.7/i2p-zero-win.v1.7.zip",
"hash": "be1394a97c8486e713e8f07de29206c7384ae9351816a8a24a700dbc4f8522b2",
"extract_dir": "i2p-zero-win.v1.7\\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",
"extract_dir": "i2p-zero-win.v$version\\router"
}
}