diff options
author | Axel Navarro | 2024-11-22 17:11:16 -0300 |
---|---|---|
committer | Axel Navarro | 2024-11-22 17:11:16 -0300 |
commit | 2fdafde73b2bf1d628c23d2ef475f33ec0097946 (patch) | |
tree | 005efb237842c5415be87084b08fc322945eee3f | |
parent | bd596941aab197ad39f953aeae2bbdf7d7b4481c (diff) | |
download | aur-2fdafde73b2bf1d628c23d2ef475f33ec0097946.tar.gz |
upgpkg: google-chrome-canary 133.0.6852.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = google-chrome-canary pkgdesc = The popular web browser by Google (Canary Channel) - pkgver = 133.0.6848.0 + pkgver = 133.0.6852.0 pkgrel = 1 url = https://www.google.com/chrome install = google-chrome-canary.install @@ -21,10 +21,10 @@ pkgbase = google-chrome-canary provides = google-chrome options = !emptydirs options = !strip - source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-canary/google-chrome-canary_133.0.6848.0-1_amd64.deb + source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-canary/google-chrome-canary_133.0.6852.0-1_amd64.deb source = eula_text.html source = google-chrome-canary.sh - sha512sums = a5376fe798ec2bccc7ea1df14205f927ef996d2beb48bc739dbb56efdeb5dadd3500829a02daf0d3d62494b955aaa8dc81b89f4ed8b5369fe6938b00788508c2 + sha512sums = 4eff4cbf377e423e63f2508e1ba87e25608d3aad176f6cd679445c7a82fb83372648dc027a500f6663b2621dac7572edb68b256e8005c4d8ac10ff611a7c1597 sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396 sha512sums = 9579a42fbcbc8c592a6f1c625735768287a74d5081d5e2486a5ea11ee41b1d9f91bf60c7c816a9f433e9bf92724262a4c986408a04bf7f13fec8fca4600c6b3a @@ -3,7 +3,7 @@ # Check for new Linux releases using: # curl -sSf https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | grep -A1 "Package: google-chrome-canary" | awk '/Version/{print $2}' | cut -d '-' -f1 pkgname=google-chrome-canary -pkgver=133.0.6848.0 +pkgver=133.0.6852.0 pkgrel=1 pkgdesc="The popular web browser by Google (Canary Channel)" arch=('x86_64') @@ -32,7 +32,7 @@ _channel=canary 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=('a5376fe798ec2bccc7ea1df14205f927ef996d2beb48bc739dbb56efdeb5dadd3500829a02daf0d3d62494b955aaa8dc81b89f4ed8b5369fe6938b00788508c2' +sha512sums=('4eff4cbf377e423e63f2508e1ba87e25608d3aad176f6cd679445c7a82fb83372648dc027a500f6663b2621dac7572edb68b256e8005c4d8ac10ff611a7c1597' 'a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396' '9579a42fbcbc8c592a6f1c625735768287a74d5081d5e2486a5ea11ee41b1d9f91bf60c7c816a9f433e9bf92724262a4c986408a04bf7f13fec8fca4600c6b3a') |