Upgpkg: 48.0.2564.79

This commit is contained in:
Det 2016-01-14 01:23:52 +00:00
parent 654c256606
commit 185d37c67e
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
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 = 48.0.2564.71
pkgver = 48.0.2564.79
pkgrel = 1
url = https://www.google.com/chrome/index.html
install = google-chrome-beta.install
@ -36,10 +36,10 @@ pkgbase = google-chrome-beta
source = eula_text.html
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
md5sums = b7e752f549b215ac77f284b6486794b6
source_i686 = google-chrome-beta_48.0.2564.71_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
md5sums_i686 = 2af5ce137d6fe587ad747e3e2553dbef
source_x86_64 = google-chrome-beta_48.0.2564.71_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
md5sums_x86_64 = 51b8dfcf0ad2469b2f326dbb1f4462af
source_i686 = google-chrome-beta_48.0.2564.79_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
md5sums_i686 = 969f2c57ac634cc3afe56f1096bea98d
source_x86_64 = google-chrome-beta_48.0.2564.79_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
md5sums_x86_64 = 38ee8b69f779d4db1c3931256ab38266
pkgname = google-chrome-beta

View file

@ -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=48.0.2564.71
pkgver=48.0.2564.79
pkgrel=1
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)"
arch=('i686' 'x86_64')
@ -26,8 +26,8 @@ source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.co
source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
md5sums=('ca16d5162eed85b1ba4e6b9fc37f9e35'
'b7e752f549b215ac77f284b6486794b6')
md5sums_i686=('2af5ce137d6fe587ad747e3e2553dbef')
md5sums_x86_64=('51b8dfcf0ad2469b2f326dbb1f4462af')
md5sums_i686=('969f2c57ac634cc3afe56f1096bea98d')
md5sums_x86_64=('38ee8b69f779d4db1c3931256ab38266')
package() {
msg2 "Extracting the data.tar.xz..."