summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-05 21:27:58 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-05 21:27:58 +0200
commit2155a17fb217fc511495ed50e39e385965f6ccd3 (patch)
tree88649343488f0261cb2635e956a1518db0f0cad1 /cscript
parentaecb5f5a8f65f1d0f50b5861497c067adcd1f0d0 (diff)
parent5b1c0d804847978e32bc4ce4de43f148c366f9da (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index a7dd0282e..013b10029 100644
--- a/cscript
+++ b/cscript
@@ -376,8 +376,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.8'))
- deps.append(('libsub', 'v1.4.10'))
+ deps.append(('libdcp', 'v1.6.9'))
+ deps.append(('libsub', 'v1.4.11'))
deps.append(('rtaudio-cdist', 'bf0fc23'))
return deps