AUR AI Reviewer

Review Results

Version #2477 of google-chrome-beta · commit 0e0e77c1cc05 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3612

Comment

The change only bumps pkgver in .SRCINFO from 154.0.8037.0 to 154.0.8037.17. No sources, checksums, build logic, install scripts, or permissions are altered in the provided diff. This is a routine metadata/version update with no apparent security impact.

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

Comment

The change only updates the pinned upstream Chrome beta .deb URLs and their SHA-512 checksums from 154.0.8037.0-1 to 154.0.8037.17-1 for x86_64 and aarch64. This is a routine version bump to an HTTPS source on Google’s official download host, with integrity still enforced via updated checksums. No new build-time code, install scripts, or packaging behavior is introduced by this .SRCINFO-only diff.

@@ -26,9 +26,9 @@ pkgbase = google-chrome-beta
 	source = google-chrome-beta.sh
 	sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396
 	sha512sums = 17827849624a365b501da6b4e9648f324dfa1ee081dbb46f8e9519de355c4b2996075c3acb254921afd7553e4814877fa6e4355ab29bbed5825c9cffa3032f03
-	source_x86_64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_154.0.8037.0-1_amd64.deb
-	sha512sums_x86_64 = 3e2fe6b769830df941250376c56affb96512b71128aa850e48a8d61dac6ac728dde05b32a9823ba5ed538430804d2779a4c77cef70e7bf37307472b66991d2b2
-	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_154.0.8037.0-1_arm64.deb
-	sha512sums_aarch64 = a330eb87625647d5fa9ffdbf1a59d72e729992e3d36198e2aa1760da55ab37519efea0f82f67f918fea3668682018b8cf3621e2bbbb6ada1efcfc4e907003ef9
+	source_x86_64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_154.0.8037.17-1_amd64.deb
+	sha512sums_x86_64 = e67f15517f9ec077b3717847c8737d7e412b4d7eadfd7590e9a0aefa8e3848e5f3fb52ffe1b203f150b1c1082a2b9565c2ca03c2592dd53a1178cf649f089e96
+	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_154.0.8037.17-1_arm64.deb
+	sha512sums_aarch64 = c6925215bee2d5c477369c12d47d2ea6ef399dcc7da4b5082ed8a41ce05c8a1bdab03acb4a26145a5183881dcd2c033672fd52fb311490fbe07d9b74b34a809b
 
 pkgname = google-chrome-beta
Risk 0/5 · Safe PKGBUILD
Result #3614

Comment

The change only bumps pkgver from 154.0.8037.0 to 154.0.8037.17 in PKGBUILD. No build logic, sources, install scripts, permissions, or dependencies are altered, and there are no new integrity or execution red flags in the provided diff. This is a routine version update with no security impact evident from the change shown.

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

Comment

The change only bumps pkgver and updates the per-architecture sha512 checksums for the Google Chrome beta .deb downloads. Source URLs remain HTTPS and point to the official Google download host, with no new build steps, scripts, or packaging logic introduced. I do not see any added supply-chain, privilege, or persistence risk in this diff.

@@ -42,8 +42,8 @@ source=(
 )
 sha512sums=('a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
             '17827849624a365b501da6b4e9648f324dfa1ee081dbb46f8e9519de355c4b2996075c3acb254921afd7553e4814877fa6e4355ab29bbed5825c9cffa3032f03')
-sha512sums_x86_64=('3e2fe6b769830df941250376c56affb96512b71128aa850e48a8d61dac6ac728dde05b32a9823ba5ed538430804d2779a4c77cef70e7bf37307472b66991d2b2')
-sha512sums_aarch64=('a330eb87625647d5fa9ffdbf1a59d72e729992e3d36198e2aa1760da55ab37519efea0f82f67f918fea3668682018b8cf3621e2bbbb6ada1efcfc4e907003ef9')
+sha512sums_x86_64=('e67f15517f9ec077b3717847c8737d7e412b4d7eadfd7590e9a0aefa8e3848e5f3fb52ffe1b203f150b1c1082a2b9565c2ca03c2592dd53a1178cf649f089e96')
+sha512sums_aarch64=('c6925215bee2d5c477369c12d47d2ea6ef399dcc7da4b5082ed8a41ce05c8a1bdab03acb4a26145a5183881dcd2c033672fd52fb311490fbe07d9b74b34a809b')
 
 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")