From dcf3dbb30e2c3410f1e7dd3d736d9f40996183ab Mon Sep 17 00:00:00 2001 From: Cyianor Date: Sun, 11 Sep 2016 23:28:08 +0200 Subject: [PATCH] Fix faulty hashes for Curl 7.50.2 (#1025) * Apache httpd version upgrade to 2.4.20 * Update pre-install in r.json The pre-install in the r bucket is now architecture specific and depends on the architecture the user requested, no longer on the architecture of the user's machine. * Updated R to version 3.3.0 * Correct faulty hashes for Curl 7.50.2 --- curl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curl.json b/curl.json index b18f62a0f5..330e182354 100644 --- a/curl.json +++ b/curl.json @@ -5,12 +5,12 @@ "architecture": { "64bit": { "url": "https://bintray.com/artifact/download/vszakats/generic/curl-7.50.2-win64-mingw.7z", - "hash": "ACBBA7A45860136FA4E1B212E5032F9EC40CA96477D0874167D986EA0F1AA8E4", + "hash": "D1D8047F5A41107090B65B9EA115DAEAF71503A4FC829A671A82468E749C8B40", "extract_dir": "curl-7.50.2-win64-mingw" }, "32bit": { "url": "https://bintray.com/artifact/download/vszakats/generic/curl-7.50.2-win32-mingw.7z", - "hash": "DD487B96B29B68EB3A35328ACBC391C4909768FD8FEF0BDCFF99FB48C1A5103E", + "hash": "B2CAD45AA17D35722A8829DF3A754CD077EBA620FBFC1E92CCC6ABAE990D3B06", "extract_dir": "curl-7.50.2-win32-mingw" } },