UnRAR: Extract (#321)

This commit is contained in:
linsui 2019-08-12 16:02:37 +08:00 committed by Hsiao-nan Cheung
parent aef1c42c5d
commit 2851ba0550

View File

@ -1,24 +1,16 @@
{ {
"homepage": "https://www.rarlab.com/", "homepage": "https://www.rarlab.com/",
"description": "Decompress RAR files.",
"version": "5.71", "version": "5.71",
"license": { "license": {
"identifier": "Freeware", "identifier": "Freeware",
"url": "https://www.rarlab.com/license.htm" "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", "hash": "ad36880643a3fa5e39b6231226f5904cc94cbc1987532ee12d0ffe942cee0f70",
"bin": "UnRAR.exe", "bin": "UnRAR.exe",
"installer": { "checkver": "RAR ([\\d.]+)",
"args": [
"-s",
"-d\"$dir\""
]
},
"checkver": {
"re": "<b>WinRAR\\s+x86\\s+\\(32\\s+bit\\)\\s+([\\d.]+)<",
"url": "https://www.rarlab.com/download.htm"
},
"autoupdate": { "autoupdate": {
"url": "https://www.rarlab.com/rar/unrarw32.exe" "url": "https://www.rarlab.com/rar/unrarw32.exe#/dl.7z"
} }
} }