win-acme: Update to version 2.1.5.742 (#866)

* Update win-acme.json

* Update bucket/win-acme.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/win-acme.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/win-acme.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Dabombber 2020-03-10 01:53:04 +13:00 committed by GitHub
parent 1c7e57fa60
commit 7caacb2e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://pkisharp.github.io/win-acme/", "homepage": "https://www.win-acme.com",
"version": "2.1.3.671", "version": "2.1.5.742",
"description": "A Simple ACME Client", "description": "A Simple ACME Client",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v2.1.3.671/win-acme.v2.1.3.671.x64.trimmed.zip", "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.5/win-acme.v2.1.5.742.x64.trimmed.zip",
"hash": "72d9632a160ec0e98e8fa02b620bc0e88e61c7c82d4691c054490e903107ee43" "hash": "a6c043c4707e80e2c2754134b542a80558b8f161e33054d9ebab4d94e76ad424"
}, },
"32bit": { "32bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v2.1.3.671/win-acme.v2.1.3.671.x86.trimmed.zip", "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.5/win-acme.v2.1.5.742.x86.trimmed.zip",
"hash": "be0a43e2a5a295effa24b298fc4fd2d82e8d2e605dd36a8998008eaba8bd4ab6" "hash": "f9fb2026c729093666cf767ef467173d289a9ead0272e795c050ec017ae9e8ed"
} }
}, },
"pre_install": [ "pre_install": [
@ -21,15 +21,16 @@
"bin": "wacs.exe", "bin": "wacs.exe",
"persist": "settings.json", "persist": "settings.json",
"checkver": { "checkver": {
"github": "https://github.com/PKISharp/win-acme" "github": "https://github.com/win-acme/win-acme",
"regex": "win-acme\\.v([\\d.]+)\\.x64"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v$version/win-acme.v$version.x64.trimmed.zip" "url": "https://github.com/win-acme/win-acme/releases/download/v$matchHead/win-acme.v$version.x64.trimmed.zip"
}, },
"32bit": { "32bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v$version/win-acme.v$version.x86.trimmed.zip" "url": "https://github.com/win-acme/win-acme/releases/download/v$matchHead/win-acme.v$version.x86.trimmed.zip"
} }
} }
} }