summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-25 23:20:44 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-25 23:20:44 +0100
commit045a37dc877aecf907a517b0ec62a79efbf63f89 (patch)
treeff1e4b08c3abc53a065d2c191a264fe7b674e160
parentf3f92c6924c145a4995e3e7c71e237a4f6464c8f (diff)
Bump asdcplib for build fix on Fedora 42.v1.10.17
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 38282c06..516aa3ac 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.5')
+ ('asdcplib', 'v1.0.6')
]
if target.platform == 'linux':