Bump deps for cscript fixes.
authorCarl Hetherington <cth@carlh.net>
Sat, 2 Aug 2014 15:21:06 +0000 (16:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 Aug 2014 15:21:06 +0000 (16:21 +0100)
cscript

diff --git a/cscript b/cscript
index 5ea5a4cfd22e6cccccedb6ef923d7841d6754473..0c5838ed2a62728a0f16d0452aa4ca9965db0819 100644 (file)
--- a/cscript
+++ b/cscript
@@ -156,8 +156,8 @@ def make_control(debian_version, bits, filename, debug):
         print >>f,''
 
 def dependencies(target):
-    return (('ffmpeg-cdist', '67dc770'),
-            ('libdcp', '009e07f'))
+    return (('ffmpeg-cdist', '7e95caa'),
+            ('libdcp', '7f029e7'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()