2023-02-21 20:27:25 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.3.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.3.0/vhs_0.3.0_Windows_x86_64.zip",
"hash": "6c8165f54759d98127dec0d92b7f7cff868483f66fbe6004d06f6935eac30ff4"
},
"32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.3.0/vhs_0.3.0_Windows_i386.zip",
"hash": "866619d84023f3dd1f1a649a6d3e59173b2e6b752c3a7e5b1e7252d3241701b6"
}
},
"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$"
}
}
}