ethr: add version 1.0.0 (#1701)

* add ethr

Signed-off-by: Slach <bloodjazman@gmail.com>

* Update ethr.json

Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
Eugene Klimov 2020-12-26 22:48:59 +05:00 committed by GitHub
parent ee4cc595bb
commit 25a721220a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
bucket/ethr.json Normal file
View File

@ -0,0 +1,13 @@
{
"version": "1.0.0",
"description": "Ethr is a Comprehensive Network Measurement Tool for TCP, UDP & ICMP.",
"homepage": "https://github.com/Microsoft/ethr",
"license": "MIT",
"url": "https://github.com/Microsoft/ethr/releases/download/v1.0.0/ethr_windows.zip",
"hash": "a3fa54c49e67b920ee0ac158f59f48cd18b93b2c5f8e829c52d8ce2bcc803b70",
"bin": "ethr.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Microsoft/ethr/releases/download/v$version/ethr_windows.zip"
}
}