Bump libdcp for bug fix. v1.6.25
authorCarl Hetherington <cth@carlh.net>
Fri, 15 Jul 2022 08:59:22 +0000 (10:59 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 15 Jul 2022 08:59:22 +0000 (10:59 +0200)
cscript

diff --git a/cscript b/cscript
index fc53797863f86481fbd40daa4b654f1624db22f1..c4205e84443b85f3e03aa8ac80e3ee81dba0a1b8 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.23'))
+    return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.24'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory