generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
winrar-zh-cn.json
47 lines (47 loc) · 1.68 KB
/
winrar-zh-cn.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
47
{
"version": "7.01",
"description": "Powerful archive manager",
"homepage": "https://rarlab.com/",
"license": {
"identifier": "Shareware",
"url": "https://www.win-rar.com/gtb_priv.html?&L=0"
},
"notes": "Set up context menu within settings window.",
"architecture": {
"64bit": {
"url": "https://www.win-rar.com/fileadmin/winrar-versions/sc/sc20240528/wrr/winrar-x64-701sc.exe#/dl.7z",
"hash": "4c7884db599e6a376f1f0da692c9dc825fe72aad942d08d5f70e52af0c1a29d6"
},
"32bit": {
"url": "https://www.win-rar.com/fileadmin/winrar-versions/sc/sc20240528/wrr/winrar-x32-701sc.exe#/dl.7z",
"hash": "8a14b6d6c32aec52bef81cf597bd0768582fe9ecfc93b85f91ab6c41c7efb6c2"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\rarreg.key\")) { New-Item \"$dir\\rarreg.key\" | Out-Null }",
"bin": [
"Rar.exe",
"UnRAR.exe",
"WinRAR.exe"
],
"shortcuts": [
[
"WinRAR.exe",
"WinRAR"
]
],
"persist": "rarreg.key",
"checkver": {
"url": "https://siku-api.deno.dev/winrar",
"regex": "\"ver\"\\s?:\\s?\"([\\d\\.]+)\".*?\"x64_date\"\\s?:\\s?\"(?<x64d>.*?)\".*?\"x32_date\"\\s?:\\s?\"(?<x32d>.*?)\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.win-rar.com/fileadmin/winrar-versions/sc/sc$matchX64d/wrr/winrar-x64-$cleanVersionsc.exe#/dl.7z"
},
"32bit": {
"url": "https://www.win-rar.com/fileadmin/winrar-versions/sc/sc$matchX32d/wrr/winrar-x32-$cleanVersionsc.exe#/dl.7z"
}
}
}
}