ScoopInstaller_Main/bucket/vapoursynth.json
2025-11-24 20:29:51 +00:00

33 lines
986 B
JSON

{
"version": "73",
"description": "A video processing framework with simplicity in mind",
"homepage": "https://www.vapoursynth.com/",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R73/VapourSynth64-Portable-R73.zip",
"hash": "8188466fa353e5596f2a09ae8c42357eb2e02ed5418a1e1da3002c1f30d19a21"
}
},
"bin": [
"AVFS.exe",
"VSPipe.exe",
"pfm-192-vapoursynth-win.exe",
"vsrepo.py"
],
"checkver": {
"github": "https://github.com/vapoursynth/vapoursynth",
"regex": "tag/R(\\d+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.zip"
}
}
}
}