From 68e2103522a078cea2aab3493fe59afc205cccb4 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 23 Sep 2013 15:37:18 +1000 Subject: [PATCH] erlang R16B02 (use .bz2 extension) --- erlang.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erlang.json b/erlang.json index 7ef474f5a8..c3d9d60b2c 100644 --- a/erlang.json +++ b/erlang.json @@ -4,11 +4,11 @@ "license": "http://www.erlang.org/EPLICENSE", "architecture": { "64bit": { - "url": "http://www.erlang.org/download/otp_win64_R16B02.exe#/dl.bzip", + "url": "http://www.erlang.org/download/otp_win64_R16B02.exe#/dl.bz2", "hash": "8f2f50e377319d364938475b1492f44d257eafd67c23f90246799bf87158a452" }, "32bit": { - "url": "http://www.erlang.org/download/otp_win32_R16B02.exe#/dl.bzip", + "url": "http://www.erlang.org/download/otp_win32_R16B02.exe#/dl.bz2", "hash": "504a7ce4d44e2558b400e64135b6e164d48980cd27b2f869321c5f4d799198b2" } },