Bump libdcp. v1.6.21
authorCarl Hetherington <cth@carlh.net>
Sun, 5 Jun 2022 21:50:57 +0000 (23:50 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 Jun 2022 21:50:57 +0000 (23:50 +0200)
cscript

diff --git a/cscript b/cscript
index f08e641c83b4320e519d6c0a30c8bbf9ef9d0def..49fd774f5ebae8e355b7345b05cacc68010750df 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', 'v1.8.19'))
+    return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', 'v1.8.20'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory