diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-09 00:04:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-09 00:04:23 +0000 |
| commit | 1e77753ef4119b6d7df7d2255b1a1d8d6af951de (patch) | |
| tree | 55d07cd2600939d883402d14d082a981627a1d3a /cscript | |
| parent | 32dd3b31349f48adb21bf1923f076755705a508c (diff) | |
Allow specification of trusted devices by thumbprint rather thanv2.13.68
by full certificate.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -341,8 +341,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '7930f76')) - deps.append(('libsub', '7bf99dc')) + deps.append(('libdcp', '27e1378')) + deps.append(('libsub', '2728525')) deps.append(('rtaudio-cdist', '739969e')) return deps |
