From 49db520b0bb7cafff949d7525ff780a2ef28eed3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 04:59:55 +0000 Subject: [PATCH] vivetool: Update to version 0.3.2 --- bucket/vivetool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vivetool.json b/bucket/vivetool.json index 6180ad7688..e67c30e60b 100644 --- a/bucket/vivetool.json +++ b/bucket/vivetool.json @@ -1,10 +1,10 @@ { - "version": "0.3.1", + "version": "0.3.2", "description": "App for using new feature control APIs available in Windows 10 version 2004 or newer.", "homepage": "https://github.com/thebookisclosed/ViVe", "license": "GPL-3.0-only", - "url": "https://github.com/thebookisclosed/ViVe/releases/download/v0.3.1/ViveTool-v0.3.1.zip", - "hash": "f9ff715d8079fe17be4b34efb397e30afda73f651deb963586a035130b718301", + "url": "https://github.com/thebookisclosed/ViVe/releases/download/v0.3.2/ViveTool-v0.3.2.zip", + "hash": "c00d75c04c3c82fec5eb181058b9d4effd7a820f2e0a9245cae7f9691b093f4d", "pre_install": "if ([Environment]::OSVersion.Version.Build -lt 18963) { error 'Windows build 18963 or newer is required.'; break }", "bin": "ViVeTool.exe", "checkver": "github",