From 76a7a7d4b26f0dbcb95df5ce74f4d274a7798743 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 5 Feb 2025 00:06:03 +0100 Subject: fixup! more --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index aa71a59d8..2564acc4c 100644 --- a/cscript +++ b/cscript @@ -425,7 +425,7 @@ def make_spec(filename, version, target, options, requires=None): print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f) def dependencies(target, options): - deps = [('libdcp', 'bb85881fc35c1b44ba2d85973789f90ca0a005db', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', '8720a090ddb8b3fab076ee1f74a92bf5660bc03a', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) -- cgit v1.2.3