From 40156b0908872d75604c21611def3980ec7f5902 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Thu, 3 Oct 2019 19:27:38 -0300 Subject: [PATCH] recipes: devel/cmake: upgraded to version 3.15.4 --- recipes/devel/cmake/recipe | 4 ++-- sources/SOURCELIST.txt | 4 ++-- sources/cmake-3.15.3.tar.gz.sha256 | 1 - sources/cmake-3.15.4.tar.gz.sha256 | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 sources/cmake-3.15.3.tar.gz.sha256 create mode 100644 sources/cmake-3.15.4.tar.gz.sha256 diff --git a/recipes/devel/cmake/recipe b/recipes/devel/cmake/recipe index fef94d95..21bc684a 100644 --- a/recipes/devel/cmake/recipe +++ b/recipes/devel/cmake/recipe @@ -15,7 +15,7 @@ # limitations under the License. program=cmake -version=3.15.3 +version=3.15.4 release=1 # Set 'outdir' for a nice and well-organized output directory @@ -24,7 +24,7 @@ outdir="${outdir}/${arch}/devel" tarname=${program}-${version}.tar.gz # Remote source(s) -fetch=http://cmake.org/files/v3.12/$tarname +fetch="http://cmake.org/files/v${version%.*}/$tarname" description=" Cross-platform make system. diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index cd373e1d..fa4b2a90 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -42,7 +42,7 @@ 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.31.0.tar.bz2 http://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.4.tar.gz -http://cmake.org/files/v3.15/cmake-3.15.3.tar.gz +http://cmake.org/files/v3.15/cmake-3.15.4.tar.gz http://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-1.76.tar.gz http://curl.haxx.se/download/curl-7.66.0.tar.bz2 http://data.iana.org/time-zones/releases/tzdb-2019c.tar.lz @@ -142,7 +142,7 @@ http://ftp.midnight-commander.org/mc-4.8.23.tar.bz2 http://ftpmirror.gnu.org/coreutils/coreutils-8.31.tar.xz http://ftpmirror.gnu.org/gdb/gdb-8.3.1.tar.gz http://ftp.netfilter.org/pub/nftables/nftables-0.9.2.tar.bz2 -http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.0.0.tar.gz +http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.0.1.tar.gz http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.8p1.tar.gz http://ftp.pcre.org/pub/pcre/pcre-8.43.tar.bz2 http://rsync.dragora.org/current/sources/ca-certificates-20190108_431b3fc.tar.lz diff --git a/sources/cmake-3.15.3.tar.gz.sha256 b/sources/cmake-3.15.3.tar.gz.sha256 deleted file mode 100644 index 8499272a..00000000 --- a/sources/cmake-3.15.3.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -13958243a01365b05652fa01b21d40fa834f70a9e30efa69c02604e64f58b8f5 cmake-3.15.3.tar.gz diff --git a/sources/cmake-3.15.4.tar.gz.sha256 b/sources/cmake-3.15.4.tar.gz.sha256 new file mode 100644 index 00000000..b309a5aa --- /dev/null +++ b/sources/cmake-3.15.4.tar.gz.sha256 @@ -0,0 +1 @@ +8a211589ea21374e49b25fc1fc170e2d5c7462b795f1b29c84dd0e984301ed7a cmake-3.15.4.tar.gz -- 2.11.4.GIT