Skip to content

Commit

Permalink
win-acme: Change build to pluggable version and support ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
Capella87 committed Dec 28, 2024
1 parent 0ce5f2f commit 1c46356
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions bucket/win-acme.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,36 @@
"architecture": {
"64bit": {
"url": [
"https://github.com/win-acme/win-acme/releases/download/v2.2.9.1701/win-acme.v2.2.9.1701.x64.trimmed.zip",
"https://github.com/win-acme/win-acme/releases/download/v2.2.9.1701/win-acme.v2.2.9.1701.x64.pluggable.zip",
"https://github.com/win-acme/win-acme/releases/download/v2.2.9.1701/plugin.validation.dns.cloudflare.v2.2.9.1701.zip"
],
"hash": [
"f4dc3b144841ffdba391ce168c273d7a686d45a359075e30ee4bf4ee186857d6",
"a2c874e9893a1d91e0329887f72c067dcc49800a49963fa7d61c5a4e09058f0c",
"3261c9334af67aa380c0479a5be43e60be46b4282cdd51c81db0ce4ace838ca2"
]
},
"32bit": {
"url": [
"https://github.com/win-acme/win-acme/releases/download/v2.2.9.1701/win-acme.v2.2.9.1701.x86.trimmed.zip",
"https://github.com/win-acme/win-acme/releases/download/v2.2.9.1701/win-acme.v2.2.9.1701.x86.pluggable.zip",
"https://github.com/win-acme/win-acme/releases/download/v2.2.9.1701/plugin.validation.dns.cloudflare.v2.2.9.1701.zip"
],
"hash": [
"7a6f03640531006574dafc03aea7f40d4a244a63c7c638ccd5482029cfadf5d6",
"5d9159c0c47db815534ebaa6d0252eb6e81d4d574549e6bb8a50a4f7a9319d30",
"3261c9334af67aa380c0479a5be43e60be46b4282cdd51c81db0ce4ace838ca2"
]
},
"arm64": {
"url": [
"https://github.com/win-acme/win-acme/releases/download/v2.2.9.1701/win-acme.v2.2.9.1701.arm64.pluggable.zip",
"https://github.com/win-acme/win-acme/releases/download/v2.2.9.1701/plugin.validation.dns.cloudflare.v2.2.9.1701.zip"
],
"hash": [
"56126518f2f8d735421d8da8d125a1ffc100388d4b43c0329f9a5e71de0a5872",
"3261c9334af67aa380c0479a5be43e60be46b4282cdd51c81db0ce4ace838ca2"
]
}
},
"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",
"persist": [
"settings.json",
Expand All @@ -38,13 +46,19 @@
"architecture": {
"64bit": {
"url": [
"https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$matchBuild.x64.trimmed.zip",
"https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$matchBuild.x64.pluggable.zip",
"https://github.com/win-acme/win-acme/releases/download/v$version/plugin.validation.dns.cloudflare.v$matchBuild.zip"
]
},
"32bit": {
"url": [
"https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$matchBuild.x86.trimmed.zip",
"https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$matchBuild.x86.pluggable.zip",
"https://github.com/win-acme/win-acme/releases/download/v$version/plugin.validation.dns.cloudflare.v$matchBuild.zip"
]
},
"arm64": {
"url": [
"https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$matchBuild.arm64.pluggable.zip",
"https://github.com/win-acme/win-acme/releases/download/v$version/plugin.validation.dns.cloudflare.v$matchBuild.zip"
]
}
Expand Down

0 comments on commit 1c46356

Please sign in to comment.