From e87a1d677a61700ba8254db07b252e77669c9aad Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Sun, 23 Jul 2023 08:59:19 +0000 Subject: [PATCH] vhs: Update to version 0.6.0, fix url --- bucket/vhs.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/vhs.json b/bucket/vhs.json index 058c3baa72..8ac43c76d0 100644 --- a/bucket/vhs.json +++ b/bucket/vhs.json @@ -1,5 +1,5 @@ { - "version": "0.5.0", + "version": "0.6.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.5.0/vhs_Windows_x86_64.zip", - "hash": "ddf272cdf91631c2b1c365a50b1ff35430fa19e6c17c20349a0ce7a1bf5b56b8" + "url": "https://github.com/charmbracelet/vhs/releases/download/v0.6.0/vhs_0.6.0_Windows_x86_64.zip", + "hash": "ad8912327a059c048dbfb219c16fbc4b66152102d81f717cd2a62173eef06931" }, "32bit": { - "url": "https://github.com/charmbracelet/vhs/releases/download/v0.4.0/vhs_Windows_i386.zip", - "hash": "5e72e974e4af26eb2b22741539fb3a4dace7cc2a6f74827c2f3822d10a6cdbc3" + "url": "https://github.com/charmbracelet/vhs/releases/download/v0.6.0/vhs_0.6.0_Windows_i386.zip", + "hash": "92e519e5e054b518034d6579ea9185beaa45c96cd8f497f1c5ef609cb4f4f39e" } }, "bin": "vhs.exe", @@ -22,10 +22,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_Windows_x86_64.zip" + "url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_x86_64.zip" }, "32bit": { - "url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_Windows_i386.zip" + "url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_i386.zip" } }, "hash": {