acmesharp: Update to version 0.9.1.326 (#73)

This commit is contained in:
Brandon Smith 2019-05-18 15:23:26 -04:00 committed by Richard Kuhnt
parent f0cff083ac
commit 906d114dda

View File

@ -1,11 +1,17 @@
{
"version": "0.8.1.0",
"version": "0.9.1.326",
"homepage": "https://github.com/ebekker/ACMESharp",
"description": "An ACME (Let's Encrypt) client library and PowerShell client for the .NET platform",
"url": "https://github.com/ebekker/ACMESharp/releases/download/v0.8.1.0-EA/ACME-posh.zip",
"hash": "b1da3d39744ba5842bb3a3b97da9a5e4d4c22314b741baa0175e9d0c977ec3f1",
"extract_dir": "Debug/ACMESharp",
"url": "https://psg-prod-eastus.azureedge.net/packages/acmesharp.0.9.1.326.nupkg",
"hash": "e8c3c6799c03e7d3df41b6c39c7f3761ec027f94800f4bdf177b274a407012dd",
"psmodule": {
"name": "ACMESharp"
},
"checkver": {
"url": "https://www.powershellgallery.com/packages/ACMESharp",
"re": "Downloads of ([\\d.]+)"
},
"autoupdate": {
"url": "https://psg-prod-eastus.azureedge.net/packages/acmesharp.$version.nupkg"
}
}