Update unrar.json (#1672)

* Update unrar.json

* unrar: add autoupdate

* unrar: reorder json
This commit is contained in:
/Fox --develop 2017-08-29 01:44:10 -07:00 committed by Richard Kuhnt
parent 9fd94f3c8e
commit 960c67f905

View File

@ -1,19 +1,21 @@
{
"bin": "UnRAR.exe",
"checkver": {
"re": "<b>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": "<b>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"
}
}