From 4d2324a5c7cdf2b2d655320fa475593c3676d9ee Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 24 Feb 2018 16:53:14 -0500 Subject: [PATCH] Update win-acme to version 1.9.9.0 (#2045) --- letsencrypt-win-simple.json | 15 --------------- win-acme.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 letsencrypt-win-simple.json create mode 100644 win-acme.json diff --git a/letsencrypt-win-simple.json b/letsencrypt-win-simple.json deleted file mode 100644 index f765c77c6f..0000000000 --- a/letsencrypt-win-simple.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "homepage": "https://github.com/Lone-Coder/letsencrypt-win-simple/", - "version": "1.9.8.4", - "license": "https://github.com/Lone-Coder/letsencrypt-win-simple/blob/master/LICENSE", - "hash": "6b5d3899df25b6a7b6b439bbb10c5ce05f77108e443b3bea8286d37721a82c56", - "url": "https://github.com/Lone-Coder/letsencrypt-win-simple/releases/download/v1.9.8.4/letsencrypt-win-simple.v1.9.8.4.zip", - "bin": "letsencrypt.exe", - "persist": "letsencrypt.exe.config", - "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" - } -} diff --git a/win-acme.json b/win-acme.json new file mode 100644 index 0000000000..d08f2f022e --- /dev/null +++ b/win-acme.json @@ -0,0 +1,15 @@ +{ + "homepage": "https://github.com/PKISharp/win-acme", + "version": "1.9.9.0", + "license": "Apache 2.0", + "hash": "8c4951262a0cecb903629e8c4e1d32380e9f35531e0c38c094d76758570784ea", + "url": "https://github.com/PKISharp/win-acme/releases/download/v1.9.9.0/win-acme.v1.9.9.0.zip", + "bin": "letsencrypt.exe", + "persist": "letsencrypt.exe.config", + "checkver": { + "github": "https://github.com/PKISharp/win-acme" + }, + "autoupdate": { + "url": "https://github.com/PKISharp/win-acme/releases/download/v$version/win-acme.v$version.zip" + } +}