From c619e0e0707d2893a0b0ac28d8867f565830bea8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 09:36:29 +0000 Subject: [PATCH] vfox@0.3.2: Fix hash (Closes #5697) --- bucket/vfox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vfox.json b/bucket/vfox.json index ccf5e7370c..8a8d3c97d3 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.3.2/vfox_0.3.2_windows_x86_64.zip", - "hash": "3a1e3a62486b6e0060b9b2e2e219a7f79df411fc585ade58803c9482571ecc1d", + "hash": "00d8817e2f29f51477c33a0cde4bc61272f3d96af97f62c70840c1dea5654b92", "extract_dir": "vfox_0.3.2_windows_x86_64" }, "32bit": { "url": "https://github.com/version-fox/vfox/releases/download/v0.3.2/vfox_0.3.2_windows_i386.zip", - "hash": "3a1e3a62486b6e0060b9b2e2e219a7f79df411fc585ade58803c9482571ecc1d", + "hash": "546009c40a92742124abd1fe908249e00b95a22c49c933fd331218567f0c1a66", "extract_dir": "vfox_0.3.2_windows_i386" }, "arm64": { "url": "https://github.com/version-fox/vfox/releases/download/v0.3.2/vfox_0.3.2_windows_aarch64.zip", - "hash": "3a1e3a62486b6e0060b9b2e2e219a7f79df411fc585ade58803c9482571ecc1d", + "hash": "22188a167c353f40ff4848e561ac02bd044290acbdb035c6304de74286c0ce4e", "extract_dir": "vfox_0.3.2_windows_aarch64" } },