From 58cd2db060abaa879e05f612b73f497ee7b37a71 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Apr 2020 19:47:45 +0200 Subject: [PATCH] Fix ubuntu 20.04 nanomsg version. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.30.2