From 2851ba05503c91e70db8d505070e571da700c93b Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Mon, 12 Aug 2019 16:02:37 +0800 Subject: [PATCH] UnRAR: Extract (#321) --- bucket/unrar.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/bucket/unrar.json b/bucket/unrar.json index 6c34823703..7a483648f2 100644 --- a/bucket/unrar.json +++ b/bucket/unrar.json @@ -1,24 +1,16 @@ { "homepage": "https://www.rarlab.com/", + "description": "Decompress RAR files.", "version": "5.71", "license": { "identifier": "Freeware", "url": "https://www.rarlab.com/license.htm" }, - "url": "https://www.rarlab.com/rar/unrarw32.exe", + "url": "https://www.rarlab.com/rar/unrarw32.exe#/dl.7z", "hash": "ad36880643a3fa5e39b6231226f5904cc94cbc1987532ee12d0ffe942cee0f70", "bin": "UnRAR.exe", - "installer": { - "args": [ - "-s", - "-d\"$dir\"" - ] - }, - "checkver": { - "re": "WinRAR\\s+x86\\s+\\(32\\s+bit\\)\\s+([\\d.]+)<", - "url": "https://www.rarlab.com/download.htm" - }, + "checkver": "RAR ([\\d.]+)", "autoupdate": { - "url": "https://www.rarlab.com/rar/unrarw32.exe" + "url": "https://www.rarlab.com/rar/unrarw32.exe#/dl.7z" } }