mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 14:10:01 +00:00
Upgpkg: 49.0.2623.47
This commit is contained in:
parent
ea760f3b35
commit
b7253e530b
2 changed files with 8 additions and 6 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Feb 11 06:05:32 UTC 2016
|
||||
pkgbase = google-chrome-beta
|
||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package.
|
||||
pkgver = 49.0.2623.39
|
||||
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
|
||||
pkgver = 49.0.2623.47
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome/index.html
|
||||
install = google-chrome-beta.install
|
||||
|
@ -31,10 +33,10 @@ pkgbase = google-chrome-beta
|
|||
provides = pepper-flash
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
source = google-chrome-beta_49.0.2623.39_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
source = google-chrome-beta_49.0.2623.47_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
source = google-chrome-beta
|
||||
source = eula_text.html
|
||||
md5sums = ab3ad7f02d59868ac5fcc73fe20bec6d
|
||||
md5sums = 9a5eae2ee3673b3fda95f3831efb5628
|
||||
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
|
||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||
|
||||
|
|
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=49.0.2623.39
|
||||
pkgver=49.0.2623.47
|
||||
pkgrel=1
|
||||
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
|
||||
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"
|
||||
'google-chrome-beta'
|
||||
'eula_text.html')
|
||||
md5sums=('ab3ad7f02d59868ac5fcc73fe20bec6d'
|
||||
md5sums=('9a5eae2ee3673b3fda95f3831efb5628'
|
||||
'ca16d5162eed85b1ba4e6b9fc37f9e35'
|
||||
'b7e752f549b215ac77f284b6486794b6')
|
||||
|
||||
|
|
Loading…
Reference in a new issue