forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
googlechrome-canary.json
56 lines (56 loc) · 2.24 KB
/
googlechrome-canary.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
48
49
50
51
52
53
54
55
56
{
"version": "108.0.5311.0",
"description": "Fast, secure, and free web browser, built for the modern web.",
"homepage": "https://www.google.com/chrome/canary",
"license": {
"identifier": "Freeware",
"url": "https://www.google.com/chrome/privacy/eula_text.html"
},
"architecture": {
"64bit": {
"url": "https://dl.google.com/release2/chrome/acfrpiu5tk4pufk2qw6atjkn3kkq_108.0.5311.0/108.0.5311.0_chrome_installer.exe#/dl.7z",
"hash": "1c71c021cf9db18f0f69c10d05c29d8449fdfbee592e9ccf6695a08d47700004"
},
"32bit": {
"url": "https://dl.google.com/release2/chrome/aceej2xgdtkz2tnai2tftvhazela_108.0.5311.0/108.0.5311.0_chrome_installer.exe#/dl.7z",
"hash": "1a50cebd1d339635b8c0ff677fbb2d7728b75dbe7bf7575d2b60f9fdd2de873c"
}
},
"installer": {
"script": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal"
},
"bin": [
[
"chrome.exe",
"chrome-canary"
]
],
"shortcuts": [
[
"chrome.exe",
"Google Chrome (Canary)"
]
],
"checkver": {
"url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml",
"regex": "(?sm)<canary32><version>(?<version>[\\d.]+)</version>.+release2/chrome/(?<32>[\\w-]+)_.+<canary64>.+release2/chrome/(?<64>[\\w-]+)_.+</canary64>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.google.com/release2/chrome/$match64_$version/$version_chrome_installer.exe#/dl.7z",
"hash": {
"url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml",
"xpath": "/chromechecker/canary64[version='$version']/sha256"
}
},
"32bit": {
"url": "https://dl.google.com/release2/chrome/$match32_$version/$version_chrome_installer.exe#/dl.7z",
"hash": {
"url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml",
"xpath": "/chromechecker/canary32[version='$version']/sha256"
}
}
}
}
}