mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
upgpkg: google-chrome-dev 127.0.6510.4-1
upstream release
This commit is contained in:
parent
ec1644e0e8
commit
96822c0697
3 changed files with 12 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = google-chrome-dev
|
||||
pkgdesc = The popular web browser by Google (Dev Channel)
|
||||
pkgver = 127.0.6485.0
|
||||
pkgver = 127.0.6510.4
|
||||
pkgrel = 1
|
||||
url = https://www.google.com/chrome
|
||||
install = google-chrome-dev.install
|
||||
|
|
@ -21,10 +21,10 @@ pkgbase = google-chrome-dev
|
|||
provides = google-chrome
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_127.0.6485.0-1_amd64.deb
|
||||
source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_127.0.6510.4-1_amd64.deb
|
||||
source = eula_text.html
|
||||
source = google-chrome-unstable.sh
|
||||
sha512sums = a7e840f77995381ef5534edc2c2a73c1755e87b735607bdb1768a242ffda12304f8fb4706a7d93fa635bbe3ad0de0bd30190f92f6a5e47fb94f2a85dbc367637
|
||||
sha512sums = b17660f6592fcaecc05d15a7821d1af26d4f907f38ed25fda21db69795efb90101fecae75dcb1b55414197a36d57e144805100f2d395243d43ab067703872516
|
||||
sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396
|
||||
sha512sums = 445eb36a588f49af018ded3d852b63e0523ffac20c25be721f3ef4663591256849432bebb3d9f352e4f53cbe1fb77fa67cf8911c9161f826490a21adbdcc81f4
|
||||
|
||||
|
|
|
|||
7
.nvchecker.toml
Normal file
7
.nvchecker.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[google-chrome-dev]
|
||||
source = "apt"
|
||||
mirror = "https://dl.google.com/linux/chrome/deb/"
|
||||
pkg = "google-chrome-unstable"
|
||||
suite = "stable"
|
||||
repo = "main"
|
||||
strip_release = true
|
||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -7,7 +7,7 @@
|
|||
# or use: $ curl -sSf https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | grep -A1 "Package: google-chrome-unstable" | awk '/Version/{print $2}' | cut -d '-' -f1
|
||||
|
||||
pkgname=google-chrome-dev
|
||||
pkgver=127.0.6485.0
|
||||
pkgver=127.0.6510.4
|
||||
pkgrel=1
|
||||
pkgdesc="The popular web browser by Google (Dev Channel)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -36,7 +36,7 @@ _channel=unstable
|
|||
source=("https://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=('a7e840f77995381ef5534edc2c2a73c1755e87b735607bdb1768a242ffda12304f8fb4706a7d93fa635bbe3ad0de0bd30190f92f6a5e47fb94f2a85dbc367637'
|
||||
sha512sums=('b17660f6592fcaecc05d15a7821d1af26d4f907f38ed25fda21db69795efb90101fecae75dcb1b55414197a36d57e144805100f2d395243d43ab067703872516'
|
||||
'a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
|
||||
'445eb36a588f49af018ded3d852b63e0523ffac20c25be721f3ef4663591256849432bebb3d9f352e4f53cbe1fb77fa67cf8911c9161f826490a21adbdcc81f4')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue