summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-15 00:51:44 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-15 00:51:44 +0100
commit2a70b0dcb8fdf6832f966b03fee4ff0d3d739d17 (patch)
tree51faf34ede5501684a966416e6acc3acf09520ba
parentaf87d03b24c21301639c23606993cfebcfbe3088 (diff)
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b3d27523..8bed54e3 100644
--- a/cscript
+++ b/cscript
@@ -38,7 +38,7 @@ def dependencies(target, options):
deps = [
('libcxml', 'v0.17.11', { 'c++17': target.platform.startswith('osx') }),
('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
- ('asdcplib', 'v1.0.5')
+ ('asdcplib', '5402573f8ca2963c5fe93e6dad6615b34dbde6ca')
]
if target.platform == 'linux':