diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-04 22:02:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-04 22:02:24 +0100 |
| commit | 5a2efa2a7a7959cd66386d4610cf5ac042216803 (patch) | |
| tree | 703ce27ae49ab9c203ba6f51bdd6162787d05d83 | |
| parent | 34b2b0fe412332505e3d543358c9741bd068602d (diff) | |
Bump libsub for another font color fix.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -458,7 +458,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', 'v1.8.64')) - deps.append(('libsub', 'v1.6.43')) + deps.append(('libsub', 'v1.6.44')) deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
