ScoopInstaller_Main/unrar.json
Ross Smith II 822c4bee45 Add quotes around $dir/$persist_dir vars where needed (#1948)
* Add quotes around $dir var where needed

* Add quotes around $dir vars where needed
2018-01-26 17:43:48 +01:00

22 lines
580 B
JSON

{
"homepage": "https://www.rarlab.com/",
"version": "5.50",
"license": "Freeware",
"url": "https://www.rarlab.com/rar/unrarw32.exe",
"hash": "bdd354b9b677a5dda154b56627398aef13b1445ae235406799acd6fbb6c72989",
"bin": "UnRAR.exe",
"installer": {
"args": [
"-s",
"-d\"$dir\""
]
},
"checkver": {
"re": "<b>WinRAR\\s+x86\\s+\\(32\\s+bit\\)\\s+([\\d.]+)<",
"url": "https://www.rarlab.com/download.htm"
},
"autoupdate": {
"url": "https://www.rarlab.com/rar/unrarw32.exe"
}
}