summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-20 10:40:53 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-20 10:40:53 +0200
commit77bb6020d9827bf5bd6b977ef0f00fbcf72cc82c (patch)
treeb2dda390fb7907d0848330135af52dba774d64d6 /cscript
parent6e53e5006524dd0559abcdcad2bc50a40dbb2d91 (diff)
Bump libcxml.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2db3725f..d882d06a 100644
--- a/cscript
+++ b/cscript
@@ -36,7 +36,7 @@ import shutil
def dependencies(target, options):
deps = [
- ('libcxml', 'v0.17.9', options),
+ ('libcxml', '1245d2962df36bd7d838e4441d05e0f6a27d0038', options),
('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
('asdcplib', 'v1.0.2')
]