Bump libdcp to be more tolerant of some missing XML tags. v1.6.28
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Aug 2022 17:15:34 +0000 (19:15 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Aug 2022 17:15:34 +0000 (19:15 +0200)
cscript

diff --git a/cscript b/cscript
index c4205e84443b85f3e03aa8ac80e3ee81dba0a1b8..5f48e0556eae6d0cc48471e1ee3ba9295f3947d2 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.24'))
+    return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.25'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory