diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-09-13 14:32:02 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-09-13 14:32:02 (GMT) |
commit | 1e0305adf67ef4a4783735b5d10bc20a49549247 (patch) | |
tree | 203eabdab0dbf8c9b015d6551b2c76e38558b27f /abs/extra/google-chrome/PKGBUILD | |
parent | 0f3921c51f27e758255a79f25f2cbc749ef1491f (diff) | |
download | linhes_pkgbuild-1e0305adf67ef4a4783735b5d10bc20a49549247.zip linhes_pkgbuild-1e0305adf67ef4a4783735b5d10bc20a49549247.tar.gz linhes_pkgbuild-1e0305adf67ef4a4783735b5d10bc20a49549247.tar.bz2 |
google-chrome: update to 53.0.2785.101
Diffstat (limited to 'abs/extra/google-chrome/PKGBUILD')
-rw-r--r-- | abs/extra/google-chrome/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/google-chrome/PKGBUILD b/abs/extra/google-chrome/PKGBUILD index 7309939..e3203ac 100644 --- a/abs/extra/google-chrome/PKGBUILD +++ b/abs/extra/google-chrome/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 -pkgver=53.0.2785.92 +pkgver=53.0.2785.101 pkgrel=1 pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable Channel)" arch=('x86_64') @@ -22,7 +22,7 @@ _channel=stable 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" 'google-chrome-stable.sh') -md5sums=('0f73d082427cb5babd855a6a9d6c9d6d' +md5sums=('8e38c1d717c772453e7d52b9d0d1b35a' 'SKIP' '99fa93d5e7fb5d622cef0f9621f3ffa3') |