-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvapoursynth.json
40 lines (40 loc) · 1.56 KB
/
vapoursynth.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"##": "Persists 64-bit release only",
"homepage": "http://www.vapoursynth.com/",
"license": "OFL-1.1",
"version": "R57",
"architecture": {
"64bit": {
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R57/VapourSynth64-Portable-R57.7z",
"hash": "04a42f2ee604eb7370df98c9c9a85d4f7854e96250ab0356be85d81489710d20",
"pre_install": "Remove-Item -LiteralPath \"$dir\\vapoursynth64\\plugins\" -Force -Recurse -ErrorAction SilentlyContinue"
},
"32bit": {
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/R57/VapourSynth32-Portable-R57.7z",
"hash": "f686a5517d648f99efac44f225e2c7922cbfb7e0593ac8a557b5a012d6f57e9a",
"pre_install": "Remove-Item -LiteralPath \"$dir\\vapoursynth32\\plugins\" -Force -Recurse -ErrorAction SilentlyContinue"
}
},
"bin": [
"VSPipe.exe",
"AVFS.exe"
],
"persist": "vapoursynth64\\plugins",
"suggest": {
"Python3": "python"
},
"checkver": {
"url": "https://github.com/vapoursynth/vapoursynth/releases/latest",
"re": "/releases/tag/(R([\\d]+))"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/$version/VapourSynth64-Portable-$version.7z"
},
"32bit": {
"url": "https://github.com/vapoursynth/vapoursynth/releases/download/$version/VapourSynth32-Portable-$version.7z"
}
}
}
}