AUR AI Reviewer

Review Results

Version #2325 of google-chrome · commit b276fd5c9892 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2851

Comment

The only change in this .SRCINFO hunk is a version bump from 152.0.7977.75 to 152.0.7977.82. No source URLs, checksums, build logic, install scripts, or packaging metadata were altered in the provided diff, so there is no new security concern visible here. This appears to be a routine upstream version update.

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

Comment

The change is a routine version bump in .SRCINFO for the Google Chrome binary package, updating the x86_64 and aarch64 Debian package URLs and their SHA-512 checksums from 152.0.7977.75-1 to 152.0.7977.82-1. The sources remain on Google's official HTTPS domain, and the diff does not introduce new build steps, scripts, permissions changes, or other execution paths. No supply-chain red flags are present in this hunk alone.

@@ -25,9 +25,9 @@ pkgbase = google-chrome
 	source = google-chrome-stable.sh
 	sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396
 	sha512sums = de02b498a4b5b93e21622c8dba57befe795d733a04656be911cc38e28bfef0e20470450f44be523bbde8d4de28f79c10434846ca01fc2a2f4e67707b79332f94
-	source_x86_64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_152.0.7977.75-1_amd64.deb
-	sha512sums_x86_64 = 2984589503cb7ef44d4dc96a474bd4cebda14eeefa3917b9170bc8029e4952272f2cb4b000bd16a0dfbb956d13b7a07a6681d9ba74a30b86f5805e4541cd646d
-	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_152.0.7977.75-1_arm64.deb
-	sha512sums_aarch64 = 19b3f00cfa61a3f66b826c96e9d0f1efcbb4e749a1d955ae4cf2f990554131b7e717453aef65390a39004ab333366492ea2b036612ab950082336c87085d1fb3
+	source_x86_64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_152.0.7977.82-1_amd64.deb
+	sha512sums_x86_64 = 867c023deb01fb838aa6a53291a617a9e18b8ff147a35c8b4af77956d633418544c49fadfd8e53a767d0a23a1f75e3b11e7ee32695c3242c24c65aa2b23791d7
+	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_152.0.7977.82-1_arm64.deb
+	sha512sums_aarch64 = 53872956e901a2cd203c69c4777170f02e5b3b7b92de1378dcd17c3089081a4a645ad46936d0b4e670f9da03c0731bde54e605d556774ea6302ba8e30e17b6aa
 
 pkgname = google-chrome
Risk 0/5 · Safe PKGBUILD
Result #2853

Comment

This change is a routine version bump for google-chrome stable, with corresponding checksum updates for the official HTTPS dl.google.com .deb sources. No new build steps, scripts, patches, or privilege-related packaging changes were introduced, and the package still fetches only the upstream release artifacts declared in source=(). The diff does not add any suspicious execution or persistence mechanisms.

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

Comment

The change is a routine version bump for google-chrome and updates the corresponding SHA-512 checksums for the architecture-specific .deb sources. The source URLs remain HTTPS and point to Google's official Chrome repository, with no new build-time code execution, install-script changes, or packaging behavior changes. No integrity or persistence red flags are introduced by this diff alone.

@@ -39,8 +39,8 @@ source=('eula_text.html'
         "google-chrome-$_channel.sh")
 sha512sums=('a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
             'de02b498a4b5b93e21622c8dba57befe795d733a04656be911cc38e28bfef0e20470450f44be523bbde8d4de28f79c10434846ca01fc2a2f4e67707b79332f94')
-sha512sums_x86_64=('2984589503cb7ef44d4dc96a474bd4cebda14eeefa3917b9170bc8029e4952272f2cb4b000bd16a0dfbb956d13b7a07a6681d9ba74a30b86f5805e4541cd646d')
-sha512sums_aarch64=('19b3f00cfa61a3f66b826c96e9d0f1efcbb4e749a1d955ae4cf2f990554131b7e717453aef65390a39004ab333366492ea2b036612ab950082336c87085d1fb3')
+sha512sums_x86_64=('867c023deb01fb838aa6a53291a617a9e18b8ff147a35c8b4af77956d633418544c49fadfd8e53a767d0a23a1f75e3b11e7ee32695c3242c24c65aa2b23791d7')
+sha512sums_aarch64=('53872956e901a2cd203c69c4777170f02e5b3b7b92de1378dcd17c3089081a4a645ad46936d0b4e670f9da03c0731bde54e605d556774ea6302ba8e30e17b6aa')
 
 source_x86_64=("https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-${_channel}/google-chrome-${_channel}_${pkgver}-1_amd64.deb")
 source_aarch64=("https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-${_channel}/google-chrome-${_channel}_${pkgver}-1_arm64.deb")