AUR AI Reviewer

Review Results

Version #1744 of google-chrome-beta · commit 27f29840c06e · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #471

Comment

This change only bumps the package version in .SRCINFO from 151.0.7922.19 to 151.0.7922.34. No build logic, sources, checksums, install scripts, permissions, or system integration files are changed in the provided diff hunk. On its face this is a routine metadata/version update with no security-relevant behavior introduced by the diff itself.

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

Comment

The change is a routine version bump in .SRCINFO for the Google Chrome beta package: it updates the upstream .deb URL from one official HTTPS dl.google.com release to a newer official release and refreshes the corresponding sha512 checksum. No new sources, scripts, install hooks, or packaging behavior are introduced by this diff. The change does not add build-time network access beyond the declared source or alter privileges/persistence mechanisms. Risk is low.

@@ -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.19-1_amd64.deb
+	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 = eula_text.html
 	source = google-chrome-beta.sh
-	sha512sums = c82077615bfd16b99100eba36da2d447389bf571c52432220ed8412f845019bdec39d282c1283382db3e0ebdef1d727a83669363ed43bf04cafa319aeff22e5d
+	sha512sums = ad50a48dfd77cf7283e1174ca169210ac74382129caf21ad42a6deeadee4ba30579f4a42707ebf5fe820969679879f2ae7d29fd4999f78c1f6a069f6cb34edd2
 	sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396
 	sha512sums = 17827849624a365b501da6b4e9648f324dfa1ee081dbb46f8e9519de355c4b2996075c3acb254921afd7553e4814877fa6e4355ab29bbed5825c9cffa3032f03
 
Risk 0/5 · Safe PKGBUILD
Result #473

Comment

The change is a simple version bump in PKGBUILD from 151.0.7922.19 to 151.0.7922.34 with no accompanying changes to sources, build steps, install scripts, permissions, or dependencies. Based on the provided diff hunk, there are no new security red flags such as network fetches, privilege escalation, persistence, or integrity regressions. Risk is minimal.

@@ -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.19
+pkgver=151.0.7922.34
 pkgrel=1
 pkgdesc="The popular web browser by Google (Beta Channel)"
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #474

Comment

The change only updates the SHA-512 checksum for the upstream Google Chrome beta .deb source. The source URL remains the official HTTPS dl.google.com location, there are no new build steps, scripts, or packaging changes, and no evidence of added network access or privilege escalation. This is a routine integrity hash refresh consistent with an upstream package update, with no security red flags in the diff itself.

@@ -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=('c82077615bfd16b99100eba36da2d447389bf571c52432220ed8412f845019bdec39d282c1283382db3e0ebdef1d727a83669363ed43bf04cafa319aeff22e5d'
+sha512sums=('ad50a48dfd77cf7283e1174ca169210ac74382129caf21ad42a6deeadee4ba30579f4a42707ebf5fe820969679879f2ae7d29fd4999f78c1f6a069f6cb34edd2'
             'a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
             '17827849624a365b501da6b4e9648f324dfa1ee081dbb46f8e9519de355c4b2996075c3acb254921afd7553e4814877fa6e4355ab29bbed5825c9cffa3032f03')