summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-08 23:29:22 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-08 23:29:22 +0200
commit266b5a996cbb602183c79f648bc8f9bdc93c2ea9 (patch)
tree109dab4f00d9f8600cfa40153364a713757fc640
parent0bbb2e9c99845ce7b6056048356a9710119cdbd9 (diff)
Bump asdcplib for fix to assertion (DoM #2825).v1.9.9
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bec2a383..c331d952 100644
--- a/cscript
+++ b/cscript
@@ -38,7 +38,7 @@ def dependencies(target, options):
deps = [
('libcxml', 'v0.17.9', options),
('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
- ('asdcplib', 'v1.0.1')
+ ('asdcplib', 'v1.0.2')
]
if target.platform == 'linux':