AUR AI Reviewer

Review Results

Version #2404 of google-chrome-dev · commit 4d7325b989b6 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3221

Comment

The only change in this .SRCINFO hunk is a version bump from 155.0.8040.2 to 155.0.8048.0. No build logic, sources, checksums, install scripts, or packaging metadata were altered in the reviewed diff. On its face this is a routine upstream version update with no direct security red flags in the provided change.

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

Comment

The change only updates the pinned upstream Google Chrome Dev .deb URLs and their SHA-512 checksums in .SRCINFO from one release to a newer release. The sources remain on HTTPS from the official dl.google.com domain, and there are no new build-time commands, scripts, or privilege-related changes in this diff. This is a routine version bump with integrity metadata updated accordingly, so I see no security issue in the reviewed hunk.

@@ -26,9 +26,9 @@ pkgbase = google-chrome-dev
 	source = google-chrome-unstable.sh
 	sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396
 	sha512sums = 445eb36a588f49af018ded3d852b63e0523ffac20c25be721f3ef4663591256849432bebb3d9f352e4f53cbe1fb77fa67cf8911c9161f826490a21adbdcc81f4
-	source_x86_64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_155.0.8040.2-1_amd64.deb
-	sha512sums_x86_64 = e51b3fd0459eb3e0f0abc8471dc2f84a2df4d959576f6b3599443cacc97cf4f69fd0990b8990bd449901cc4cf0bd7e5f12447407a37beca2f70b830d51017ba2
-	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_155.0.8040.2-1_arm64.deb
-	sha512sums_aarch64 = 3d257accd0bace2511034a334467737d07a9f4474556d45b7fea05c59eac9f241a19904359c860fe1dc9a7b6b07d64c027e488c21da09b301487f63c6eca5c79
+	source_x86_64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_155.0.8048.0-1_amd64.deb
+	sha512sums_x86_64 = 055a17347a006a17656674a2043bd29740b93219f59640bcf2f7682d997f56d6945c4b25f789a2a438d5be5fdce10bc405db765b074b6645ee8c551b5c3bc38c
+	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_155.0.8048.0-1_arm64.deb
+	sha512sums_aarch64 = a22f629602dee21a329919b44466b5af96aa19b8dd841fc2088b8891e5b53082bd029227400015673a5bbcdf5330b2e04f2ded0d8b4e9f7b720d261335da97bd
 
 pkgname = google-chrome-dev
Risk 0/5 · Safe PKGBUILD
Result #3223

Comment

The change is a routine version bump in PKGBUILD from 155.0.8040.2 to 155.0.8048.0 with no accompanying changes to sources, build logic, install scripts, permissions, or package metadata. Based on the provided diff hunk, there are no new security red flags such as network fetches, privilege escalation, or integrity bypasses.

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

Comment

The change only updates the architecture-specific SHA-512 checksums for the Google Chrome .deb downloads while keeping the source URLs pinned to HTTPS on dl.google.com. There are no new build steps, scripts, privilege changes, or additional sources introduced in this hunk. Security impact is limited to integrity metadata maintenance, with no obvious malicious behavior in the diff itself.

@@ -42,8 +42,8 @@ source=(
 )
 sha512sums=('a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
             '445eb36a588f49af018ded3d852b63e0523ffac20c25be721f3ef4663591256849432bebb3d9f352e4f53cbe1fb77fa67cf8911c9161f826490a21adbdcc81f4')
-sha512sums_x86_64=('e51b3fd0459eb3e0f0abc8471dc2f84a2df4d959576f6b3599443cacc97cf4f69fd0990b8990bd449901cc4cf0bd7e5f12447407a37beca2f70b830d51017ba2')
-sha512sums_aarch64=('3d257accd0bace2511034a334467737d07a9f4474556d45b7fea05c59eac9f241a19904359c860fe1dc9a7b6b07d64c027e488c21da09b301487f63c6eca5c79')
+sha512sums_x86_64=('055a17347a006a17656674a2043bd29740b93219f59640bcf2f7682d997f56d6945c4b25f789a2a438d5be5fdce10bc405db765b074b6645ee8c551b5c3bc38c')
+sha512sums_aarch64=('a22f629602dee21a329919b44466b5af96aa19b8dd841fc2088b8891e5b53082bd029227400015673a5bbcdf5330b2e04f2ded0d8b4e9f7b720d261335da97bd')
 
 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")