generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAida64-Ex.json
39 lines (39 loc) · 1.43 KB
/
Aida64-Ex.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
{
"version": "7.50.7200",
"description": "Aida64 Extreme Edition. System information tool with extremely detailed information about hardware and benchmarks to measure the performance of the computer",
"homepage": "https://www.aida64.com/products/aida64-extreme",
"license": {
"identifier": "Proprietary",
"url": "https://www.aida64.com/licensing"
},
"url": [
"http://download.aida64.com/aida64extreme750.zip",
"https://gist.githubusercontent.com/Paxxs/d000313f20f0f43631386dac8ead4ca0/raw/e88d0d1edcfe5bf46238d299165faa7b0e7030d1/pkey.txt"
],
"hash": [
"5b905482274c012c9096999bd58761951f4ac5d76ac95ddaf17808920a32c2b8",
"sha1:8cf54d7a7f9b78f06e3d76fd840314a66cc6ae2f"
],
"pre_install": [
"try { Get-Command 'Test-Persistence' -ErrorAction 'Stop' | Out-Null } catch { error 'Shovel flavour of scoop is required'; exit 258 }",
"Test-Persistence 'aida64.ini' '[Generic]', '', 'NoRegistry=1', 'NetUpdateFreq=0'"
],
"bin": "aida64.exe",
"shortcuts": [
[
"aida64.exe",
"Aida64 Extreme Edition"
]
],
"persist": [
"aida64.ini",
"pkey.txt"
],
"checkver": {
"url": "https://www.aida64.com/downloads/latesta64xe",
"regex": "Version: ([\\d.]+)"
},
"autoupdate": {
"url": "http://download.aida64.com/aida64extreme$majorVersion$minorVersion.zip"
}
}