From a2a61a86417ef0c30b1118924bc4232619b405c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:08:50 +0000 Subject: [PATCH] vfox: Update to version 0.3.0 --- bucket/vfox.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/vfox.json b/bucket/vfox.json index 51078d5b7c..59e96df532 100644 --- a/bucket/vfox.json +++ b/bucket/vfox.json @@ -1,5 +1,5 @@ { - "version": "0.2.6", + "version": "0.3.0", "description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins", "homepage": "https://vfox.lhan.me/", "license": "Apache-2.0", @@ -9,19 +9,19 @@ ], "architecture": { "64bit": { - "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_x86_64.zip", - "hash": "41022b10450532dfa8e94fff6b081f445e9cff09d4b20ea73d2d43479e2197f4", - "extract_dir": "vfox_0.2.6_windows_x86_64" + "url": "https://github.com/version-fox/vfox/releases/download/v0.3.0/vfox_0.3.0_windows_x86_64.zip", + "hash": "10e7e4180903123345af0048ced3332f43653d8573831f508abd9b192b22e67c", + "extract_dir": "vfox_0.3.0_windows_x86_64" }, "32bit": { - "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_i386.zip", - "hash": "63aefdefa2ff5eeae8b375c82cf2a45cb34edfcfbed1b74beec88230fa8a699d", - "extract_dir": "vfox_0.2.6_windows_i386" + "url": "https://github.com/version-fox/vfox/releases/download/v0.3.0/vfox_0.3.0_windows_i386.zip", + "hash": "10e7e4180903123345af0048ced3332f43653d8573831f508abd9b192b22e67c", + "extract_dir": "vfox_0.3.0_windows_i386" }, "arm64": { - "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_aarch64.zip", - "hash": "118852a9ac960e2c333e85a42f673535c557e6c2f1a0bd7ebdf51d4817e52f76", - "extract_dir": "vfox_0.2.6_windows_aarch64" + "url": "https://github.com/version-fox/vfox/releases/download/v0.3.0/vfox_0.3.0_windows_aarch64.zip", + "hash": "10e7e4180903123345af0048ced3332f43653d8573831f508abd9b192b22e67c", + "extract_dir": "vfox_0.3.0_windows_aarch64" } }, "bin": "vfox.exe",