From 7b3a016a1b1c31a2d1643851c44e8f5dbead7d1b Mon Sep 17 00:00:00 2001 From: ivaquero Date: Sun, 10 Nov 2024 14:25:25 +0800 Subject: [PATCH] vibe: add 2.6.3 --- bucket/vibe.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bucket/vibe.json diff --git a/bucket/vibe.json b/bucket/vibe.json new file mode 100644 index 00000000..3ae202cf --- /dev/null +++ b/bucket/vibe.json @@ -0,0 +1,36 @@ +{ + "version": "2.6.3", + "description": "transcribe almost every language offline", + "homepage": "https://github.com/thewh1teagle/vibe", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/thewh1teagle/vibe/releases/download/v2.6.3/vibe_2.6.3_x64-setup.exe#/dl.7z", + "hash": "18f16e42b5ff9632659f0bd2dbf550e40db4a14eacc9766827708d3869d566c6", + "installer": { + "script": [ + "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Unins*\" -Force -Recurse" + ] + }, + "bin": [ + [ + "vibe.exe" + ] + ], + "shortcuts": [ + [ + "vibe.exe", + "vibe" + ] + ] + } + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/thewh1teagle/vibe/releases/download/v$version/vibe_${version}_x64-setup.exe#/dl.7z" + } + } + } +}