summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-01-24 01:21:25 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-24 01:21:25 +0100
commit3c12d655a7952174a18d7d5eaa893b00a8d488cf (patch)
treec26dc99598f5944b2e655c69b80e4b5a7fe6a637
parent4f85ccdd794682ed04081755d9272d6f006b4c2f (diff)
Bump libsub for build fix.v2.14.25
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e11b8e369..d165b0aef 100644
--- a/cscript
+++ b/cscript
@@ -345,7 +345,7 @@ def dependencies(target):
deps = []
deps.append(('libdcp', 'v1.6.14'))
- deps.append(('libsub', 'v1.4.17'))
+ deps.append(('libsub', 'v1.4.18'))
deps.append(('rtaudio-cdist', 'bf0fc23'))
return deps