From e21a2d7bab77131aed0a5d269046cb4ecec0dbcb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Thu, 23 Jan 2020 22:04:15 -0300 Subject: [PATCH] recipes: upgrade cmake to version 3.16.3 with libuv 1.34.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/devel/cmake/recipe | 4 ++-- recipes/libs/libuv/recipe | 4 ++-- sources/cmake-3.16.0.tar.gz.sha256 | 1 - sources/cmake-3.16.3.tar.gz.sha256 | 1 + sources/libuv-v1.34.0.tar.gz.sha256 | 1 - sources/libuv-v1.34.2.tar.gz.sha256 | 1 + 6 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sources/cmake-3.16.0.tar.gz.sha256 create mode 100644 sources/cmake-3.16.3.tar.gz.sha256 delete mode 100644 sources/libuv-v1.34.0.tar.gz.sha256 create mode 100644 sources/libuv-v1.34.2.tar.gz.sha256 diff --git a/recipes/devel/cmake/recipe b/recipes/devel/cmake/recipe index ccec3d4a..84e06676 100644 --- a/recipes/devel/cmake/recipe +++ b/recipes/devel/cmake/recipe @@ -1,6 +1,6 @@ # Build recipe for cmake. # -# Copyright (c) 2018-2019 Matias Fonzo, . +# Copyright (c) 2018-2020 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # limitations under the License. program=cmake -version=3.16.0 +version=3.16.3 release=1 # Set 'outdir' for a nice and well-organized output directory diff --git a/recipes/libs/libuv/recipe b/recipes/libs/libuv/recipe index 4983ddd6..4ba6db2b 100644 --- a/recipes/libs/libuv/recipe +++ b/recipes/libs/libuv/recipe @@ -1,6 +1,6 @@ # Build recipe for libuv. # -# Copyright (c) 2018-2019 Matias Fonzo, . +# Copyright (c) 2018-2020 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # limitations under the License. program=libuv -version=v1.34.0 +version=v1.34.2 pkgversion="${version#v*}" release=1 diff --git a/sources/cmake-3.16.0.tar.gz.sha256 b/sources/cmake-3.16.0.tar.gz.sha256 deleted file mode 100644 index 877837b6..00000000 --- a/sources/cmake-3.16.0.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -6da56556c63cab6e9a3e1656e8763ed4a841ac9859fefb63cbe79472e67e8c5f cmake-3.16.0.tar.gz diff --git a/sources/cmake-3.16.3.tar.gz.sha256 b/sources/cmake-3.16.3.tar.gz.sha256 new file mode 100644 index 00000000..3c4bb703 --- /dev/null +++ b/sources/cmake-3.16.3.tar.gz.sha256 @@ -0,0 +1 @@ +e54f16df9b53dac30fd626415833a6e75b0e47915393843da1825b096ee60668 cmake-3.16.3.tar.gz diff --git a/sources/libuv-v1.34.0.tar.gz.sha256 b/sources/libuv-v1.34.0.tar.gz.sha256 deleted file mode 100644 index 1657ff99..00000000 --- a/sources/libuv-v1.34.0.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -a23cece721fe169c0fa8afa399abbbcb7015c6d8dc0dab6381cf5c8646378148 libuv-v1.34.0.tar.gz diff --git a/sources/libuv-v1.34.2.tar.gz.sha256 b/sources/libuv-v1.34.2.tar.gz.sha256 new file mode 100644 index 00000000..5b9f08f7 --- /dev/null +++ b/sources/libuv-v1.34.2.tar.gz.sha256 @@ -0,0 +1 @@ +65d93b4504ef5f3ec784c0c186f4ba8abd1031292c7f15dda8111d7e319adf46 libuv-v1.34.2.tar.gz -- 2.11.4.GIT