ScoopInstaller_Main/bucket/vapoursynth.json

33 lines
986 B
JSON

{
"version": "71",
"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/R71/VapourSynth64-Portable-R71.zip",
"hash": "5104549dcbfa197862564577ec82f620d54c1bbc158c263cdcbe86780d567e53"
}
},
"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"
}
}
}
}