Slightly improve alignment (still not right though).
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 839405e45a45ee12e8c81bbbad2364078accfd71..c25d82cab5ad5ff8952ebad2afacf7943bfacd1d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -457,9 +457,9 @@ def dependencies(target, options):
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', 'v1.8.51'))
+    deps.append(('libdcp', 'v1.8.55'))
     deps.append(('libsub', 'v1.6.42'))
-    deps.append(('leqm-nrt', '93ae9e6'))
+    deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
     deps.append(('rtaudio', 'f619b76'))
     # We get our OpenSSL libraries from the environment, but we
     # also need a patched openssl binary to make certificates.
@@ -467,7 +467,7 @@ def dependencies(target, options):
     # the appropriate place later
     deps.append(('openssl', '7f29dd5'))
     if can_build_disk(target):
-        deps.append(('lwext4', 'ee865fa65f05e348cd4e0bce0552a2725ad5663a'))
+        deps.append(('lwext4', '3dc752da8948564456ce2d721c266b4e1a50e7a1'))
     deps.append(('ffcmp', 'da96af56f3ddf074f2044a0cd6e50c95184fd169'))
 
     return deps