From 1e77753ef4119b6d7df7d2255b1a1d8d6af951de Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 9 Nov 2018 00:04:23 +0000 Subject: Allow specification of trusted devices by thumbprint rather than by full certificate. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 9f0460b0e..9f12046ec 100644 --- a/cscript +++ b/cscript @@ -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 -- cgit v1.2.3