mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-12-20 14:51:16 +00:00
google-chrome-unstable v84.0.4147.13
This commit is contained in:
parent
c267099835
commit
829bbe270c
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = google-chrome-dev
|
||||
pkgdesc = The popular and trusted web browser by Google (Dev Channel)
|
||||
pkgver = 84.0.4143.2
|
||||
pkgver = 84.0.4147.13
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome
|
||||
install = google-chrome-dev.install
|
||||
|
@ -23,10 +23,10 @@ pkgbase = google-chrome-dev
|
|||
provides = google-chrome
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
source = http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_84.0.4143.2-1_amd64.deb
|
||||
source = http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_84.0.4147.13-1_amd64.deb
|
||||
source = eula_text.html
|
||||
source = google-chrome-unstable.sh
|
||||
sha512sums = e76f6aea0cd190affa78ad00b6c1b38544f59d2e9d03b73fc6b29be0fbd81f5debf023b584ab5b2857f36bc4dfd4a38048e67f98ac8f3989a15b1174dbb8fe35
|
||||
sha512sums = 5286b23ef015ada449bd1f2d18abc1fb1918f9aa5a2bc1eb0bf5ca60960c468b001d883ca7e655b0756501316824c12b9af681026cde55d688391019c5673f6e
|
||||
sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396
|
||||
sha512sums = 5f716219456ec8de9df4e7ee5f94bc35cdc1b079d9d1d5dab0df8d4b6e6d0fd8775bb64d0c8ce9339837d7277614c55aa05adced6e8ad49931989823ed97863b
|
||||
|
||||
|
|
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-dev
|
||||
pkgver=84.0.4143.2
|
||||
pkgver=84.0.4147.13
|
||||
pkgrel=1
|
||||
pkgdesc="The popular and trusted web browser by Google (Dev Channel)"
|
||||
arch=('x86_64')
|
||||
|
@ -30,7 +30,7 @@ _channel=unstable
|
|||
source=("http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-${_channel}/google-chrome-${_channel}_${pkgver}-1_amd64.deb"
|
||||
'eula_text.html'
|
||||
"google-chrome-$_channel.sh")
|
||||
sha512sums=('e76f6aea0cd190affa78ad00b6c1b38544f59d2e9d03b73fc6b29be0fbd81f5debf023b584ab5b2857f36bc4dfd4a38048e67f98ac8f3989a15b1174dbb8fe35'
|
||||
sha512sums=('5286b23ef015ada449bd1f2d18abc1fb1918f9aa5a2bc1eb0bf5ca60960c468b001d883ca7e655b0756501316824c12b9af681026cde55d688391019c5673f6e'
|
||||
'a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
|
||||
'5f716219456ec8de9df4e7ee5f94bc35cdc1b079d9d1d5dab0df8d4b6e6d0fd8775bb64d0c8ce9339837d7277614c55aa05adced6e8ad49931989823ed97863b')
|
||||
|
||||
|
|
Loading…
Reference in a new issue