summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-27 00:22:50 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-27 00:22:50 +0000
commit2068758587726a6daea5a1e5ab387ac1d24a78fb (patch)
tree3984239fa375d70e078294c43d3a3cd00be8e7fb /cscript
parent8658ca901bb4b65cc3a1cb93dea021eab7cee9e5 (diff)
Bump deps to release versions.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2cc1fc7..47e5fe0 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '04f3857'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', 'v1.5.1'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory