AUR AI Reviewer

Review Results

Version #1925 of microsoft-edge-stable-bin · commit 8a390b3ff2eb · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #932

Comment

The change only bumps pkgver in .SRCINFO from 150.0.4078.99 to 150.0.4078.105. No build logic, sources, install scripts, permissions, or dependencies are altered, and there are no new integrity or execution concerns visible in this diff. This is a routine version update with no security red flags in the reviewed 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 = 150.0.4078.99
+	pkgver = 150.0.4078.105
 	pkgrel = 1
 	url = https://www.microsoftedgeinsider.com/en-us/download
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #933

Comment

The change is a straightforward version bump of the Microsoft Edge binary package source from 150.0.4078.99-1 to 150.0.4078.105-1, with the corresponding SHA-256 updated. The source remains the official Microsoft packages repository over HTTPS, and no build/install logic, scripts, or packaging metadata beyond the checksum/source URL changed. I do not see any new integrity, persistence, or code-execution risk introduced by this diff alone.

@@ -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_150.0.4078.99-1_amd64.deb
+	source = https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_150.0.4078.105-1_amd64.deb
 	source = microsoft-edge-stable.sh
 	source = Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf
-	sha256sums = 46a83dcaf910e22ba72d3b3d6eb54fd155afe5db74a439b4f465c623b672665c
+	sha256sums = 7114192e2c7e8c12aeecb604b2732355e925716035729ebf8a0afe6895cdc01b
 	sha256sums = dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af
 	sha256sums = edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e
 
Risk 0/5 · Safe PKGBUILD
Result #934

Comment

The change only bumps pkgver from 150.0.4078.99 to 150.0.4078.105 in PKGBUILD. No build logic, sources, checksums, install scripts, or permissions are altered, and there are no new network, privilege, or persistence concerns visible in this diff. This is a routine version update with low security risk.

@@ -10,7 +10,7 @@ pkgname=microsoft-edge-stable-bin
 _pkgname=microsoft-edge
 _pkgshortname=msedge
 _channel=stable
-pkgver=150.0.4078.99
+pkgver=150.0.4078.105
 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 #935

Comment

The change is a routine version bump for a binary package: it updates the Microsoft Edge .deb URL to a newer upstream release and refreshes the corresponding SHA-256 checksum. The source remains an HTTPS download from Microsoft's official package repository, with no new build-time commands, scripts, or privilege-related changes introduced in this diff. I don't see any added persistence, network-fetching beyond the declared source, or packaging hygiene regressions in the reviewed hunk.

@@ -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=('46a83dcaf910e22ba72d3b3d6eb54fd155afe5db74a439b4f465c623b672665c'
+sha256sums=('7114192e2c7e8c12aeecb604b2732355e925716035729ebf8a0afe6895cdc01b'
             'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af'
             'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')