-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathunrar.json
More file actions
24 lines (24 loc) · 687 Bytes
/
unrar.json
File metadata and controls
24 lines (24 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "7.20",
"description": "Decompress RAR files.",
"homepage": "https://www.rarlab.com/",
"license": {
"identifier": "Freeware",
"url": "https://www.rarlab.com/license.htm"
},
"architecture": {
"64bit": {
"url": "https://www.rarlab.com/rar/unrarw64.exe#/dl.zip",
"hash": "f57bebe35501aa1ea9cfa3c9b1f4f7e201e1b5aaf54f600b03e3ef3e53047d6f"
}
},
"bin": "UnRAR.exe",
"checkver": "WinRAR and RAR ([\\d.]+) release",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.rarlab.com/rar/unrarw64.exe#/dl.zip"
}
}
}
}