From 3b10cc812f259c8305348d3933ed129c534904d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 12:33:11 +0000 Subject: [PATCH] vivetool: Update to version 0.3.1 --- bucket/vivetool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vivetool.json b/bucket/vivetool.json index 6e5b4b7a8e..6180ad7688 100644 --- a/bucket/vivetool.json +++ b/bucket/vivetool.json @@ -1,10 +1,10 @@ { - "version": "0.3.0", + "version": "0.3.1", "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.0/ViveTool-v0.3.0.zip", - "hash": "e097d86c731f4d449d6e7e5ba66ab64deb22f16972617f57734592f89184c989", + "url": "https://github.com/thebookisclosed/ViVe/releases/download/v0.3.1/ViveTool-v0.3.1.zip", + "hash": "f9ff715d8079fe17be4b34efb397e30afda73f651deb963586a035130b718301", "pre_install": "if ([Environment]::OSVersion.Version.Build -lt 18963) { error 'Windows build 18963 or newer is required.'; break }", "bin": "ViVeTool.exe", "checkver": "github",