summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-25 00:13:55 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-15 23:18:58 +0200
commitb786ec52435a697f7bcc2ef1870f22e27e446315 (patch)
tree0a2a2ad040e5a73350b853d190acd3277fecd1cd /cscript
parent7cb07bcec10bfdfed3e82a2dc138114dc6a5ac68 (diff)
FIXME: Hash to a vector rather than a string.2758-safe-write
Needs asdcplib version bump.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f8a844cf..ef3a9b93 100644
--- a/cscript
+++ b/cscript
@@ -45,7 +45,7 @@ def dependencies(target, options):
deps = [
('libcxml', 'v0.17.13', { 'c++17': build_with_cpp17(target) }),
('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
- ('asdcplib', 'v1.0.8')
+ ('asdcplib', '2eeee990f029779d8d1c2205b99a239bf87fbbe5')
]
if target.platform == 'linux':