From 85192f8b62ff8a4b8f1c01143ad98892163ecc42 Mon Sep 17 00:00:00 2001
From: Julien Muchembled <jm@nexedi.com>
Date: Wed, 11 Mar 2020 17:50:33 +0100
Subject: [PATCH] version up: boost-lib 1.67.0, inkscape 0.92.4, gsl 2.6

---
 component/boost-lib/buildout.cfg | 4 ++--
 component/inkscape/buildout.cfg  | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/component/boost-lib/buildout.cfg b/component/boost-lib/buildout.cfg
index 7b28f32a6..60dc5c853 100644
--- a/component/boost-lib/buildout.cfg
+++ b/component/boost-lib/buildout.cfg
@@ -9,8 +9,8 @@ extends =
 [boost-lib]
 recipe = slapos.recipe.cmmi
 shared = true
-url = http://downloads.sourceforge.net/sourceforge/boost/boost_1_58_0.tar.bz2
-md5sum = b8839650e61e9c1c0a89f371dd475546
+url = http://downloads.sourceforge.net/sourceforge/boost/boost_1_67_0.tar.bz2
+md5sum = ced776cb19428ab8488774e1415535ab
 location = @@LOCATION@@
 configure-command = ./bootstrap.sh --prefix=${:location} --with-python=${python2.7:location}/bin/python2.7
 make-binary =
diff --git a/component/inkscape/buildout.cfg b/component/inkscape/buildout.cfg
index 1378df812..a8e1cfc6b 100644
--- a/component/inkscape/buildout.cfg
+++ b/component/inkscape/buildout.cfg
@@ -27,8 +27,8 @@ extends =
 
 [gsl]
 recipe = slapos.recipe.cmmi
-url = http://ftp.gnu.org/gnu/gsl/gsl-2.3.tar.gz
-md5sum = 905fcbbb97bc552d1037e34d200931a0
+url = ftp://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz
+md5sum = bda73a3dd5ff2f30b5956764399db6e7
 configure-options =
   --disable-static
 environment =
@@ -39,8 +39,8 @@ environment =
 
 [inkscape]
 recipe = slapos.recipe.cmmi
-url = https://inkscape.org/gallery/item/10682/inkscape-0.92.1.tar_XlpI7qT.bz2
-md5sum = db2eb2a566cf35ff949fc9ccb172889a
+url = https://inkscape.org/gallery/item/13330/inkscape-0.92.4_A6N0YOn.tar.bz2
+md5sum = ac30f6d5747fd9c620c00dad500f414f
 location = @@LOCATION@@
 pkg_config_depends = ${freetype:location}/lib/pkgconfig:${gtkmm:location}/lib/pkgconfig:${gtkmm:pkg_config_depends}:${gsl:location}/lib/pkgconfig:${popt:location}/lib/pkgconfig:${garbage-collector:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig
 configure-command = ${cmake:location}/bin/cmake
-- 
2.30.9