summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-29 22:41:18 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-29 22:41:18 +0000
commit665d416d4d26b1c1e5ea173ac76d280fb9cfa958 (patch)
tree793973626e4243217c8238e83265300645c74c93 /cscript
parent8a015999e89ccd7fba7f1025689979ce058783d2 (diff)
Bump libsub for crash in malformed .srt (#1454).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 138cdd4f6..e5e98ffcf 100644
--- a/cscript
+++ b/cscript
@@ -328,7 +328,7 @@ def dependencies(target):
deps = []
deps.append(('libdcp', '1b9ef11'))
- deps.append(('libsub', '149f2ca'))
+ deps.append(('libsub', '23d4d5d'))
deps.append(('rtaudio-cdist', 'aad62d7'))
return deps