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
This commit is contained in:
Cyianor 2016-09-11 23:28:08 +02:00 committed by Luke Sampson
parent 19de7aa610
commit dcf3dbb30e

View File

@ -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"
}
},