Bump libdcp for new equality option. v1.6.40
authorCarl Hetherington <cth@carlh.net>
Thu, 24 Nov 2022 09:19:49 +0000 (10:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 24 Nov 2022 09:19:49 +0000 (10:19 +0100)
cscript

diff --git a/cscript b/cscript
index 2010462d385f8cf76e7f9bcaa0fc6e16b56c883c..50aba54ea555fa5d1440e572d4624df4745c01d0 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.33'))
+    return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.34'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory