AUR AI Reviewer

Review Results

Version #2060 of google-chrome-dev · commit 13f6a3a66e44 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #1803

Comment

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

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

Comment

The change only bumps the pinned Google Chrome Dev binary package version and updates the corresponding SHA-512 checksums for x86_64 and aarch64. The sources remain on the official HTTPS dl.google.com domain, there is no new build-time code execution, and no packaging/install-script behavior is introduced by this diff. Risk is low because this is still a prebuilt binary download, but the update itself does not add any new security red flags beyond the package’s existing trust model.

@@ -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_153.0.7993.0-1_amd64.deb
-	sha512sums_x86_64 = 3d9820c8b3c3dd476807a64c69d6176decd0507ba78c1caff1755837783b523c513a5eeb08fe72c5984a33010979a3ceca86574395799b45ae64c2e5a1fffea2
-	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_153.0.7993.0-1_arm64.deb
-	sha512sums_aarch64 = 68cefa2a698adeb6007b48bdffd77c972d7b7996e2227a25e18770da0d439291ed7f4f3394e89c477d10dace0d74ddeea1fbb38eff69f7aeb70f88242d783f8b
+	source_x86_64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_153.0.8003.0-1_amd64.deb
+	sha512sums_x86_64 = 9fc14fbe918a75823f4a8ae90771147fffb7b3e78f6f990453ae1d74aa0701ed31b25e74b3fd9a5d12b25336e4ab858434adec8a84c67538aeb5a4b50f44ecb9
+	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_153.0.8003.0-1_arm64.deb
+	sha512sums_aarch64 = 340c0f6aa3892a6d5ef24dcf2c1e669052734e91e77330116d2fa3e8591f6e44ee9c448baf994d040381a1ce960888aad4360388571fe467d1a9504aea173da2
 
 pkgname = google-chrome-dev
Risk 0/5 · Safe PKGBUILD
Result #1805

Comment

This change only bumps pkgver in PKGBUILD from 153.0.7993.0 to 153.0.8003.0. No build logic, sources, install scripts, permissions, or dependencies are altered in the provided diff hunk. On its face this is a routine version update with no new security-relevant behavior introduced by the change itself.

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

Comment

The change only bumps pkgver and updates the SHA-512 checksums for the architecture-specific Google Chrome .deb downloads. Source URLs remain HTTPS and still point to dl.google.com, with no new build-time code execution, install-script changes, or packaging behavior changes. This is a routine upstream version refresh with integrity metadata updated accordingly.

@@ -42,8 +42,8 @@ source=(
 )
 sha512sums=('a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
             '445eb36a588f49af018ded3d852b63e0523ffac20c25be721f3ef4663591256849432bebb3d9f352e4f53cbe1fb77fa67cf8911c9161f826490a21adbdcc81f4')
-sha512sums_x86_64=('3d9820c8b3c3dd476807a64c69d6176decd0507ba78c1caff1755837783b523c513a5eeb08fe72c5984a33010979a3ceca86574395799b45ae64c2e5a1fffea2')
-sha512sums_aarch64=('68cefa2a698adeb6007b48bdffd77c972d7b7996e2227a25e18770da0d439291ed7f4f3394e89c477d10dace0d74ddeea1fbb38eff69f7aeb70f88242d783f8b')
+sha512sums_x86_64=('9fc14fbe918a75823f4a8ae90771147fffb7b3e78f6f990453ae1d74aa0701ed31b25e74b3fd9a5d12b25336e4ab858434adec8a84c67538aeb5a4b50f44ecb9')
+sha512sums_aarch64=('340c0f6aa3892a6d5ef24dcf2c1e669052734e91e77330116d2fa3e8591f6e44ee9c448baf994d040381a1ce960888aad4360388571fe467d1a9504aea173da2')
 
 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")