diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-12 16:07:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-12 16:07:37 +0100 |
| commit | 8c612105cd1fa6c335ba273ffb99c3e5cd39d0d9 (patch) | |
| tree | d60bfbf50f8440c907455ac1028d566b68c7039d | |
| parent | f64996fb3c4811914547b3aba45288348b645f59 (diff) | |
Bump libdcp for change to configurable certificate validity periods.v1.4.26
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.18')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.19')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
