google-chrome: update to 91.0.4472.164.1
This commit is contained in:
parent
62667d7400
commit
1f90b78d08
1 changed files with 8 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'google-chrome'
|
||||
pkgname=google-chrome
|
||||
version=91.0.4472.114.1
|
||||
version=91.0.4472.164.1
|
||||
revision=1
|
||||
_chromeVersion="${version%.*}"
|
||||
_chromeRevision="${version##*.}"
|
||||
_channel=stable
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
homepage="https://www.google.com/chrome/"
|
||||
license="custom:chrome"
|
||||
short_desc="Attempt at creating a safer, faster, and more stable browser"
|
||||
archs="x86_64"
|
||||
hostmakedepends="curl tar xz python3 python3-html2text python3-setuptools"
|
||||
repository=nonfree
|
||||
restricted=yes
|
||||
short_desc="Attempt at creating a safer, faster, and more stable browser"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="custom:chrome"
|
||||
homepage="https://www.google.com/chrome/"
|
||||
nostrip=yes
|
||||
restricted=yes
|
||||
repository=nonfree
|
||||
|
||||
_baseUrl="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable"
|
||||
_filename="google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.deb"
|
||||
|
@ -21,7 +21,7 @@ _chromeUrl="${_baseUrl}/${_filename}"
|
|||
_licenseUrl="https://www.google.com/intl/en/chrome/terms/"
|
||||
|
||||
distfiles="$_chromeUrl"
|
||||
checksum=dae70d722430fe27421a945ee1844dc2b0b7ca90856d19820cbedf8e7d0b4c01
|
||||
checksum=998be6a49557212eadd561d320e4ba99ca5475336402a2385b51cd48f113d7c8
|
||||
|
||||
do_extract() {
|
||||
mkdir -p ${DESTDIR}
|
||||
|
|
Loading…
Reference in a new issue