AUR AI Reviewer

Review Results

Version #2499 of microsoft-edge-stable-bin · commit 0a3e1bb3449a · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3710

Comment

The change only bumps pkgver in .SRCINFO from 153.0.4234.32 to 153.0.4234.46. No build logic, sources, checksums, install scripts, or permissions are altered in the reviewed diff. On its face this is a routine version update with no security-relevant red flags in the provided hunk.

@@ -1,6 +1,6 @@
 pkgbase = microsoft-edge-stable-bin
 	pkgdesc = A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier
-	pkgver = 153.0.4234.32
+	pkgver = 153.0.4234.46
 	pkgrel = 1
 	url = https://www.microsoftedgeinsider.com/en-us/download
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #3711

Comment

The change is a routine upstream version bump for the Microsoft Edge binary package: the .deb URL remains on the official Microsoft HTTPS repository, and the only other modification is the corresponding SHA-256 checksum update. No new sources, scripts, build steps, permissions, or install-time behaviors are introduced in this diff. Based on the provided hunk alone, there are no security red flags beyond the inherent trust in a prebuilt binary package already present in the package design.

@@ -29,10 +29,10 @@ pkgbase = microsoft-edge-stable-bin
 	conflicts = edge
 	options = !strip
 	options = !zipman
-	source = https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_153.0.4234.32-1_amd64.deb
+	source = https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_153.0.4234.46-1_amd64.deb
 	source = microsoft-edge-stable.sh
 	source = Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf
-	sha256sums = 1e7ed943dc84d22036f906691406d2530753df1b4923277234ea1006713b97d1
+	sha256sums = 3b22d5958d792df075f8587cb39ea224823db84850608ddb5ea849e9b464ba76
 	sha256sums = dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af
 	sha256sums = edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e
 
Risk 0/5 · Safe PKGBUILD
Result #3712

Comment

This change only bumps pkgver in PKGBUILD from 153.0.4234.32 to 153.0.4234.46. No build logic, sources, checksums, install scripts, or permissions are altered in the provided diff. On its face this is a routine upstream version update with no new security red flags in the reviewed hunk.

@@ -10,7 +10,7 @@ pkgname=microsoft-edge-stable-bin
 _pkgname=microsoft-edge
 _pkgshortname=msedge
 _channel=stable
-pkgver=153.0.4234.32
+pkgver=153.0.4234.46
 pkgrel=1
 pkgdesc="A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier"
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #3713

Comment

The change is a routine version bump for a binary package from Microsoft’s official HTTPS repository, with only the expected checksum updated to match the new .deb. No new sources, scripts, build steps, privilege changes, or packaging behavior were introduced. I don’t see any security-relevant regression in this diff.

@@ -33,7 +33,7 @@ options=(!strip !zipman)
 source=("https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/${_pkgname}-${_channel}_${pkgver}-1_amd64.deb"
 	"microsoft-edge-stable.sh"
 	"Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf")
-sha256sums=('1e7ed943dc84d22036f906691406d2530753df1b4923277234ea1006713b97d1'
+sha256sums=('3b22d5958d792df075f8587cb39ea224823db84850608ddb5ea849e9b464ba76'
             'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af'
             'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')