From 47746d803b35c11ce5e0a5fee367a70f70fe9a4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 20:26:52 +0000 Subject: [PATCH] vhs: Update to version 0.2.0 --- bucket/vhs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vhs.json b/bucket/vhs.json index 178ed2836e..c5c7881cc3 100644 --- a/bucket/vhs.json +++ b/bucket/vhs.json @@ -1,5 +1,5 @@ { - "version": "0.1.1", + "version": "0.2.0", "homepage": "https://github.com/charmbracelet/vhs", "description": "A cli application that allows you to create terminal GIFs as code for integration testing and demoing your CLI tools (ex. neofetch/winfetch).", "license": "MIT", @@ -9,12 +9,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/charmbracelet/vhs/releases/download/v0.1.1/vhs_0.1.1_Windows_x86_64.zip", - "hash": "c628a4e2eac78f48036d464d0571295a932dadc76220d6a66daea1a60c599713" + "url": "https://github.com/charmbracelet/vhs/releases/download/v0.2.0/vhs_0.2.0_Windows_x86_64.zip", + "hash": "867b9571e61223ac78e914f9b415c7430dd81f5f983a13c767edc4173b8ecfc7" }, "32bit": { - "url": "https://github.com/charmbracelet/vhs/releases/download/v0.1.1/vhs_0.1.1_Windows_i386.zip", - "hash": "88c1ab9321e593cf22aa199624db9dbca5954c86f67a48a6e2bb3119e4f9c851" + "url": "https://github.com/charmbracelet/vhs/releases/download/v0.2.0/vhs_0.2.0_Windows_i386.zip", + "hash": "21e7edb27b1523798f5a51a63867d4a9c0e2624c820b372dc2d273649ead368c" } }, "bin": "vhs.exe",