From fc73751ba1032abb2e53a3fe05b99ff18f22e233 Mon Sep 17 00:00:00 2001 From: robjarsen <29106074+robjarsen@users.noreply.github.com> Date: Fri, 26 Jan 2018 11:34:25 -0500 Subject: [PATCH] Add letsencrypt-win-simple (#1984) --- letsencrypt-win-simple.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 letsencrypt-win-simple.json diff --git a/letsencrypt-win-simple.json b/letsencrypt-win-simple.json new file mode 100644 index 0000000000..cb1269e820 --- /dev/null +++ b/letsencrypt-win-simple.json @@ -0,0 +1,14 @@ +{ + "homepage": "https://github.com/Lone-Coder/letsencrypt-win-simple/", + "version": "1.9.8.2", + "license": "https://github.com/Lone-Coder/letsencrypt-win-simple/blob/master/LICENSE", + "hash": "d32446aa8c2fe50a201d6f770c4c6ca04891ea2e8aa04bc7677aff647fa71c05", + "url": "https://github.com/Lone-Coder/letsencrypt-win-simple/releases/download/v1.9.8.2/letsencrypt-win-simple.v1.9.8.2.zip", + "bin": "letsencrypt.exe", + "checkver": { + "github": "https://github.com/Lone-Coder/letsencrypt-win-simple" + }, + "autoupdate": { + "url": "https://github.com/Lone-Coder/letsencrypt-win-simple/releases/download/v$version/letsencrypt-win-simple.v$version.zip" + } +}