diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-17 16:52:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-17 16:52:52 +0200 |
| commit | c47eefbd3eb65215852fa534ff7c16db914c35e5 (patch) | |
| tree | 5d98d0519cfabf5f7586058f0665fd6afae8c314 | |
| parent | a898fccf28fbf11819e64741fe7a5318037c3031 (diff) | |
Fix Ubuntu 25.04 dependency version.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ def debs(boost, icu, x264, zip='4', fmt='9', xmlsec=None): deb_depends['24.04'] = debs(boost='1.83.0', icu='74', x264='164') deb_depends['24.10'] = debs(boost='1.83.0', icu='74', x264='164') -deb_depends['25.04'] = debs(boost='1.83.0', icu='74', x264='164', zip='5', fmt='10') +deb_depends['25.04'] = debs(boost='1.83.0', icu='76', x264='164', zip='5', fmt='10') deb_depends['25.10'] = debs(boost='1.88.0', icu='76', x264='164', zip='5', fmt='10', xmlsec='1') deb_depends['11'] = copy.deepcopy(deb_depends_base) |
