From 25a721220a802eda3f4393cb11937ab4691fa163 Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Sat, 26 Dec 2020 22:48:59 +0500 Subject: [PATCH] ethr: add version 1.0.0 (#1701) * add ethr Signed-off-by: Slach * Update ethr.json Co-authored-by: Chawye Hsu --- bucket/ethr.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/ethr.json diff --git a/bucket/ethr.json b/bucket/ethr.json new file mode 100644 index 0000000000..5025ae445f --- /dev/null +++ b/bucket/ethr.json @@ -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" + } +}