|
1 | 1 | { |
2 | | - "version": "137.0.7151.41", |
| 2 | + "version": "138.0.7195.0", |
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/acgi4n4wsk3izihdahbpceoalmqa_137.0.7151.41/137.0.7151.41_chrome_installer.exe#/dl.7z", |
12 | | - "hash": "138e4c25e907a40bc149b5984c61f4240ea35ef1ba7f4c234ce77c9417e10cfe" |
| 11 | + "url": "https://dl.google.com/release2/chrome/lzdcit6giz3voi6y6c7o4i3wdq_138.0.7195.0/138.0.7195.0_chrome_installer.exe#/dl.7z", |
| 12 | + "hash": "4f7d632a35f734efd2f0974619c79a823cc9f7a1cae9393e57f0a150df6bab8b" |
13 | 13 | }, |
14 | 14 | "32bit": { |
15 | | - "url": "https://dl.google.com/release2/chrome/prv7q2nezpr7h6t7wbd7uyxtfi_137.0.7151.41/137.0.7151.41_chrome_installer.exe#/dl.7z", |
16 | | - "hash": "9d29119d546a6216fbd30c58acdf2631be6faa14eec35a15f2275974b402ef3b" |
| 15 | + "url": "https://dl.google.com/release2/chrome/d4tdbvlouydd52yaem2wnsokpq_138.0.7195.0/138.0.7195.0_chrome_installer.exe#/dl.7z", |
| 16 | + "hash": "04e31a0883cd8c291c6de48b5b73bb3923b4365c660076ac2873a0b692f836d2" |
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)<stable32><version>(?<version>[\\d.]+)</version>.+release2/chrome/(?<32>[\\w-]+)_.+<stable64>.+release2/chrome/(?<64>[\\w-]+)_.+</stable64>" |
| 44 | + "regex": "(?sm)<canary32><version>(?<version>[\\d.]+)</version>.+release2/chrome/(?<32>[\\w-]+)_.+<canary64>.+release2/chrome/(?<64>[\\w-]+)_.+</canary64>" |
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/stable64[version='$version']/sha256" |
| 52 | + "xpath": "/chromechecker/canary64[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/stable32[version='$version']/sha256" |
| 59 | + "xpath": "/chromechecker/canary32[version='$version']/sha256" |
60 | 60 | } |
61 | 61 | } |
62 | 62 | } |
|
0 commit comments