From e0e819b81f031bbc1fd2fc83f670eaf4744a4b3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:36:58 +0000 Subject: [PATCH] vfox@0.3.1: Fix hash (Closes #5679) --- bucket/vfox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vfox.json b/bucket/vfox.json index e377029b45..003521af26 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.1/vfox_0.3.1_windows_x86_64.zip", - "hash": "854f260f304b80d61219b5d2e4ff91909f9916d8b504e704e8c78131d0fcc432", + "hash": "c9152aa5d1726206deb497429519aa444655ff2e3b8b572854ab8979f1a97118", "extract_dir": "vfox_0.3.1_windows_x86_64" }, "32bit": { "url": "https://github.com/version-fox/vfox/releases/download/v0.3.1/vfox_0.3.1_windows_i386.zip", - "hash": "854f260f304b80d61219b5d2e4ff91909f9916d8b504e704e8c78131d0fcc432", + "hash": "33c6621fdbfcd3e5a0c83028b71db7f42eb467f02b1b6d6a0b6d7f55286956f2", "extract_dir": "vfox_0.3.1_windows_i386" }, "arm64": { "url": "https://github.com/version-fox/vfox/releases/download/v0.3.1/vfox_0.3.1_windows_aarch64.zip", - "hash": "854f260f304b80d61219b5d2e4ff91909f9916d8b504e704e8c78131d0fcc432", + "hash": "8fca301721674b91a530d094e22f8d737d25e110e32d646d985f8146c4059d5a", "extract_dir": "vfox_0.3.1_windows_aarch64" } },