summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-26 19:47:45 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-26 19:47:45 +0200
commit58cd2db060abaa879e05f612b73f497ee7b37a71 (patch)
tree412374799b17ecf4984fd3f85ebcb5f5901362d0 /cscript
parent3048281bb184fa8011beefeedca83fc2b2778fbf (diff)
Fix ubuntu 20.04 nanomsg version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a38929b4d..6f6f3272a 100644
--- a/cscript
+++ b/cscript
@@ -122,7 +122,7 @@ deb_depends['20.04'].extend(['libboost-filesystem1.71.0',
'libcurl4',
'libpulse0',
'libxerces-c3.2',
- 'libnanomsg4'])
+ 'libnanomsg5'])
deb_depends['8'] = copy.deepcopy(deb_depends_base)
deb_depends['8'].extend(['libboost-filesystem1.55.0',