Bump asdcplib for Debian unstable build fix.
authorCarl Hetherington <cth@carlh.net>
Wed, 9 Nov 2016 15:29:32 +0000 (15:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 9 Nov 2016 15:29:32 +0000 (15:29 +0000)
cscript

diff --git a/cscript b/cscript
index 32bd74ca42298355c83a589094cad774062885ff..78ccf518ad0af7382368de1ef77294c23522dd8d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -35,9 +35,9 @@ import os
 
 def dependencies(target):
     if target.platform == 'windows' and target.version == 'xp':
-        return (('libcxml', 'v0.15.4'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', '213c9f8'))
+        return (('libcxml', 'v0.15.4'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', '162963e'))
     else:
-        return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
+        return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '162963e'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory