diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-16 22:00:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-16 22:00:29 +0100 |
| commit | 6324fd5e218e4fd124772bf4ee2feafdbc3347fc (patch) | |
| tree | d1692aa72590efadaea273cbb2e3ef72a11ada0e | |
| parent | 127bdaa2d8a869112fd6ec908cf115f391dbba24 (diff) | |
Bump libsub for Arch build fix (#2731).
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -508,7 +508,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', 'v1.8.94')) - deps.append(('libsub', 'v1.6.45')) + deps.append(('libsub', 'v1.6.46')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
