From 947bf061afa61bd05eb7d9e3ad499f1746a732d9 Mon Sep 17 00:00:00 2001 From: b4imetu <41535001+b4imetu@users.noreply.github.com> Date: Tue, 22 Apr 2025 23:21:15 +0800 Subject: [PATCH] vapoursynth: remove 32bit and $arch (#6733) --- bucket/vapoursynth.json | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/bucket/vapoursynth.json b/bucket/vapoursynth.json index bf92a67388..1852f46bba 100644 --- a/bucket/vapoursynth.json +++ b/bucket/vapoursynth.json @@ -1,7 +1,7 @@ { "version": "71", "description": "A video processing framework with simplicity in mind", - "homepage": "https://www.vapoursynth.com", + "homepage": "https://www.vapoursynth.com/", "suggest": { "vcredist": "extras/vcredist2022" }, @@ -10,23 +10,8 @@ "64bit": { "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R71/VapourSynth64-Portable-R71.zip", "hash": "5104549dcbfa197862564577ec82f620d54c1bbc158c263cdcbe86780d567e53" - }, - "32bit": { - "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R71/VapourSynth64-Portable-R71.zip", - "hash": "5104549dcbfa197862564577ec82f620d54c1bbc158c263cdcbe86780d567e53" } }, - "pre_install": [ - "$arch = $architecture.SubString(0,2)", - "if(Test-Path \"$persist_dir\\vapoursynth$arch\") {Copy-Item \"$persist_dir\\*\" \"$dir\\\" -Force -Recurse}" - ], - "uninstaller": { - "script": [ - "$arch = $architecture.SubString(0,2)", - "ensure \"$persist_dir\" | Out-Null", - "Copy-Item \"$dir\\vapoursynth$arch\" \"$persist_dir\\\" -Force -Recurse" - ] - }, "bin": [ "AVFS.exe", "VSPipe.exe", @@ -41,9 +26,6 @@ "architecture": { "64bit": { "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.zip" } } }