-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
winrar.json
46 lines (46 loc) · 1.38 KB
/
winrar.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"_comment": [
"license_url: http://www.win-rar.com/winrarlicense.html?&L=0",
"Superseded by https://github.com/lukesampson/scoop-extras/blob/master/bucket/winrar.json"
],
"architecture": {
"32bit": {
"hash": "df5432792436545c8255f98cbf659ceca63e13d29c1cc74944ab70e34feb96fa",
"url": "https://www.rarlab.com/rar/wrar571.exe"
},
"64bit": {
"hash": "fd820bf82edbaa4be20fd3b644a05754d95d71de60fe79ab983c3318e0697540",
"url": "https://www.rarlab.com/rar/winrar-x64-571.exe"
}
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://www.rarlab.com/rar/wrar$cleanVersion.exe"
},
"64bit": {
"url": "https://www.rarlab.com/rar/winrar-x64-$cleanVersion.exe"
}
}
},
"bin": [
"Rar.exe",
"UnRAR.exe",
"WinRAR.exe"
],
"checkver": {
"re": "<b>WinRAR\\s+x86\\s+\\(32\\s+bit\\)\\s+([\\d.]+)<",
"url": "http://www.rarlab.com/download.htm"
},
"description": "Compress/uncompress RAR files",
"homepage": "http://www.rarlab.com/",
"installer": {
"args": [
"-s",
"-d\"$dir\""
]
},
"license": "Shareware",
"notes": "Winrar is shareware, but unrar is freeware",
"version": "5.71"
}