diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-14 15:50:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-14 15:50:41 +0000 |
| commit | 3f3b9712e186821b19e84b02f7f4d9d7a8112f37 (patch) | |
| tree | b31f9add3911cf4333598feac3d54c8dc6a1a0cd /cscript | |
| parent | 8433b9097fb44a965b47f8a8f40bc49fc8d2913e (diff) | |
Bump libdcp for speculative certificate fix.v2.13.99
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -327,8 +327,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '7e4e6be')) - deps.append(('libsub', '432cd4d')) + deps.append(('libdcp', 'd359892')) + deps.append(('libsub', 'b79323d')) deps.append(('rtaudio-cdist', 'aad62d7')) return deps |
