Upgpkg: 62.0.3202.94

This commit is contained in:
Det 2017-11-13 22:01:27 +02:00
parent c227ae25ec
commit 38a9e56e0a
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = google-chrome
pkgdesc = The popular and trusted web browser by Google (Stable Channel)
pkgver = 62.0.3202.89
pkgver = 62.0.3202.94
pkgrel = 1
url = https://www.google.com/chrome
install = google-chrome.install
@ -22,10 +22,10 @@ pkgbase = google-chrome
optdepends = xdg-utils
options = !emptydirs
options = !strip
source = google-chrome-stable_62.0.3202.89_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
source = google-chrome-stable_62.0.3202.94_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
source = eula_text.html
source = google-chrome-stable.sh
md5sums = e71ac1b16686a801771893dd865ad4ef
md5sums = a6847c8b88f725df2514365ae3c248cc
md5sums = d50d8f0a6940791eabc41c4f64e6a3cf
md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3

View File

@ -5,7 +5,7 @@
# or use: $ curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | awk -F\" '/pkgid/{ sub(".*-","",$4); print $4": "$10 }'
pkgname=google-chrome
pkgver=62.0.3202.89
pkgver=62.0.3202.94
pkgrel=1
pkgdesc="The popular and trusted web browser by Google (Stable Channel)"
arch=('x86_64')
@ -25,7 +25,7 @@ _channel=stable
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
'eula_text.html'
"google-chrome-$_channel.sh")
md5sums=('e71ac1b16686a801771893dd865ad4ef'
md5sums=('a6847c8b88f725df2514365ae3c248cc'
'd50d8f0a6940791eabc41c4f64e6a3cf'
'99fa93d5e7fb5d622cef0f9621f3ffa3')