summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-02-10 13:09:34 +0100
committerCarl Hetherington <cth@carlh.net>2022-02-10 13:09:34 +0100
commit1552d01dc4769c7468e116fde764a6b1f331fff4 (patch)
tree9f2e43d42a5ea97aea4b7145fcd9fe3d9931deb5
parentbd82f6583fa3875c7d93e6bff477125ebde60c50 (diff)
Bump libdcp.2174-cert-duration
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5b36440..6c140f1 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', '2dccdb319cd868d17c5401a584ed4fbf121cf257'))
+ return (('asdcplib', 'bb09615'), ('libdcp', '16255d485e1270889f51a0340d66be8e985b03fa'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory