google-chrome: update to 120.0.6099.129.

This commit is contained in:
Heinrich Kruger 2023-12-28 18:10:51 +00:00 committed by Duncan Overbruck
parent 90c0b870f4
commit f059d2ecd5
2 changed files with 7 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'google-chrome' # Template file for 'google-chrome'
pkgname=google-chrome pkgname=google-chrome
version=119.0.6045.159 version=120.0.6099.129
revision=1 revision=1
_channel=stable _channel=stable
archs="x86_64" archs="x86_64"
@ -11,7 +11,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="custom:chrome" license="custom:chrome"
homepage="https://www.google.com/chrome/" homepage="https://www.google.com/chrome/"
distfiles="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-${_channel}_${version}-1_amd64.deb" distfiles="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-${_channel}_${version}-1_amd64.deb"
checksum=c409bb6cfb279c90fb516353b4728cbf97a71e8deb33dc3433cd503ea65594fe checksum=d050758136ec8ea151cb4a1c134c39002b43f64489e40327c60faa071a82ba57
skiprdeps="/opt/google/chrome/libqt5_shim.so /opt/google/chrome/libqt6_shim.so" skiprdeps="/opt/google/chrome/libqt5_shim.so /opt/google/chrome/libqt6_shim.so"
repository=nonfree repository=nonfree

View file

@ -1,7 +1,5 @@
# This site is an official source of version numbers, but it is not # Call Google's version history API to get stable linux desktop releases
# obviously associated as such. We save bytes here and request the # that are still being served (endtime=none). Look for the 'version' in
# CSV, and then only the row containing the stable version number for # the JSON response.
# the Linux desktop build. As a result the regex can be pretty simple site="https://versionhistory.googleapis.com/v1/chrome/platforms/linux/channels/stable/versions/all/releases?filter=endtime=none"
# to just grab the version number out of the correct column. pattern="\"version\": *\"\K[\d.]+(?=\")"
site="https://omahaproxy.appspot.com/all?os=linux&channel=stable"
pattern="stable,\K[\d.]+(?=,)"