AUR AI Reviewer

Review Results

Version #512 of google-chrome-beta · commit fc2562d5f7b9 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #41

Comment

The only change in this .SRCINFO hunk is a version bump from 151.0.7922.10 to 151.0.7922.19. No sources, checksums, build steps, install scripts, permissions, or package metadata affecting trust boundaries changed. On its face this is a routine upstream version update with no security red flags in the provided diff.

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

Comment

The change only updates the Google Chrome Beta .deb source URL and its corresponding SHA-512 checksum in .SRCINFO, moving from one upstream beta release to a newer one. The source remains the official HTTPS dl.google.com location, there are no new build-time commands, no added scripts, and no packaging/persistence changes. This looks like a routine version bump with integrity metadata updated accordingly, so I do not see a security issue 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.10-1_amd64.deb
+	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 = eula_text.html
 	source = google-chrome-beta.sh
-	sha512sums = 667b99f4d62958457945ebedc04c15dbddf3e46080a2bb6382fb15fc4109bfccbf9837b4cd83859d3d0b4b5a17fb8fd94d78b2ec0886b781101c2df28c7b460c
+	sha512sums = c82077615bfd16b99100eba36da2d447389bf571c52432220ed8412f845019bdec39d282c1283382db3e0ebdef1d727a83669363ed43bf04cafa319aeff22e5d
 	sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396
 	sha512sums = 17827849624a365b501da6b4e9648f324dfa1ee081dbb46f8e9519de355c4b2996075c3acb254921afd7553e4814877fa6e4355ab29bbed5825c9cffa3032f03
 
Risk 0/5 · Safe PKGBUILD
Result #43

Comment

The only change in this hunk is a pkgver bump from 151.0.7922.10 to 151.0.7922.19. No build logic, sources, checksums, install script behavior, permissions, or packaging paths changed. Based on the provided diff alone, this is a routine upstream version update with no security red flags.

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

Comment

The change only updates the SHA-512 checksum for the upstream Google Chrome beta .deb source. The source URL remains HTTPS and points to the official Google download location, and there are no changes to build logic, install scripts, permissions, or added execution paths. On its face this is a routine integrity hash refresh, not an indicator of malicious behavior. The only caveat is that checksum changes should correspond to an expected upstream artifact update; based on the diff alone there is no evidence of tampering or supply-chain risk.

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