summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-23 21:39:28 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-26 14:03:24 +0000
commit60b857349ea425dc8c48cab0ec6c65331678d0ab (patch)
treee9fd07ef0abf211b2bb2ec9596f523e8879369d6
parent067e4dea83ae02303ff8473cb2d61e1ca6c6104e (diff)
Bump libcxml for OS X fix.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 995d4c224..d534d427b 100644
--- a/cscript
+++ b/cscript
@@ -331,8 +331,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'd9d7b42'))
- deps.append(('libsub', '38b3791'))
+ deps.append(('libdcp', '6c0c06a'))
+ deps.append(('libsub', '928db1f'))
deps.append(('rtaudio-cdist', 'aad62d7'))
return deps