summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-20 13:10:28 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-20 21:23:03 +0200
commit13c50dcea5aba715b205b0d84b9fc890fa43718a (patch)
tree79d6d608de832e159c9e0ed01482aef4dcb16194
parentd0925652af0da9d41c6428aec41707b892ab23f4 (diff)
Bump libsub.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bd7c9bad9..45cf519f3 100644
--- a/cscript
+++ b/cscript
@@ -534,7 +534,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', '7564d39000b1dce3415d8d29a70db7574bbd6aa8', {'c++17': target.platform == 'osx'})]
+ deps = [('libdcp', 'e21dc264ac980b42395d6f23b6eccf378c842205', {'c++17': target.platform == 'osx'})]
deps.append(('libsub', '1c8d18d45dcb823d99f0f57200eaee8e1f2d9998'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))