summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-10-14 21:19:41 +0200
committerCarl Hetherington <cth@carlh.net>2024-10-14 21:19:41 +0200
commita0140f2e8791d39dadb9cbb867c0378de9368763 (patch)
tree8dda85db2946aa8b59dac50915daa382e721f808 /cscript
parentc0418f2a763407424d986c82ed147fbeaa2d9416 (diff)
Bump asdcplib for Python import fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 216a6189..06c7559d 100644
--- a/cscript
+++ b/cscript
@@ -38,7 +38,7 @@ def dependencies(target, options):
deps = [
('libcxml', 'v0.17.11', options),
('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
- ('asdcplib', 'v1.0.2')
+ ('asdcplib', 'v1.0.3')
]
if target.platform == 'linux':