Kris Borowinski 65786913c9
vhs: Add extract_dir (#5838)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2024-05-17 21:42:28 +08:00

41 lines
1.6 KiB
JSON

{
"version": "0.7.2",
"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.7.2/vhs_0.7.2_Windows_x86_64.zip",
"hash": "96cfae9ccd2cfe2d17ff6ec6d462ea27ea8d07c1a7eb8ce3cb2e0f833e53666d",
"extract_dir": "vhs_0.7.2_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/charmbracelet/vhs/releases/download/v0.7.2/vhs_0.7.2_Windows_i386.zip",
"hash": "bcb2d418a23ddc4380fe91a60df6c3c887a1dcd351de64ccc8f94a4d59409c20",
"extract_dir": "vhs_0.7.2_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$"
}
}
}