<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 85c8a3ffe94410e1d3641bd29a2f5c2c40b7cf0b Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;cpansand@eserte&gt;
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    =&gt; qr/^MSWin32$/
     },
     {
+      title    =&gt; "Binaries Linux/x86_64 CMake-3.3.0",
+      url      =&gt; 'http://cmake.org/files/v3.3/cmake-3.3.0-Linux-x86_64.tar.gz',
+      version  =&gt; '3.3.0',
+      sha1sum  =&gt; '46efa5e3921c1956477121e1531e023292325c31',
+      arch_re  =&gt; qr/^x86_64-/,
+      os_re    =&gt; qr/^linux$/
+    },
+    {
       title    =&gt; "Binaries Linux/i386 CMake-3.3.0",
       url      =&gt; 'http://www.cmake.org/files/v3.3/cmake-3.3.0-Linux-i386.tar.gz',
       version  =&gt; '3.3.0',
-- 
2.1.2

</pre></body></html>