mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 22:20:01 +00:00
Upgpkg: 55.0.2883.35
This commit is contained in:
parent
86971717fd
commit
f57732ed2a
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = google-chrome-beta
|
||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
|
||||
pkgver = 55.0.2883.28
|
||||
pkgver = 55.0.2883.35
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome
|
||||
install = google-chrome-beta.install
|
||||
|
@ -30,11 +30,11 @@ pkgbase = google-chrome-beta
|
|||
provides = google-chrome
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
source = google-chrome-beta_55.0.2883.28_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
source = google-chrome-beta_55.0.2883.35_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 = google-chrome-beta.sh
|
||||
source = StartupWMClass-and-GNOME3-context-menu.patch
|
||||
md5sums = 42a8e2c84509fc6eb037cbe751c90b6c
|
||||
md5sums = 977f745835f963c1922c7f20760f139f
|
||||
md5sums = SKIP
|
||||
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
||||
md5sums = 1cc8a4f5310d51234973ca5bbb8d75ae
|
||||
|
|
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 }'
|
||||
|
||||
pkgname=google-chrome-beta
|
||||
pkgver=55.0.2883.28
|
||||
pkgver=55.0.2883.35
|
||||
pkgrel=1
|
||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
|
||||
arch=('x86_64')
|
||||
|
@ -24,7 +24,7 @@ source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/li
|
|||
"$url/browser/privacy/eula_text.html"
|
||||
'google-chrome-beta.sh'
|
||||
'StartupWMClass-and-GNOME3-context-menu.patch')
|
||||
md5sums=('42a8e2c84509fc6eb037cbe751c90b6c'
|
||||
md5sums=('977f745835f963c1922c7f20760f139f'
|
||||
'SKIP'
|
||||
'ca16d5162eed85b1ba4e6b9fc37f9e35'
|
||||
'1cc8a4f5310d51234973ca5bbb8d75ae')
|
||||
|
|
Loading…
Reference in a new issue