Package Details: google-chrome 131.0.6778.85-1

Git Clone URL: https://aur.archlinux.org/google-chrome.git (read-only, click to copy)
Package Base: google-chrome
Description: The popular web browser by Google (Stable Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 2246
Popularity: 8.96
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-19 19:19 (UTC)

Dependencies (12)

Sources (3)

Pinned Comments

gromit commented on 2023-04-15 08:22 (UTC) (edited on 2023-05-08 21:42 (UTC) by gromit)

When reporting this package as outdated make sure there is indeed a new version for Linux Desktop. You can have a look at the "Stable updates" tag in Release blog for this.

You can also run this command to obtain the version string for the latest chrome version:

$ curl -sSf https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | \
     grep -A1 "Package: google-chrome-stable" | \
     awk '/Version/{print $2}' | \
     cut -d '-' -f1

Do not report updates for ChromeOS, Android or other platforms stable versions as updates here.

Latest Comments

« First ‹ Previous 1 .. 134 135 136 137 138 139 140 141 142 143 144 .. 157 Next › Last »

antihero commented on 2012-08-12 09:57 (UTC)

Det do you have an up-to-date PKGBUILD I could use?

Det commented on 2012-08-12 09:55 (UTC)

Because the guy I had this discussion with felt .rpm's were more fit for Arch due to its lack of debianisms (the .menu and changelog.gz) even after it was revealed they use an inferior compression algorithm (Bzip2 vs LZMA). E: We originally used debs. I still do with my local package.

tancrackers commented on 2012-08-12 02:02 (UTC)

Why not use the .deb packages instead? Isn't chrome optimized mostly for Ubuntu anyways?

Det commented on 2012-08-11 16:17 (UTC)

Yeah, as already stated.

crimsonknave commented on 2012-08-11 14:57 (UTC)

DL URL that I could find that worked was https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm which worked with the checksum forbidden404 posted (for x86_64)

Det commented on 2012-08-09 16:36 (UTC)

It changes on every new build. That's just the general one to which I assume the latest one is linked to.

<deleted-account> commented on 2012-08-09 15:23 (UTC)

The url changed, I've edited the PKGBUILD if [ "$CARCH" = "i686" ]; then _arch='i386' md5sums=('860ac2e244b5e096f3896bc05109cda6 ') elif [ "$CARCH" = "x86_64" ]; then _arch='x86_64' md5sums=('1c9b94721563eaf3e6da03978597c404') fi source=("http://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}.rpm")

<deleted-account> commented on 2012-08-01 01:38 (UTC)

I tried to update my chrome today and it was out of date. What happened? All the Google Chrome versions are marked as out of date.