Skip to content

Commit

Permalink
vibe: add 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Nov 10, 2024
1 parent 7685e8b commit 7b3a016
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bucket/vibe.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit 7b3a016

Please sign in to comment.