Add https to unrar (#1879)

This commit is contained in:
Ross Smith II 2017-11-28 09:51:26 -08:00 committed by Richard Kuhnt
parent ba0be73b30
commit 25dcec41e6

View File

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