mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-01 21:11:20 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.8.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.8.0/vhs_0.8.0_Windows_x86_64.zip",
|
|
"hash": "857058e28ef37742ff939457f69eb6b337c4599bad84d95fccfe30c2de6c0b62",
|
|
"extract_dir": "vhs_0.8.0_Windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.8.0/vhs_0.8.0_Windows_i386.zip",
|
|
"hash": "1ad3f7ca28243461d4c72e32856849c265f580507a23dd405288677139ed55f1",
|
|
"extract_dir": "vhs_0.8.0_Windows_i386"
|
|
}
|
|
},
|
|
"bin": "vhs.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_x86_64.zip",
|
|
"extract_dir": "vhs_$version_Windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charmbracelet/vhs/releases/download/v$version/vhs_$version_Windows_i386.zip",
|
|
"extract_dir": "vhs_$version_Windows_i386"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt",
|
|
"regex": "(?m)^$sha256.*?$basename$"
|
|
}
|
|
}
|
|
}
|