vfox@0.3.1: Fix hash (Closes #5679)

This commit is contained in:
github-actions[bot] 2024-04-03 14:36:58 +00:00
parent cca01b1b2e
commit e0e819b81f

View File

@ -10,17 +10,17 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.1/vfox_0.3.1_windows_x86_64.zip", "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" "extract_dir": "vfox_0.3.1_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.1/vfox_0.3.1_windows_i386.zip", "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" "extract_dir": "vfox_0.3.1_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.1/vfox_0.3.1_windows_aarch64.zip", "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" "extract_dir": "vfox_0.3.1_windows_aarch64"
} }
}, },