From a97b1af0de9efde4f684d7d3f831ec9a95c3f581 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:39:53 +0000 Subject: [PATCH] vfox@0.2.6: Fix hash (Closes #5628) --- bucket/vfox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vfox.json b/bucket/vfox.json index 74383d5285..51078d5b7c 100644 --- a/bucket/vfox.json +++ b/bucket/vfox.json @@ -10,17 +10,17 @@ "architecture": { "64bit": { "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_x86_64.zip", - "hash": "4cfcbb3c25ce8229a146a395ea0dc22130c751c4feb3f0a065f94b45d7ed014f", + "hash": "41022b10450532dfa8e94fff6b081f445e9cff09d4b20ea73d2d43479e2197f4", "extract_dir": "vfox_0.2.6_windows_x86_64" }, "32bit": { "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_i386.zip", - "hash": "4cfcbb3c25ce8229a146a395ea0dc22130c751c4feb3f0a065f94b45d7ed014f", + "hash": "63aefdefa2ff5eeae8b375c82cf2a45cb34edfcfbed1b74beec88230fa8a699d", "extract_dir": "vfox_0.2.6_windows_i386" }, "arm64": { "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_aarch64.zip", - "hash": "4cfcbb3c25ce8229a146a395ea0dc22130c751c4feb3f0a065f94b45d7ed014f", + "hash": "118852a9ac960e2c333e85a42f673535c557e6c2f1a0bd7ebdf51d4817e52f76", "extract_dir": "vfox_0.2.6_windows_aarch64" } },