AUR AI Reviewer

Review Results

Version #2510 of google-chrome · commit 47fe95df7541 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3756

Comment

The change only bumps pkgver in .SRCINFO from 153.0.8010.47 to 153.0.8010.52. .SRCINFO is generated metadata for the AUR and does not itself introduce build logic, network access, privilege escalation, or packaging changes. No suspicious sources, scripts, or permissions are affected by this diff hunk.

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

Comment

The change only updates the pinned upstream Google Chrome .deb URLs and their SHA-512 checksums from version 153.0.8010.47-1 to 153.0.8010.52-1 for x86_64 and aarch64. The sources remain HTTPS on the official dl.google.com domain, and the diff does not introduce new build-time execution, install-script behavior, or packaging changes. This looks like a routine version bump with integrity hashes updated accordingly.

@@ -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_153.0.8010.47-1_amd64.deb
-	sha512sums_x86_64 = cd70639f4737c043a9eb2c349dd2d447b1929b78eba972fa997c4120e7730018f62aa3ddcda1e5f0fe06b76c786076f281b4a5b50e96a62dfe4cf4aa35b70238
-	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_153.0.8010.47-1_arm64.deb
-	sha512sums_aarch64 = f189f7c161df2586872238ee9e4fe7e0b962dcaf5f3bd0a1943310366466a93889b46133603162efe19ffb83fbaa52f54ed5540f7e885df8a4e2861808b0ac8c
+	source_x86_64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_153.0.8010.52-1_amd64.deb
+	sha512sums_x86_64 = 3be99341f606e62aed2ccdecef6a9741b23e77ad1c192385a336820604392fe8317c66f5e25f1053b4af94df8fdc785b03c25b6f43151b1651ce1e677828e3d7
+	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_153.0.8010.52-1_arm64.deb
+	sha512sums_aarch64 = a2c25f89fc787b46d923a87263f5cfa22b095f50e092371e8d888bdadb3f3939e269072a7b3be57c67149c178cf67d0b856854ab406df77a8a04f10b6f4071b3
 
 pkgname = google-chrome
Risk 0/5 · Safe PKGBUILD
Result #3758

Comment

The change is a simple version bump in PKGBUILD from 153.0.8010.47 to 153.0.8010.52 with no accompanying changes to sources, build logic, install scripts, or permissions. Based on the provided diff, there are no new supply-chain, persistence, privilege-escalation, or integrity red flags introduced by this commit.

@@ -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=153.0.8010.47
+pkgver=153.0.8010.52
 pkgrel=1
 pkgdesc="The popular web browser by Google (Stable Channel)"
 arch=(
Risk 0/5 · Safe PKGBUILD
Result #3759

Comment

The change only updates SHA-512 checksums for the architecture-specific Google Chrome .deb sources. The source URLs remain HTTPS and point to Google’s official download host, with no new build-time execution, install-script changes, or packaging logic changes. This is a routine integrity hash refresh and does not introduce an obvious security issue in the reviewed hunk.

@@ -39,8 +39,8 @@ source=('eula_text.html'
         "google-chrome-$_channel.sh")
 sha512sums=('a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
             'de02b498a4b5b93e21622c8dba57befe795d733a04656be911cc38e28bfef0e20470450f44be523bbde8d4de28f79c10434846ca01fc2a2f4e67707b79332f94')
-sha512sums_x86_64=('cd70639f4737c043a9eb2c349dd2d447b1929b78eba972fa997c4120e7730018f62aa3ddcda1e5f0fe06b76c786076f281b4a5b50e96a62dfe4cf4aa35b70238')
-sha512sums_aarch64=('f189f7c161df2586872238ee9e4fe7e0b962dcaf5f3bd0a1943310366466a93889b46133603162efe19ffb83fbaa52f54ed5540f7e885df8a4e2861808b0ac8c')
+sha512sums_x86_64=('3be99341f606e62aed2ccdecef6a9741b23e77ad1c192385a336820604392fe8317c66f5e25f1053b4af94df8fdc785b03c25b6f43151b1651ce1e677828e3d7')
+sha512sums_aarch64=('a2c25f89fc787b46d923a87263f5cfa22b095f50e092371e8d888bdadb3f3939e269072a7b3be57c67149c178cf67d0b856854ab406df77a8a04f10b6f4071b3')
 
 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")