Upgpkg: 48.0.2564.48

This commit is contained in:
Det 2015-12-17 19:57:42 +02:00
parent 462d9e67f0
commit b9575ff705
2 changed files with 6 additions and 6 deletions

View File

@ -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). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package. 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.41 pkgver = 48.0.2564.48
pkgrel = 1 pkgrel = 1
url = https://www.google.com/chrome/index.html url = https://www.google.com/chrome/index.html
install = google-chrome-beta.install install = google-chrome-beta.install
@ -37,9 +37,9 @@ pkgbase = google-chrome-beta
md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35 md5sums = ca16d5162eed85b1ba4e6b9fc37f9e35
md5sums = b7e752f549b215ac77f284b6486794b6 md5sums = b7e752f549b215ac77f284b6486794b6
source_i686 = google-chrome-beta_48.0.2564.23_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb source_i686 = google-chrome-beta_48.0.2564.23_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
md5sums_i686 = bccda4b650d8a1715e214944a4fa063d md5sums_i686 = f2751f34a086d1ff16ae650b4ffae86c
source_x86_64 = google-chrome-beta_48.0.2564.23_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb source_x86_64 = google-chrome-beta_48.0.2564.23_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
md5sums_x86_64 = 7e11503b943564ff3877fea9db9fee08 md5sums_x86_64 = 68940e1f9450ebeab806f921f15404e6
pkgname = google-chrome-beta 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 }' # 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=48.0.2564.41 pkgver=48.0.2564.48
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=('i686' 'x86_64') 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") source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
md5sums=('ca16d5162eed85b1ba4e6b9fc37f9e35' md5sums=('ca16d5162eed85b1ba4e6b9fc37f9e35'
'b7e752f549b215ac77f284b6486794b6') 'b7e752f549b215ac77f284b6486794b6')
md5sums_i686=('bccda4b650d8a1715e214944a4fa063d') md5sums_i686=('f2751f34a086d1ff16ae650b4ffae86c')
md5sums_x86_64=('7e11503b943564ff3877fea9db9fee08') md5sums_x86_64=('68940e1f9450ebeab806f921f15404e6')
package() { package() {
msg2 "Extracting the data.tar.xz..." msg2 "Extracting the data.tar.xz..."