diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-22 19:38:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-22 19:38:18 +0100 |
| commit | 9144a4b6f55d224fdb7ef6a25cc5fdbf9ba2aa74 (patch) | |
| tree | b90ef9fc7109ccc2de6a8a9114cfcd2d09568498 /cscript | |
| parent | 8f4c784f0b51dff75ee87399b6e5078ea650356d (diff) | |
Bump libsub to fix #2685.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -509,7 +509,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', 'v1.8.89')) - deps.append(('libsub', 'v1.6.44')) + deps.append(('libsub', 'v1.6.45')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
