summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-11 18:05:07 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-11 18:05:07 +0000
commite317dd3202cd02049f24eec6e2fcaeeb7d059d46 (patch)
tree7b2f28e8ab9b9d4799261f82413f08fd4b725d0d /cscript
parent4a41cc131140570d4f47d7d98577686515d6daba (diff)
Bump libsub dependency.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 716d0e93b..bfbb09bfa 100644
--- a/cscript
+++ b/cscript
@@ -157,7 +157,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', 'f69bb08'),
('libdcp', '8951dd5'),
- ('libsub', '1629853'))
+ ('libsub', '65244fb'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory