@martincanaval: "The Chrome team is happy to announce the promotion of Chrome 25 to the beta channel for Windows, Mac, Linux and Chrome Frame. Chrome 25.0.1364.29 contains a number of new improvement"
- http://googlechromereleases.blogspot.fi/2013/01/beta-channel-update_14.html
It was just promoted to the Beta channel. The version number remains the same in these cases as well.
Search Criteria
Package Details: google-chrome-beta 132.0.6834.15-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-chrome-beta.git (read-only, click to copy) |
---|---|
Package Base: | google-chrome-beta |
Description: | The popular web browser by Google (Beta Channel) |
Upstream URL: | https://www.google.com/chrome |
Keywords: | chromium |
Licenses: | custom:chrome |
Provides: | google-chrome |
Submitter: | None |
Maintainer: | gromit |
Last Packager: | gromit |
Votes: | 357 |
Popularity: | 1.08 |
First Submitted: | 2009-12-08 19:09 (UTC) |
Last Updated: | 2024-11-20 23:40 (UTC) |
Dependencies (12)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- ttf-liberation (ttf-defenestrationAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- gnome-keyring (gnome-keyring-gitAUR) (optional) – for storing passwords in GNOME keyring
- kdialog (kdialog-gitAUR) (optional) – for file dialogs in KDE
- kwallet (kwallet-gitAUR) (optional) – for storing passwords in KWallet
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR) (optional) – WebRTC desktop sharing under Wayland
Required by (41)
- bitwarden-chromium (requires google-chrome) (optional)
- captive-browser-git (requires google-chrome) (optional)
- chrome-extension-bitwarden-git (requires google-chrome) (optional)
- chrome-extension-ocrs-git (requires google-chrome)
- chromedriver (requires google-chrome) (optional)
- chromedriver-beta (optional)
- chromium-extension-adnauseam (requires google-chrome) (optional)
- chromium-extension-autoscroll (requires google-chrome) (optional)
- chromium-extension-plasma-integration (requires google-chrome) (optional)
- chromium-extension-runet-censorship-bypass (requires google-chrome) (optional)
- chromium-material-icons-for-github-bin (requires google-chrome) (optional)
- chromium-vencord (requires google-chrome) (optional)
- chromium-vencord-bin (requires google-chrome) (optional)
- chromium-vencord-git (requires google-chrome) (optional)
- dedao-dl-bin (requires google-chrome) (optional)
- endpoint-verification-chrome (requires google-chrome)
- endpoint-verification-minimal (requires google-chrome)
- ff2mpv-go-git (requires google-chrome) (optional)
- ff2mpv-rust (requires google-chrome) (optional)
- hub-kids (requires google-chrome) (optional)
- hub-young (requires google-chrome) (optional)
- ice-ssb (requires google-chrome) (optional)
- ice-ssb-git (requires google-chrome) (optional)
- kget-integrator-chrome (requires google-chrome) (optional)
- lastpass (requires google-chrome) (optional)
- marp-cli (requires google-chrome) (optional)
- nfauthenticationkey (requires google-chrome) (optional)
- pearson-reader-plus-full-lang (requires google-chrome) (optional)
- pennywise-bin (requires google-chrome) (optional)
- pt-plugin-plus-bin (requires google-chrome) (optional)
- pt-plugin-plus-git (requires google-chrome) (optional)
- python-nativemessaging-ng (requires google-chrome) (optional)
- python-webdriver-manager (requires google-chrome) (check)
- quick-n-easy-web-builder-10 (requires google-chrome) (optional)
- sshcode-bin (requires google-chrome) (optional)
- uget-integrator-chrome (requires google-chrome) (optional)
- upload-gphotos (requires google-chrome) (optional)
- web-media-controller-mpris (requires google-chrome) (optional)
- web-media-controller-mpris-git (requires google-chrome) (optional)
- webchanges (requires google-chrome) (optional)
- webui-aria2-git (requires google-chrome) (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 27 Next › Last »
Det commented on 2013-01-14 20:54 (UTC)
martincanaval commented on 2013-01-14 19:03 (UTC)
Aw man! they updated to 25. I hope it doesn't Segment Faults on me like the dev branch.
samuvuo commented on 2013-01-08 02:46 (UTC)
pkgver=24.0.1312.49
_verbld=24.0.1312.49-175109
x86_64: 8e404fa6607aaca82af75ef08edf95b7
Det commented on 2012-12-20 01:45 (UTC)
Well this one's really out-of-date.
ruario commented on 2012-12-13 07:03 (UTC)
$ wget -qO- https://dl.google.com/linux/direct/google-chrome-beta_current_x86_64.rpm | head -c96 | strings
google-chrome-beta-24.0.1312.40-172509
Det commented on 2012-12-07 12:35 (UTC)
Woops.
ruario commented on 2012-09-12 08:32 (UTC)
@thehoff: No the source URL should not be changed. The correct way to do this is to work out the version information. One way to do this is as follows:
$ wget -qO- http://dl.google.com/linux/direct/google-chrome-beta_current_x86_64.rpm | head -c96 | strings
google-chrome-beta-22.0.1229.52-156054
Then change pkgver and _verbld as follows:
pkgver=22.0.1229.52
_verbld=${pkgver}-156054
And the md5sums are as follows:
f1ef67a9a13a46487f17896c9a367303 google-chrome-beta-22.0.1229.52-156054.i386.rpm
a82395c7d3aa0be21d4a3053b95dc931 google-chrome-beta-22.0.1229.52-156054.x86_64.rpm
thehoff commented on 2012-09-10 04:13 (UTC)
Can change source url to http://dl.google.com/linux/direct/google-chrome-beta_current_x86_64.rpm in PKGBUILD. Don't forget to update md5's also.
derblub commented on 2012-09-09 14:46 (UTC)
Last PKGBUILD seems to be broken - source is leading to 404
Det commented on 2012-08-12 10:58 (UTC)
Doing the same thing here.
Deb: http://pastebin.com/A7yZi1fZ
Rpm: http://pastebin.com/xV4P3NKm
Pinned Comments
gromit commented on 2023-11-30 17:09 (UTC)
When reporting this package as outdated make sure there is indeed a new version for Linux Desktop. You can have a look at the "Beta updates" tag in Release blog for this.
You can also run this command to obtain the version string for the latest chrome beta version:
Do not report updates for ChromeOS, Android or other platforms stable versions as updates here.