google-chrome: update to 93.0.4577.82.
This commit is contained in:
parent
d67a7ffb1f
commit
3b404a05d8
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
||||||
# Template file for 'google-chrome'
|
# Template file for 'google-chrome'
|
||||||
pkgname=google-chrome
|
pkgname=google-chrome
|
||||||
version=92.0.4515.159.1
|
version=93.0.4577.82
|
||||||
revision=1
|
revision=1
|
||||||
_chromeVersion="${version%.*}"
|
|
||||||
_chromeRevision="${version##*.}"
|
|
||||||
_channel=stable
|
_channel=stable
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
hostmakedepends="curl tar xz python3 python3-html2text python3-setuptools"
|
hostmakedepends="curl tar xz python3 python3-html2text python3-setuptools"
|
||||||
|
@ -16,12 +14,12 @@ restricted=yes
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
||||||
_baseUrl="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable"
|
_baseUrl="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable"
|
||||||
_filename="google-chrome-${_channel}_${_chromeVersion}-${_chromeRevision}_amd64.deb"
|
_filename="google-chrome-${_channel}_${version}-1_amd64.deb"
|
||||||
_chromeUrl="${_baseUrl}/${_filename}"
|
_chromeUrl="${_baseUrl}/${_filename}"
|
||||||
_licenseUrl="https://www.google.com/intl/en/chrome/terms/"
|
_licenseUrl="https://www.google.com/intl/en/chrome/terms/"
|
||||||
|
|
||||||
distfiles="$_chromeUrl"
|
distfiles="$_chromeUrl"
|
||||||
checksum=05a5406e4564d6fe117e21230551516a7720cb211fc2b9b9367c868cb7c6b653
|
checksum=dec564455a2269fe48b5fcfd3d33120e396fb1321b8e444e7f40507ba762bb79
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
mkdir -p ${DESTDIR}
|
mkdir -p ${DESTDIR}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue