summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-12 00:17:54 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-12 00:17:54 +0000
commit63d571cf152455eed74df915cbf813bbd3cef062 (patch)
tree263473cda8a9848b84fac97b30917a3d403976b0 /cscript
parentaa4fa753e93e0b4b8e48fe3ff2874c02c61397a5 (diff)
Bump to some release versions.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 195be3a46..0b0378111 100644
--- a/cscript
+++ b/cscript
@@ -331,8 +331,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', '6a85c30'))
- deps.append(('libsub', '1c70f3a'))
+ deps.append(('libdcp', 'v1.6.2'))
+ deps.append(('libsub', 'v1.4.1'))
deps.append(('rtaudio-cdist', 'aad62d7'))
return deps