mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
win-acme: Update to version 2.1.7.807 (#1059)
This commit is contained in:
parent
cca7b44050
commit
6459c79ab8
@ -1,31 +1,32 @@
|
|||||||
{
|
{
|
||||||
"version": "2.1.6.773",
|
"version": "2.1.7.807",
|
||||||
"description": "A Simple ACME Client",
|
"description": "A Simple ACME Client",
|
||||||
"homepage": "https://www.win-acme.com",
|
"homepage": "https://www.win-acme.com",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.6.773/win-acme.v2.1.6.773.x64.trimmed.zip",
|
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.7/win-acme.v2.1.7.807.x64.trimmed.zip",
|
||||||
"hash": "e2c06ae7e391f8ca3dd356b54a09e11ca0f08daa9a000b7766a5f02da30f16e5"
|
"hash": "b8ae00cd36291d62b25e0e29f7cc0651269491342568d85b17631ae597732571"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.6.773/win-acme.v2.1.6.773.x86.trimmed.zip",
|
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.7/win-acme.v2.1.7.807.x86.trimmed.zip",
|
||||||
"hash": "2b609a9ab829bbfecdc63ee6eada1f379864c47859f9ba6eb67141cc902ea5c3"
|
"hash": "48501ba75f8a6bcae5fb938fb3a51408ad9723a9587f1dc3c31720c7d3bd273f"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",
|
"pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",
|
||||||
"bin": "wacs.exe",
|
"bin": "wacs.exe",
|
||||||
"persist": "settings.json",
|
"persist": "settings.json",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/win-acme/win-acme"
|
"github": "https://github.com/win-acme/win-acme",
|
||||||
|
"regex": "acme\\.v([\\d.]+)\\.x"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/win-acme/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/win-acme/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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user