summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-24 22:02:26 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-24 22:02:26 +0200
commit00c0fe5947b3734c548194d617c3939d27aef57c (patch)
treed035d7aa1127e69d4bbe13eecb80fbc5a2b4c974
parentf9f10f9c6d8d8e31c7dff6b8f3b9f390bf0333a8 (diff)
Bump asdcplib to remove bad assertion.v1.10.22
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 516aa3ac..02bcd104 100644
--- a/cscript
+++ b/cscript
@@ -41,7 +41,7 @@ def dependencies(target, options):
deps = [
('libcxml', 'v0.17.13', { 'c++17': build_with_cpp17(target) }),
('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
- ('asdcplib', 'v1.0.6')
+ ('asdcplib', 'v1.0.7')
]
if target.platform == 'linux':