mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 22:20:01 +00:00
Upgpkg: 45.0.2454.37
This commit is contained in:
parent
2a2cd97885
commit
27cf5bb349
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -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)
|
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
|
||||||
pkgver = 45.0.2454.26
|
pkgver = 45.0.2454.37
|
||||||
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
|
||||||
|
@ -34,10 +34,10 @@ pkgbase = google-chrome-beta
|
||||||
options = !strip
|
options = !strip
|
||||||
source = eula_text.html
|
source = eula_text.html
|
||||||
md5sums = b7e752f549b215ac77f284b6486794b6
|
md5sums = b7e752f549b215ac77f284b6486794b6
|
||||||
source_i686 = google-chrome-beta_45.0.2454.26_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
|
source_i686 = google-chrome-beta_45.0.2454.37_i386.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
|
||||||
md5sums_i686 = abb4ae35fcc731124edb62a202669963
|
md5sums_i686 = 565f462e10c5624e4763b870fdcb8beb
|
||||||
source_x86_64 = google-chrome-beta_45.0.2454.26_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
source_x86_64 = google-chrome-beta_45.0.2454.37_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||||
md5sums_x86_64 = 33835e9b17e1dbcbd6ab99ea32b3762f
|
md5sums_x86_64 = 33715465c84142fc81bafa2f7e02fdb4
|
||||||
|
|
||||||
pkgname = google-chrome-beta
|
pkgname = google-chrome-beta
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
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 }'
|
# 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=45.0.2454.26
|
pkgver=45.0.2454.37
|
||||||
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')
|
||||||
|
@ -24,8 +24,8 @@ source=('eula_text.html')
|
||||||
source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_i386.deb")
|
source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_i386.deb")
|
||||||
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=('b7e752f549b215ac77f284b6486794b6')
|
md5sums=('b7e752f549b215ac77f284b6486794b6')
|
||||||
md5sums_i686=('abb4ae35fcc731124edb62a202669963')
|
md5sums_i686=('565f462e10c5624e4763b870fdcb8beb')
|
||||||
md5sums_x86_64=('33835e9b17e1dbcbd6ab99ea32b3762f')
|
md5sums_x86_64=('33715465c84142fc81bafa2f7e02fdb4')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
msg2 "Extracting the data.tar.xz..."
|
msg2 "Extracting the data.tar.xz..."
|
||||||
|
|
Loading…
Reference in a new issue