From c6447ef322e1eb3b01bb25cbe19e116849c3c118 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Nov 2025 20:05:47 +0100 Subject: Bump libsub for fix to subrip files with extra tags. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 3a28abcf6..c6f6a2007 100644 --- a/cscript +++ b/cscript @@ -503,7 +503,7 @@ def build_with_cpp17(target): def dependencies(target, options): deps = [('libdcp', 'v1.10.40', {'c++17': build_with_cpp17(target)})] - deps.append(('libsub', 'v1.6.57')) + deps.append(('libsub', 'v1.6.58')) deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388')) if target.platform != 'linux' or target.distro != 'arch': # We get our OpenSSL libraries from the environment, but we -- cgit v1.2.3