Bump libdcp v1.6.24
authorCarl Hetherington <cth@carlh.net>
Thu, 14 Jul 2022 22:22:15 +0000 (00:22 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 14 Jul 2022 22:22:15 +0000 (00:22 +0200)
cscript

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