diff --git a/bucket/vapoursynth.json b/bucket/vapoursynth.json index d3a01cbdde..3ce887188a 100644 --- a/bucket/vapoursynth.json +++ b/bucket/vapoursynth.json @@ -1,5 +1,5 @@ { - "version": "65", + "version": "69", "description": "A video processing framework with simplicity in mind", "homepage": "https://www.vapoursynth.com", "suggest": { @@ -8,12 +8,12 @@ "license": "LGPL-2.1-or-later", "architecture": { "64bit": { - "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R65/VapourSynth64-Portable-R65.7z", - "hash": "e3fca973dc56283289a2f4f73fe0a6908ff270b9c46b65af3f8674be867ca303" + "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R69/VapourSynth64-Portable-R69.zip", + "hash": "f1c3f5e1e6a9f9d9c4c82462a4e6e04cf40aded1346bcef605b39e01c251571b" }, "32bit": { - "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R65/VapourSynth64-Portable-R65.7z", - "hash": "e3fca973dc56283289a2f4f73fe0a6908ff270b9c46b65af3f8674be867ca303" + "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R69/VapourSynth64-Portable-R69.zip", + "hash": "f1c3f5e1e6a9f9d9c4c82462a4e6e04cf40aded1346bcef605b39e01c251571b" } }, "pre_install": [ @@ -40,10 +40,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.7z" + "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.zip" }, "32bit": { - "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.7z" + "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.zip" } } }