|
1 | 1 | { |
2 | | - "version": "140.0.7260.0", |
| 2 | + "version": "138.0.7204.50", |
3 | 3 | "description": "Fast, secure, and free web browser, built for the modern web.", |
4 | 4 | "homepage": "https://www.google.com/chrome/", |
5 | 5 | "license": { |
|
8 | 8 | }, |
9 | 9 | "architecture": { |
10 | 10 | "64bit": { |
11 | | - "url": "https://dl.google.com/release2/chrome/dehkpnp756rrori52ambnjedji_140.0.7260.0/140.0.7260.0_chrome_installer.exe#/dl.7z", |
12 | | - "hash": "25daaa2b2efedaa7c09c04fee6df7bf2f256a9bee8c43e4834b9524938334c1f" |
| 11 | + "url": "https://dl.google.com/release2/chrome/o6dbyytvo73aj3atmz5ua7m6ry_138.0.7204.50/138.0.7204.50_chrome_installer.exe#/dl.7z", |
| 12 | + "hash": "22a8c81eebedbfa9cdb61a14a717e693864fe9626faf4fd1f587ea266cc22616" |
13 | 13 | }, |
14 | 14 | "32bit": { |
15 | | - "url": "https://dl.google.com/release2/chrome/ovhtrc7acfh2rah5raji5rbyvu_140.0.7260.0/140.0.7260.0_chrome_installer.exe#/dl.7z", |
16 | | - "hash": "1bd4f8ed2fbb1b06979c69ad4168511c9f537c3638741b3245eaceaca56f5635" |
| 15 | + "url": "https://dl.google.com/release2/chrome/j3u7wrnak5a2hjrnzarf4cas3i_138.0.7204.50/138.0.7204.50_chrome_installer.exe#/dl.7z", |
| 16 | + "hash": "6d9ebac78fa97531721765ad395e678fea57ca8fa5c79ab9176b97d53c33ca7b" |
17 | 17 | } |
18 | 18 | }, |
19 | 19 | "installer": { |
|
41 | 41 | }, |
42 | 42 | "checkver": { |
43 | 43 | "url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml", |
44 | | - "regex": "(?sm)<canary32><version>(?<version>[\\d.]+)</version>.+release2/chrome/(?<32>[\\w-]+)_.+<canary64>.+release2/chrome/(?<64>[\\w-]+)_.+</canary64>" |
| 44 | + "regex": "(?sm)<stable32><version>(?<version>[\\d.]+)</version>.+release2/chrome/(?<32>[\\w-]+)_.+<stable64>.+release2/chrome/(?<64>[\\w-]+)_.+</stable64>" |
45 | 45 | }, |
46 | 46 | "autoupdate": { |
47 | 47 | "architecture": { |
48 | 48 | "64bit": { |
49 | 49 | "url": "https://dl.google.com/release2/chrome/$match64_$version/$version_chrome_installer.exe#/dl.7z", |
50 | 50 | "hash": { |
51 | 51 | "url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml", |
52 | | - "xpath": "/chromechecker/canary64[version='$version']/sha256" |
| 52 | + "xpath": "/chromechecker/stable64[version='$version']/sha256" |
53 | 53 | } |
54 | 54 | }, |
55 | 55 | "32bit": { |
56 | 56 | "url": "https://dl.google.com/release2/chrome/$match32_$version/$version_chrome_installer.exe#/dl.7z", |
57 | 57 | "hash": { |
58 | 58 | "url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml", |
59 | | - "xpath": "/chromechecker/canary32[version='$version']/sha256" |
| 59 | + "xpath": "/chromechecker/stable32[version='$version']/sha256" |
60 | 60 | } |
61 | 61 | } |
62 | 62 | } |
|
0 commit comments