From bafdfd7e9c358a98596e08afa70755304cdd0800 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 14 May 2018 15:29:50 +0200 Subject: [PATCH] Add serve version 0.2.1 (moved from extras bucket) --- serve.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 serve.json diff --git a/serve.json b/serve.json new file mode 100644 index 0000000000..2056e610ae --- /dev/null +++ b/serve.json @@ -0,0 +1,17 @@ +{ + "version": "0.2.1", + "url": "https://github.com/philippgille/serve/releases/download/v0.2.1/serve_v0.2.1_Windows_x64.zip", + "hash": "1CEF8B0D6CE7F8F4E2116F5471D1B299B6852AF109B8E6F397C70FFC2C37A910", + "bin": "serve.exe", + "homepage": "https://github.com/philippgille/serve", + "checkver": { + "github": "https://github.com/philippgille/serve" + }, + "autoupdate": { + "url": "https://github.com/philippgille/serve/releases/download/v$version/serve_v$version_Windows_x64.zip", + "hash": { + "url": "$url.sha256" + } + }, + "notes": "Thank you for installing serve! Type `serve -h` to print its usage." +}