AUR AI Reviewer

Review Results

Version #2478 of google-chrome-beta · commit 4475762e469d · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3616

Comment

The change only bumps pkgver in .SRCINFO from 154.0.8037.17 to 155.0.8059.5. No build logic, sources, install scripts, permissions, or package metadata beyond the version number changed. On its face this is a routine upstream version update with no security-relevant red flags in the provided diff hunk.

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

Comment

The change only updates the pinned upstream Google Chrome Beta .deb URLs and their SHA-512 checksums in .SRCINFO from version 154.0.8037.17-1 to 155.0.8059.5-1 for x86_64 and aarch64. This is a routine version bump with no new source locations, no build-script changes, and no added execution or persistence mechanisms visible in the diff. The sources remain on the official dl.google.com domain over HTTPS and are checksum-pinned, so there is no obvious integrity regression in this hunk.

@@ -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.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
+	source_x86_64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_155.0.8059.5-1_amd64.deb
+	sha512sums_x86_64 = b0ba4bea8396a3108a3e3682692eda37938df35d3f03b89696be23fcca379bd6e6acefdcc40ceff13a45adaf756abfe116481d25eaf54765f8c35a1bbfb28497
+	source_aarch64 = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_155.0.8059.5-1_arm64.deb
+	sha512sums_aarch64 = 233cf5dc222ba19ac769c9326d5734016799d2db91a591cc8698646f07b2e2b8423231719e2e458bc4261c0218bb84aca6a8b68c39413d9425a1bc77c21d3881
 
 pkgname = google-chrome-beta
Risk 0/5 · Safe PKGBUILD
Result #3618

Comment

This change only bumps pkgver in PKGBUILD from 154.0.8037.17 to 155.0.8059.5. No build logic, source URLs, checksums, install scripts, permissions, or packaging behavior changed in the provided diff. On its face this is a routine version update with no new security red flags in the reviewed hunk.

@@ -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.17
+pkgver=155.0.8059.5
 pkgrel=1
 pkgdesc="The popular web browser by Google (Beta Channel)"
 arch=(
Risk 0/5 · Safe PKGBUILD
Result #3619

Comment

The change only updates the SHA-512 checksums for the architecture-specific Google Chrome beta .deb sources. The source URLs remain HTTPS and point to the official Google download host, and there are no new build steps, scripts, or privilege-related changes. This is a routine integrity-update change with no evident security regression in the diff provided.

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