From 85c8a3ffe94410e1d3641bd29a2f5c2c40b7cf0b Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Sun, 8 May 2016 16:38:21 +0000 Subject: [PATCH] propose also a 64 bit binary on x64_64-linux (RT #114240) --- inc/My/Utility.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/inc/My/Utility.pm b/inc/My/Utility.pm index e92a64b..fe85007 100644 --- a/inc/My/Utility.pm +++ b/inc/My/Utility.pm @@ -27,6 +27,14 @@ my $prebuilt_binaries = [ os_re => qr/^MSWin32$/ }, { + title => "Binaries Linux/x86_64 CMake-3.3.0", + url => 'http://cmake.org/files/v3.3/cmake-3.3.0-Linux-x86_64.tar.gz', + version => '3.3.0', + sha1sum => '46efa5e3921c1956477121e1531e023292325c31', + arch_re => qr/^x86_64-/, + os_re => qr/^linux$/ + }, + { title => "Binaries Linux/i386 CMake-3.3.0", url => 'http://www.cmake.org/files/v3.3/cmake-3.3.0-Linux-i386.tar.gz', version => '3.3.0', -- 2.1.2