diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-13 01:01:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-13 13:37:46 +0100 |
| commit | 95bb28e497463e9d424fdb33296c62dd1570f355 (patch) | |
| tree | d476e806ba54c8c94573b28910bc365044e42c39 /cscript | |
| parent | 39ebd472f0b3594ac45fd79a34ab9b79104b3999 (diff) | |
Show hashes when they disagree during verification (#2717).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -507,7 +507,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.93')) + deps.append(('libdcp', 'v1.8.94')) deps.append(('libsub', 'v1.6.45')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
