From 960c67f9055a9330551dd5c58875aa5118cc2283 Mon Sep 17 00:00:00 2001 From: /Fox --develop Date: Tue, 29 Aug 2017 01:44:10 -0700 Subject: [PATCH] Update unrar.json (#1672) * Update unrar.json * unrar: add autoupdate * unrar: reorder json --- unrar.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/unrar.json b/unrar.json index 9f15706a3f..f8e52ef41a 100644 --- a/unrar.json +++ b/unrar.json @@ -1,19 +1,21 @@ { - "bin": "UnRAR.exe", - "checkver": { - "re": "WinRAR\\s+x86\\s+\\(32\\s+bit\\)\\s+([\\d.]+)<", - "url": "http://www.rarlab.com/download.htm" - }, - "description": "Uncompress RAR files", - "hash": "27293c101577320fafefc691af98d762361c23e62817ca340ce04a7bba892173", "homepage": "http://www.rarlab.com/", + "version": "5.50", + "license": "Freeware", + "url": "http://www.rarlab.com/rar/unrarw32.exe", + "hash": "bdd354b9b677a5dda154b56627398aef13b1445ae235406799acd6fbb6c72989", + "bin": "UnRAR.exe", "installer": { "args": [ "-s", "-d$dir" ] }, - "license": "Freeware", - "url": "http://www.rarlab.com/rar/unrarw32.exe", - "version": "5.40" + "checkver": { + "re": "WinRAR\\s+x86\\s+\\(32\\s+bit\\)\\s+([\\d.]+)<", + "url": "http://www.rarlab.com/download.htm" + }, + "autoupdate": { + "url": "http://www.rarlab.com/rar/unrarw32.exe" + } }