summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-18 20:36:34 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-18 20:36:34 +0100
commita9b619fcb5fd4b06a3438e6200e8cc246bc5f03b (patch)
tree66ecffdd2d6bee6071620dd4b14860671b5ec7db /cscript
parentb7591713816201dc00dc6492b49135e4bb66868e (diff)
Bump libsub to fiddle with libdcp dependency clash.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 019dc3a00..0516be499 100644
--- a/cscript
+++ b/cscript
@@ -225,7 +225,7 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', '0492ad2'),
('libdcp', '13db82c'),
- ('libsub', 'a002558'))
+ ('libsub', 'e607d5e'))
def configure_options(target):
opt = ''