From 25dcec41e687c69f8b477039c55dd3bbdf191879 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 28 Nov 2017 09:51:26 -0800 Subject: [PATCH] Add https to unrar (#1879) --- unrar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unrar.json b/unrar.json index f8e52ef41a..010a391913 100644 --- a/unrar.json +++ b/unrar.json @@ -2,7 +2,7 @@ "homepage": "http://www.rarlab.com/", "version": "5.50", "license": "Freeware", - "url": "http://www.rarlab.com/rar/unrarw32.exe", + "url": "https://www.rarlab.com/rar/unrarw32.exe", "hash": "bdd354b9b677a5dda154b56627398aef13b1445ae235406799acd6fbb6c72989", "bin": "UnRAR.exe", "installer": { @@ -16,6 +16,6 @@ "url": "http://www.rarlab.com/download.htm" }, "autoupdate": { - "url": "http://www.rarlab.com/rar/unrarw32.exe" + "url": "https://www.rarlab.com/rar/unrarw32.exe" } }