vapoursynth: Update to version 69 (#5864)

This commit is contained in:
Noah Sherwin 2024-07-23 03:02:48 -07:00 committed by GitHub
parent b2993b15c8
commit a53e6a44e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}
}