AUR AI Reviewer

Review Results

Version #1814 of google-chrome-beta · commit 0485cbf6e63b · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #661

Comment

The change only bumps pkgver in .SRCINFO from 151.0.7922.34 to 151.0.7922.47. No build logic, sources, checksums, install scripts, or permissions are altered in the reviewed hunk. On its face this is a routine version update with no security red flags in the diff provided.

@@ -1,6 +1,6 @@
 pkgbase = google-chrome-beta
 	pkgdesc = The popular web browser by Google (Beta Channel)
-	pkgver = 151.0.7922.34
+	pkgver = 151.0.7922.47
 	pkgrel = 1
 	url = https://www.google.com/chrome
 	install = google-chrome-beta.install
Risk 0/5 · Safe .SRCINFO
Result #662

Comment

The change only bumps the pinned Google Chrome Beta .deb URL and its corresponding SHA-512 checksum in .SRCINFO. The source remains the official HTTPS dl.google.com location, with no new sources, scripts, or build logic introduced. This is a routine version update with no obvious integrity or execution red flags in the diff provided.

@@ -21,10 +21,10 @@ pkgbase = google-chrome-beta
 	provides = google-chrome
 	options = !emptydirs
 	options = !strip
-	source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_151.0.7922.34-1_amd64.deb
+	source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_151.0.7922.47-1_amd64.deb
 	source = eula_text.html
 	source = google-chrome-beta.sh
-	sha512sums = ad50a48dfd77cf7283e1174ca169210ac74382129caf21ad42a6deeadee4ba30579f4a42707ebf5fe820969679879f2ae7d29fd4999f78c1f6a069f6cb34edd2
+	sha512sums = 1f435614fde3503f30b45f0a399089bb5e301eb608a65bd15c62481bbd25c01a2e35410c3567e53e8c8755d914396f456e7dd34c067aa2d0047549edb0d3b4f1
 	sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396
 	sha512sums = 17827849624a365b501da6b4e9648f324dfa1ee081dbb46f8e9519de355c4b2996075c3acb254921afd7553e4814877fa6e4355ab29bbed5825c9cffa3032f03
 
Risk 0/5 · Safe PKGBUILD
Result #663

Comment

The change is a simple version bump in PKGBUILD from 151.0.7922.34 to 151.0.7922.47 with no other logic changes. Based on the provided diff, there are no new sources, build steps, install scripts, permissions changes, or other security-relevant modifications. This appears to be a routine upstream release update with no evident supply-chain or persistence risk in the reviewed hunk.

@@ -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-beta" | awk '/Version/{print $2}' | cut -d '-' -f1
 
 pkgname=google-chrome-beta
-pkgver=151.0.7922.34
+pkgver=151.0.7922.47
 pkgrel=1
 pkgdesc="The popular web browser by Google (Beta Channel)"
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #664

Comment

The change is a routine upstream version bump for the Google Chrome beta Debian package, with the corresponding SHA-512 checksum updated. The source remains an HTTPS download from dl.google.com, there are no new build steps, scripts, patches, privilege changes, or additional sources introduced. No security red flags are evident in this diff alone.

@@ -36,7 +36,7 @@ _channel=beta
 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=('ad50a48dfd77cf7283e1174ca169210ac74382129caf21ad42a6deeadee4ba30579f4a42707ebf5fe820969679879f2ae7d29fd4999f78c1f6a069f6cb34edd2'
+sha512sums=('1f435614fde3503f30b45f0a399089bb5e301eb608a65bd15c62481bbd25c01a2e35410c3567e53e8c8755d914396f456e7dd34c067aa2d0047549edb0d3b4f1'
             'a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
             '17827849624a365b501da6b4e9648f324dfa1ee081dbb46f8e9519de355c4b2996075c3acb254921afd7553e4814877fa6e4355ab29bbed5825c9cffa3032f03')