Skip to content

Commit

Permalink
googlechrom: Add version 131.0.6778.205
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwfu committed Jan 7, 2025
1 parent 91614bf commit ee8dd2b
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions bucket/googlechrome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"version": "131.0.6778.205",
"description": "Fast, secure, and free web browser, built for the modern web.",
"homepage": "https://www.google.com/chrome/",
"license": {
"identifier": "Freeware",
"url": "https://www.google.com/chrome/terms/"
},
"architecture": {
"64bit": {
"url": "https://dl.google.com/release2/chrome/lhk467b4cund52vqgqjnf2s4q4_131.0.6778.205/131.0.6778.205_chrome_installer.exe#/dl.7z",
"hash": "6bf72ac03434d237834f7183e01789ddf34356f89d26b8228085b02d684c52f0"
},
"32bit": {
"url": "https://dl.google.com/release2/chrome/gptfu3tpnmld7i57qcgkfoswvu_131.0.6778.205/131.0.6778.205_chrome_installer.exe#/dl.7z",
"hash": "1252901227be9d39232d213cd3cd2f8f4e8b4a0f5f380b410ecbeb362c2f415f"
}
},
"installer": {
"script": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal"
},
"bin": [
[
"chrome.exe",
"chrome"
]
],
"shortcuts": [
[
"chrome.exe",
"Google Chrome"
]
],
"env_set": {
"CHROME_EXECUTABLE": "$dir\\chrome.exe"
},
"checkver": {
"url": "https://scoopinstaller.github.io/UpdateTracker/googlechrome/chrome.min.xml",
"regex": "(?sm)<stable32><version>(?<version>[\\d.]+)</version>.+release2/chrome/(?<32>[\\w-]+)_.+<stable64>.+release2/chrome/(?<64>[\\w-]+)_.+</stable64>"
},
"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/stable64[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/stable32[version='$version']/sha256"
}
}
}
}
}

0 comments on commit ee8dd2b

Please sign in to comment.