Package Details: google-chrome-dev 132.0.6793.2-1

Git Clone URL: https://aur.archlinux.org/google-chrome-dev.git (read-only, click to copy)
Package Base: google-chrome-dev
Description: The popular web browser by Google (Dev Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Provides: google-chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 653
Popularity: 1.29
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-10-24 21:01 (UTC)

Dependencies (12)

Required by (41)

Sources (3)

Pinned Comments

gromit commented on 2023-07-19 17:01 (UTC) (edited on 2023-07-19 17:02 (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 "Dev 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-unstable" | \
     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 .. 45 46 47 48 49 50 51 52 53 54 55 .. 91 Next › Last »

riccieri commented on 2012-08-09 21:21 (UTC)

I've updated it to 22.0.1229.2 full file: http://pastebin.com/fhYWrDsc patch from 22.0.1221.1: http://pastebin.com/Pkp3nm06

t3ddy commented on 2012-08-02 11:03 (UTC)

I use a script to update chrome, here the commands to find out the version wget -qO- http://dl.google.com/linux/chrome/rpm/stable/i386/repodata/other.xml.gz | zcat | grep "google-chrome-${CHAN}" | awk -F\" '{print $10"-"$12}' wget -qO- http://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | zcat | grep "google-chrome-${CHAN}" | awk -F\" '{print $10"-"$12}'

jdarnold commented on 2012-08-01 11:54 (UTC)

Thanks for updating the PKGBUILD. But I'm curious - how do you find out the build number? I went on a quest last night to figure out the actual file to download but couldn't find out the info, esp the -149058 part.

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

Your link says: "(Update: also 22.0.1221.1 for Linux)" :P

Det commented on 2012-07-31 09:19 (UTC)

Just for Windows and Mac this one, not out-of-date: http://googlechromereleases.blogspot.fi/2012/07/dev-channel-update_30.html

<deleted-account> commented on 2012-07-26 12:03 (UTC)

OK, next time I'll pastebin the whole PKGBUILD.

Det commented on 2012-07-26 10:11 (UTC)

Yeah, we're all very grateful but this wonderful invention of pastebin is still left with sadness and suicidal thoughts in its lonely life because you guys aren't using it.

<deleted-account> commented on 2012-07-25 23:19 (UTC)

This is the updated header for the new version 22.0.1215.0-147830 pkgname=google-chrome-dev pkgver=22.0.1215.0 # Check for new Linux releases in: http://googlechromereleases.blogspot.com/search/label/Dev%20updates pkgrel=1 pkgdesc="An attempt at creating a safer, faster, and more stable browser (Dev Channel)" arch=('i686' 'x86_64') url="http://www.google.com/chrome" license=('custom:chrome') depends=('alsa-lib' 'gconf' 'gtk2' 'hicolor-icon-theme' 'libpng' 'libxslt' 'libxss' 'nss' 'ttf-dejavu' 'xdg-utils') optdepends=('kdebase-kdialog: needed for file dialogs in KDE' 'openssl098: needed for built-in flash-plugin to work') provides=("google-chrome=$pkgver") conflicts=('google-chrome') install=${pkgname}.install _channel='unstable' _verbld=22.0.1215.0-147830 if [ "$CARCH" = "i686" ]; then _arch='i386' md5sums=('ab0f40dad2eed62a27325a812a13268d') elif [ "$CARCH" = "x86_64" ]; then _arch='x86_64' md5sums=('3f080e3312a9e2a63322b6f2fcbf4669') fi

ciferkey commented on 2012-07-25 19:33 (UTC)

Please update to reflect the new version 22.0.1215.0-147830.