mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
"depends": [
|
|
"ttyd",
|
|
"ffmpeg"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"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.6.0/vhs_0.6.0_Windows_i386.zip",
|
|
"hash": "92e519e5e054b518034d6579ea9185beaa45c96cd8f497f1c5ef609cb4f4f39e"
|
|
}
|
|
},
|
|
"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$"
|
|
}
|
|
}
|
|
}
|