diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-26 00:15:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-26 00:15:54 +0000 |
| commit | 413bad26254a7c48671ed2ed9f7341d928086da0 (patch) | |
| tree | e4d83965b3c01093eb4ef048bbc98a40b3addfd0 /cscript | |
| parent | 02b190a04d509342882f8ab2a8e72a839d0f6dcf (diff) | |
Fix previous.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -94,10 +94,10 @@ deb_depends['17.10'].extend(['libboost-filesystem1.62.0', 'libx264-148']) deb_depends['18.04'] = copy.deepcopy(deb_depends_base) -deb_depends['18.04'].extend(['libboost-filesystem1.65.0', - 'libboost-thread1.65.0', - 'libboost-regex1.65.0', - 'libboost-date-time1.65.0', +deb_depends['18.04'].extend(['libboost-filesystem1.65.1', + 'libboost-thread1.65.1', + 'libboost-regex1.65.1', + 'libboost-date-time1.65.1', 'libmagick++-6.q16-7', 'libxml++2.6-2v5', 'libzip4', |
