mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-12-21 00:21:17 +00:00
Upgpkg: 54.0.2840.41
This commit is contained in:
parent
fa3593de12
commit
dfbc107419
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = google-chrome-beta
|
pkgbase = google-chrome-beta
|
||||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
|
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
|
||||||
pkgver = 54.0.2840.34
|
pkgver = 54.0.2840.41
|
||||||
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
|
||||||
|
@ -31,10 +31,10 @@ pkgbase = google-chrome-beta
|
||||||
provides = pepper-flash
|
provides = pepper-flash
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
options = !strip
|
options = !strip
|
||||||
source = google-chrome-beta_54.0.2840.34_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
source = google-chrome-beta_54.0.2840.41_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||||
source = https://www.google.com/chrome/browser/privacy/eula_text.html
|
source = https://www.google.com/chrome/browser/privacy/eula_text.html
|
||||||
source = google-chrome-beta.sh
|
source = google-chrome-beta.sh
|
||||||
md5sums = f7ec925d14a50bf91b948ecc47d620df
|
md5sums = aa1a8e278a880d292d9eaaf73443d028
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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=54.0.2840.34
|
pkgver=54.0.2840.41
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
|
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -23,7 +23,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"
|
||||||
"$url/browser/privacy/eula_text.html"
|
"$url/browser/privacy/eula_text.html"
|
||||||
'google-chrome-beta.sh')
|
'google-chrome-beta.sh')
|
||||||
md5sums=('f7ec925d14a50bf91b948ecc47d620df'
|
md5sums=('aa1a8e278a880d292d9eaaf73443d028'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'ca16d5162eed85b1ba4e6b9fc37f9e35')
|
'ca16d5162eed85b1ba4e6b9fc37f9e35')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue