mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 14:10:01 +00:00
google-chrome-beta v81.0.4044.92
This commit is contained in:
parent
2485283526
commit
2408d25ef7
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = google-chrome-beta
|
||||
pkgdesc = The popular and trusted web browser by Google (Beta Channel)
|
||||
pkgver = 81.0.4044.83
|
||||
pkgver = 81.0.4044.92
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome
|
||||
install = google-chrome-beta.install
|
||||
|
@ -22,10 +22,10 @@ pkgbase = google-chrome-beta
|
|||
provides = google-chrome
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
source = google-chrome-beta_81.0.4044.83_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
source = google-chrome-beta_81.0.4044.92_amd64.deb::https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||
source = eula_text.html
|
||||
source = google-chrome-beta.sh
|
||||
sha512sums = 4e40cfe4cac226a87c28363cf19ef4e09b83736bbb76f53064bd5f98edeb258d9af75d7b5173c62ef352acaaccb458fe3263e7d994989a0e15068b01dc9fcae6
|
||||
sha512sums = 6288556b21d3aee0c2890eb26e4354a77ccfbba7a0cb9bd2183ac1a633d155372989fa1d7ab37c61eda489f06240c9d4e60a1c6b25bc2bd73343de4b9fc7bf75
|
||||
sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396
|
||||
sha512sums = ce84dadfd8accc8bc590c8570bda7f59b415f125967f712fc9b64e10a7ab64d0f677fa8f14d2e7a2645f732c60701d9158fa421cc1f8f82715bdcf63999a005b
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -6,7 +6,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=81.0.4044.83
|
||||
pkgver=81.0.4044.92
|
||||
pkgrel=1
|
||||
pkgdesc="The popular and trusted web browser by Google (Beta Channel)"
|
||||
arch=('x86_64')
|
||||
|
@ -27,7 +27,7 @@ _channel=beta
|
|||
source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb"
|
||||
'eula_text.html'
|
||||
"google-chrome-$_channel.sh")
|
||||
sha512sums=('4e40cfe4cac226a87c28363cf19ef4e09b83736bbb76f53064bd5f98edeb258d9af75d7b5173c62ef352acaaccb458fe3263e7d994989a0e15068b01dc9fcae6'
|
||||
sha512sums=('6288556b21d3aee0c2890eb26e4354a77ccfbba7a0cb9bd2183ac1a633d155372989fa1d7ab37c61eda489f06240c9d4e60a1c6b25bc2bd73343de4b9fc7bf75'
|
||||
'a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
|
||||
'ce84dadfd8accc8bc590c8570bda7f59b415f125967f712fc9b64e10a7ab64d0f677fa8f14d2e7a2645f732c60701d9158fa421cc1f8f82715bdcf63999a005b')
|
||||
|
||||
|
|
Loading…
Reference in a new issue