Skip to content

Commit

Permalink
googlechrome: add version 129.0.6668.101
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlongzt committed Oct 9, 2024
1 parent 973a5b2 commit e73a45b
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions bucket/googlechrome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"version": "129.0.6668.101",
"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/privacy/eula_text.html"
},
"architecture": {
"64bit": {
"url": "https://dl.google.com/release2/chrome/dsznwl2ptzdzpmiqkqfgokn5am_129.0.6668.101/129.0.6668.101_chrome_installer.exe#/dl.7z",
"hash": "6fcd05ea77001c4202751d6bc71daa9ab173df9f6a99197e18eab77eaeeabf46"
},
"32bit": {
"url": "https://dl.google.com/release2/chrome/advvx6fiq33aayurtgmmpcbvabcq_129.0.6668.101/129.0.6668.101_chrome_installer.exe#/dl.7z",
"hash": "91814c4c96f6bdc3646b70e953379f728580d751205fd150dc288ae1b2c19aa9"
}
},
"installer": {
"script": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal"
},
"bin": [
[
"chrome.exe",
"chrome"
]
],
"shortcuts": [
[
"chrome.exe",
"Google Chrome"
]
],
"post_install": [
". $bucketsdir\\$bucket\\bin\\util.ps1",
"move_link -origin \"$env:LocalAppData\\Google\\Chrome\\User Data\" -target \"$persist_dir\\User Data\""
],
"env_set": {
"CHROME_EXECUTABLE": "$dir\\chrome.exe"
},
"persist": "User Data",
"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 e73a45b

Please sign in to comment.