diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-23 21:39:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 14:03:24 +0000 |
| commit | 60b857349ea425dc8c48cab0ec6c65331678d0ab (patch) | |
| tree | e9fd07ef0abf211b2bb2ec9596f523e8879369d6 | |
| parent | 067e4dea83ae02303ff8473cb2d61e1ca6c6104e (diff) | |
Bump libcxml for OS X fix.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
