From 872213deb537d39011bcb96b34713f408a4ee275 Mon Sep 17 00:00:00 2001 From: psykose Date: Wed, 8 May 2024 16:25:58 +0000 Subject: [PATCH] main/vapoursynth: update to 68 --- main/vapoursynth/template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/vapoursynth/template.py b/main/vapoursynth/template.py index 5b23c9ba20..8ca99840e9 100644 --- a/main/vapoursynth/template.py +++ b/main/vapoursynth/template.py @@ -1,5 +1,5 @@ pkgname = "vapoursynth" -pkgver = "67" +pkgver = "68" pkgrel = 0 build_style = "gnu_configure" configure_gen = ["./autogen.sh"] @@ -19,7 +19,7 @@ license = "LGPL-2.1-or-later" url = "https://www.vapoursynth.com" source = f"https://github.com/vapoursynth/vapoursynth/archive/R{pkgver}.tar.gz" -sha256 = "0224be706a251d7936396aa83dfb21c7a7764c8bd80c29085a6415ac1453420d" +sha256 = "3bd787f7d1e5feb9e57861b6b9a4646b88300e26a3b9302fe21c6102b1f193f0" @subpackage("vapoursynth-devel")