mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 22:20:01 +00:00
Upgpkg: 59.0.3071.86
This commit is contained in:
parent
6d9f1c9b18
commit
d29f2e5a55
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 = 59.0.3071.83
|
pkgver = 59.0.3071.86
|
||||||
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
|
||||||
|
@ -21,10 +21,10 @@ pkgbase = google-chrome-beta
|
||||||
provides = google-chrome
|
provides = google-chrome
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
options = !strip
|
options = !strip
|
||||||
source = google-chrome-beta_59.0.3071.83_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
source = google-chrome-beta_59.0.3071.86_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 = 2317828346bf80d1cda72e0a6c20b01e
|
md5sums = 788aa95a69376c914664a4f8d7d44db8
|
||||||
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=59.0.3071.83
|
pkgver=59.0.3071.86
|
||||||
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')
|
||||||
|
@ -25,7 +25,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=('2317828346bf80d1cda72e0a6c20b01e'
|
md5sums=('788aa95a69376c914664a4f8d7d44db8'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'ca16d5162eed85b1ba4e6b9fc37f9e35')
|
'ca16d5162eed85b1ba4e6b9fc37f9e35')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue