summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-14 18:57:25 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-14 18:57:25 +0100
commitaf90e52cd6960c54586cd27a831d535a2001971e (patch)
tree854f269c534f6208c804265f61afd1dd0108f925 /cscript
parent1420c529d7e196f96ddf9580efdc09fa01c55d58 (diff)
Bump libsub for Unicode BOM fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bfaac5d96..571e3895c 100644
--- a/cscript
+++ b/cscript
@@ -225,7 +225,7 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', '0492ad2'),
('libdcp', 'v1.1.0'),
- ('libsub', 'v1.1.1'))
+ ('libsub', 'a002558'))
def configure_options(target):
opt = ''