mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.4.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",
|
|
"depends": [
|
|
"ttyd",
|
|
"ffmpeg"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.4.0/vhs_0.4.0_Windows_x86_64.zip",
|
|
"hash": "0f2a4f4a5b3596f43895257e81067f9c7998c3f04856e4fc9f165c5d06f735bd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.4.0/vhs_0.4.0_Windows_i386.zip",
|
|
"hash": "bb8256de18be69f68ed84b4323eecc03ae4bd3e753128d1254306a7ca4e15811"
|
|
}
|
|
},
|
|
"bin": "vhs.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"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_$version_Windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt",
|
|
"regex": "(?m)^$sha256.*?$basename$"
|
|
}
|
|
}
|
|
}
|