From d325a2f668896b413198ab1adc3cbb2d1c688b64 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Thu, 31 Jul 2025 12:46:26 +0000 Subject: [PATCH] everything-cli@1.1.0.30: Add arm64 --- bucket/everything-cli.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/everything-cli.json b/bucket/everything-cli.json index 678a65e7f1..cda12ded99 100644 --- a/bucket/everything-cli.json +++ b/bucket/everything-cli.json @@ -12,6 +12,10 @@ "32bit": { "url": "https://www.voidtools.com/ES-1.1.0.30.x86.zip", "hash": "7e9f04cb92e9eb0440655a395537b204e98e3accd5335e610649d323b15f5117" + }, + "arm64": { + "url": "https://www.voidtools.com/ES-1.1.0.30.ARM64.zip", + "hash": "af5f02b29d6e91b7e70d3b6809bbfe931af671d981e060ecb4f015c30f9697b9" } }, "pre_install": [ @@ -32,6 +36,9 @@ }, "32bit": { "url": "https://www.voidtools.com/ES-$version.x86.zip" + }, + "arm64": { + "url": "https://www.voidtools.com/ES-$version.ARM64.zip" } } }