From 5f0e06cf3ae42f339695973999a64576203b4bf8 Mon Sep 17 00:00:00 2001 From: Det Date: Thu, 24 Sep 2015 07:30:41 +0300 Subject: [PATCH] Upgpkg: 46.0.2490.42 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0c94552..9d90e28 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 = 46.0.2490.33 + pkgver = 46.0.2490.42 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_46.0.2490.33_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb - md5sums_i686 = 2fd06a77fb82528d5bb73ccb93b6b47f - source_x86_64 = google-chrome-beta_46.0.2490.33_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb - md5sums_x86_64 = ac9385f3ae9ccd56b212b7ef6c2d2b19 + source_i686 = google-chrome-beta_46.0.2490.42_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb + md5sums_i686 = 579ffb9723a39f37561421b8e094e82b + source_x86_64 = google-chrome-beta_46.0.2490.42_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb + md5sums_x86_64 = 241b6ab1b0c347183decf5bc527cb46d pkgname = google-chrome-beta diff --git a/PKGBUILD b/PKGBUILD index 9ba1223..5024520 100644 --- a/PKGBUILD +++ b/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=46.0.2490.33 +pkgver=46.0.2490.42 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=('2fd06a77fb82528d5bb73ccb93b6b47f') -md5sums_x86_64=('ac9385f3ae9ccd56b212b7ef6c2d2b19') +md5sums_i686=('579ffb9723a39f37561421b8e094e82b') +md5sums_x86_64=('241b6ab1b0c347183decf5bc527cb46d') package() { msg2 "Extracting the data.tar.xz..."