From 9db56a75e50701bb27ac0b3134a70d2be373ac52 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 24 Jun 2021 17:03:28 +0200 Subject: Fix incorrect issuer/creator in CPL files. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index db23eb728..8071d9df8 100644 --- a/cscript +++ b/cscript @@ -388,8 +388,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'bd4b476')) - deps.append(('libsub', '791364b')) + deps.append(('libdcp', '97b4901')) + deps.append(('libsub', 'fa899ec')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we -- cgit v1.2.3