From 4a9df6dc0f8ae7b18e24ecf4f78475a32016473c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:27:25 +0000 Subject: [PATCH] vhs: Update to version 0.3.0 --- bucket/vhs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vhs.json b/bucket/vhs.json index c5c7881cc3..4d1e3950cb 100644 --- a/bucket/vhs.json +++ b/bucket/vhs.json @@ -1,5 +1,5 @@ { - "version": "0.2.0", + "version": "0.3.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.2.0/vhs_0.2.0_Windows_x86_64.zip", - "hash": "867b9571e61223ac78e914f9b415c7430dd81f5f983a13c767edc4173b8ecfc7" + "url": "https://github.com/charmbracelet/vhs/releases/download/v0.3.0/vhs_0.3.0_Windows_x86_64.zip", + "hash": "6c8165f54759d98127dec0d92b7f7cff868483f66fbe6004d06f6935eac30ff4" }, "32bit": { - "url": "https://github.com/charmbracelet/vhs/releases/download/v0.2.0/vhs_0.2.0_Windows_i386.zip", - "hash": "21e7edb27b1523798f5a51a63867d4a9c0e2624c820b372dc2d273649ead368c" + "url": "https://github.com/charmbracelet/vhs/releases/download/v0.3.0/vhs_0.3.0_Windows_i386.zip", + "hash": "866619d84023f3dd1f1a649a6d3e59173b2e6b752c3a7e5b1e7252d3241701b6" } }, "bin": "vhs.exe",