Upgpkg: 70.0.3538.77

This commit is contained in:
Det 2018-10-25 03:26:14 +03:00
parent 808bf8b354
commit 58a6f14184
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = google-chrome-beta pkgbase = google-chrome-beta
pkgdesc = The popular and trusted web browser by Google (Beta Channel) pkgdesc = The popular and trusted web browser by Google (Beta Channel)
pkgver = 70.0.3538.67 pkgver = 70.0.3538.77
pkgrel = 1 pkgrel = 1
url = https://www.google.com/chrome url = https://www.google.com/chrome
install = google-chrome-beta.install install = google-chrome-beta.install
@ -22,10 +22,10 @@ pkgbase = google-chrome-beta
provides = google-chrome provides = google-chrome
options = !emptydirs options = !emptydirs
options = !strip options = !strip
source = google-chrome-beta_70.0.3538.67_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb source = google-chrome-beta_70.0.3538.77_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
source = eula_text.html source = eula_text.html
source = google-chrome-beta.sh source = google-chrome-beta.sh
md5sums = e2958ca142f977beb2137b93060b54f5 md5sums = dfb6ce3137c32cb010cf5923be7fa3be
md5sums = d50d8f0a6940791eabc41c4f64e6a3cf md5sums = d50d8f0a6940791eabc41c4f64e6a3cf
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35 md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35

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 }' # 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-beta pkgname=google-chrome-beta
pkgver=70.0.3538.67 pkgver=70.0.3538.77
pkgrel=1 pkgrel=1
pkgdesc="The popular and trusted web browser by Google (Beta Channel)" pkgdesc="The popular and trusted web browser by Google (Beta Channel)"
arch=('x86_64') arch=('x86_64')
@ -26,7 +26,7 @@ _channel=beta
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb" source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
'eula_text.html' 'eula_text.html'
"google-chrome-$_channel.sh") "google-chrome-$_channel.sh")
md5sums=('e2958ca142f977beb2137b93060b54f5' md5sums=('dfb6ce3137c32cb010cf5923be7fa3be'
'd50d8f0a6940791eabc41c4f64e6a3cf' 'd50d8f0a6940791eabc41c4f64e6a3cf'
'ca16d5162eed85b1ba4e6b9fc37f9e35') 'ca16d5162eed85b1ba4e6b9fc37f9e35')