AUR AI Reviewer

Review Results

Version #2395 of google-chrome · commit b4ac2efe57f6 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3188

Comment

The change is a routine version bump in .SRCINFO for Google Chrome Stable, updating the package version and the official Google download URLs/checksums for x86_64 and aarch64. The sources remain HTTPS and point to the expected upstream dl.google.com location, with no added scripts, patches, install logic, or packaging behavior changes. No security red flags are introduced by this diff alone.

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

Comment

The change only updates the pinned upstream Google Chrome .deb URLs and their SHA-512 checksums in .SRCINFO for x86_64 and aarch64. The sources remain HTTPS on the official dl.google.com domain, and there are no new scripts, build steps, or privilege-related artifacts introduced by this diff. This looks like a routine version bump with integrity metadata 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_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
+	source_x86_64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_153.0.8010.36-1_amd64.deb
+	sha512sums_x86_64 = a021007d23ff41cf51e4805b339b6923581e349a6fc9ea32dcea7182622b961a38ce102564904ee0de25113f005b538fcf5f22b8a6ed28e1d596370c5a3bc35a
+	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_153.0.8010.36-1_arm64.deb
+	sha512sums_aarch64 = 2ae421f845d42a7656e24f80e53bb3bcf6f61aff96f7fa74ee4926d2731360392ccc4888a38967232bd2c61008eb7d4fa376715332ade9cec0cb278b321c01cc
 
 pkgname = google-chrome
Risk 0/5 · Safe PKGBUILD
Result #3190

Comment

This change is a routine version bump for google-chrome stable, updating pkgver and the corresponding SHA-512 checksums for the official Google-hosted .deb artifacts on HTTPS. No new sources, scripts, build logic, or packaging behavior were introduced, and the diff does not add any persistence, privilege escalation, or network-fetching behavior beyond the existing pinned upstream download URLs. The risk is therefore 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-stable" | awk '/Version/{print $2}' | cut -d '-' -f1
 
 pkgname=google-chrome
-pkgver=152.0.7977.82
+pkgver=153.0.8010.36
 pkgrel=1
 pkgdesc="The popular web browser by Google (Stable Channel)"
 arch=(
Risk 0/5 · Safe PKGBUILD
Result #3191

Comment

The change is a routine version bump in PKGBUILD with updated SHA-512 checksums for the architecture-specific Google Chrome .deb sources. The source URLs remain HTTPS and point to the official Google Chrome repository, and there are no new build-time commands, install-script changes, or packaging permission/persistence red flags in this diff. Risk is low because the only security-relevant effect is trusting the new upstream release artifacts via refreshed checksums.

@@ -39,8 +39,8 @@ source=('eula_text.html'
         "google-chrome-$_channel.sh")
 sha512sums=('a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
             'de02b498a4b5b93e21622c8dba57befe795d733a04656be911cc38e28bfef0e20470450f44be523bbde8d4de28f79c10434846ca01fc2a2f4e67707b79332f94')
-sha512sums_x86_64=('867c023deb01fb838aa6a53291a617a9e18b8ff147a35c8b4af77956d633418544c49fadfd8e53a767d0a23a1f75e3b11e7ee32695c3242c24c65aa2b23791d7')
-sha512sums_aarch64=('53872956e901a2cd203c69c4777170f02e5b3b7b92de1378dcd17c3089081a4a645ad46936d0b4e670f9da03c0731bde54e605d556774ea6302ba8e30e17b6aa')
+sha512sums_x86_64=('a021007d23ff41cf51e4805b339b6923581e349a6fc9ea32dcea7182622b961a38ce102564904ee0de25113f005b538fcf5f22b8a6ed28e1d596370c5a3bc35a')
+sha512sums_aarch64=('2ae421f845d42a7656e24f80e53bb3bcf6f61aff96f7fa74ee4926d2731360392ccc4888a38967232bd2c61008eb7d4fa376715332ade9cec0cb278b321c01cc')
 
 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")