diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 00:22:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 00:22:50 +0000 |
| commit | 2068758587726a6daea5a1e5ab387ac1d24a78fb (patch) | |
| tree | 3984239fa375d70e078294c43d3a3cd00be8e7fb /cscript | |
| parent | 8658ca901bb4b65cc3a1cb93dea021eab7cee9e5 (diff) | |
Bump deps to release versions.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
