-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathunrar.json
28 lines (28 loc) · 1004 Bytes
/
unrar.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
{
"version": "7.10",
"description": "Decompress RAR files.",
"homepage": "https://www.rarlab.com/",
"license": {
"identifier": "Freeware",
"url": "https://www.rarlab.com/license.htm"
},
"architecture": {
"64bit": {
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/unrar/7.10/UnRAR_x64.exe#/UnRAR.exe",
"hash": "9db04f7564a40335c3302a927f604288cd6082d8a0eefd01038d9d5cc9808fa4"
}
},
"bin": "UnRAR.exe",
"checkver": "WinRAR and RAR ([\\d.]+) release",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/unrar/$version/UnRAR_x64.exe#/UnRAR.exe"
}
},
"hash": {
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/checksums.sha256",
"regex": "$sha256.*?$version/$basename"
}
}
}