2022-11-22 20:26:52 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.2.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.2.0/vhs_0.2.0_Windows_x86_64.zip",
"hash": "867b9571e61223ac78e914f9b415c7430dd81f5f983a13c767edc4173b8ecfc7"
},
"32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.2.0/vhs_0.2.0_Windows_i386.zip",
"hash": "21e7edb27b1523798f5a51a63867d4a9c0e2624c820b372dc2d273649ead368c"
}
},
"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$"
}
}
}