From cb4c0be3ed04a07f18f270f5cd4f4f4e456b2090 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Wed, 19 Jun 2019 14:49:49 +0000 Subject: [PATCH] Add i2p-zero 1.7 (#154) * add i2p-zero 1.7 * Update --- bucket/i2p-zero.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/i2p-zero.json diff --git a/bucket/i2p-zero.json b/bucket/i2p-zero.json new file mode 100644 index 0000000000000..91715992f85a8 --- /dev/null +++ b/bucket/i2p-zero.json @@ -0,0 +1,24 @@ +{ + "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" + } +}