From 1686e78289d9a70ede987b5c3ee5c9d8fe2834ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Fri, 25 Jan 2019 17:39:34 -0300 Subject: [PATCH] recipes: libuv upgraded to version 1.25.0 and cmake to version 3.13.3 --- recipes/devel/cmake/recipe | 4 ++-- recipes/libs/libuv/recipe | 4 ++-- sources/SOURCELIST.txt | 4 ++-- sources/cmake-3.13.2.tar.gz.sha256 | 1 - sources/cmake-3.13.3.tar.gz.sha256 | 1 + sources/libuv-v1.24.1.tar.gz.sha256 | 1 - sources/libuv-v1.25.0.tar.gz.sha256 | 1 + 7 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 sources/cmake-3.13.2.tar.gz.sha256 create mode 100644 sources/cmake-3.13.3.tar.gz.sha256 delete mode 100644 sources/libuv-v1.24.1.tar.gz.sha256 create mode 100644 sources/libuv-v1.25.0.tar.gz.sha256 diff --git a/recipes/devel/cmake/recipe b/recipes/devel/cmake/recipe index 2087e5ff..8bd5fd3f 100644 --- a/recipes/devel/cmake/recipe +++ b/recipes/devel/cmake/recipe @@ -1,6 +1,6 @@ # Build recipe for cmake. # -# Copyright (c) 2018 Matias Fonzo, . +# Copyright (c) 2018-2019 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.13.2 +version=3.13.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 5c7c40a6..71da6d5b 100644 --- a/recipes/libs/libuv/recipe +++ b/recipes/libs/libuv/recipe @@ -1,6 +1,6 @@ # Build recipe for libuv. # -# Copyright (c) 2018 Matias Fonzo, . +# Copyright (c) 2018-2019 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.24.1 +version=v1.25.0 release=1 # Set 'outdir' for a nice and well-organized output directory diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index b6dd5e80..3a678de8 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -42,14 +42,14 @@ http://archive.xfce.org/src/xfce/xfwm4/4.12/xfwm4-4.12.5.tar.bz2 http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2 http://blog.calhariz.com/public/sft/at/at_3.1.23.orig.tar.gz http://busybox.net/downloads/busybox-1.29.3.tar.bz2 -http://cmake.org/files/v3.13/cmake-3.13.2.tar.gz +http://cmake.org/files/v3.13/cmake-3.13.3.tar.gz http://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-1.74.tar.gz http://curl.haxx.se/download/curl-7.63.0.tar.bz2 http://data.iana.org/time-zones/releases/tzdb-2018i.tar.lz http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.110.tar.gz http://dbus.freedesktop.org/releases/dbus/dbus-1.12.12.tar.gz http://dev.gentoo.org/~blueness/eudev/eudev-3.2.7.tar.gz -http://dist.libuv.org/dist/v1.24.1/libuv-v1.24.1.tar.gz +http://dist.libuv.org/dist/v1.25.0/libuv-v1.25.0.tar.gz http://distfiles.dereferenced.org/pkgconf/pkgconf-1.5.4.tar.gz http://dl.2f30.org/releases/scron-0.4.tar.gz http://dl.suckless.org/st/st-0.8.1.tar.gz diff --git a/sources/cmake-3.13.2.tar.gz.sha256 b/sources/cmake-3.13.2.tar.gz.sha256 deleted file mode 100644 index b14d43a0..00000000 --- a/sources/cmake-3.13.2.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -c925e7d2c5ba511a69f43543ed7b4182a7d446c274c7480d0e42cd933076ae25 cmake-3.13.2.tar.gz diff --git a/sources/cmake-3.13.3.tar.gz.sha256 b/sources/cmake-3.13.3.tar.gz.sha256 new file mode 100644 index 00000000..142408a0 --- /dev/null +++ b/sources/cmake-3.13.3.tar.gz.sha256 @@ -0,0 +1 @@ +665f905036b1f731a2a16f83fb298b1fb9d0f98c382625d023097151ad016b25 cmake-3.13.3.tar.gz diff --git a/sources/libuv-v1.24.1.tar.gz.sha256 b/sources/libuv-v1.24.1.tar.gz.sha256 deleted file mode 100644 index 6948e360..00000000 --- a/sources/libuv-v1.24.1.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -3dd3eeb7b00214b0226da55b38898d3f9481d0cf744d42faf82771e0f19f2b0a libuv-v1.24.1.tar.gz diff --git a/sources/libuv-v1.25.0.tar.gz.sha256 b/sources/libuv-v1.25.0.tar.gz.sha256 new file mode 100644 index 00000000..35ef5c6c --- /dev/null +++ b/sources/libuv-v1.25.0.tar.gz.sha256 @@ -0,0 +1 @@ +0e927ddc0f1c83899000a63e9286cac5958222f8fb5870a49b0c81804944a912 libuv-v1.25.0.tar.gz -- 2.11.4.GIT