diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-23 11:32:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-23 11:32:16 +0200 |
| commit | 1a49adcbe6af6e797194c9873a2d4e9b57d7de93 (patch) | |
| tree | 19b15b05ed3f900bf987c904f564a2d56746af72 /cscript | |
| parent | 2913a26dd799a6cda6f1b94415167362106318dc (diff) | |
Bump libdcp to increase new cerficate validity to 40 years.v2.14.53
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -325,8 +325,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'f560e2a')) - deps.append(('libsub', '98f74cf')) + deps.append(('libdcp', 'v1.6.18')) + deps.append(('libsub', 'v1.4.25')) deps.append(('rtaudio-cdist', 'bf0fc23')) return deps |
