AUR AI Reviewer

Review Results

Version #2563 of microsoft-edge-dev-bin · commit 2fcea538476d · status Reviewed

Risk 0/5 · Safe PKGBUILD
Result #4000

Comment

The change is a simple version bump in PKGBUILD from 155.0.4273.0 to 156.0.4285.0 with no accompanying changes to source URLs, checksums, build logic, install scripts, or packaging behavior. Based on the provided diff, there are no new security-relevant red flags such as added network fetches, privilege escalation, persistence mechanisms, or integrity regressions. This appears to be a routine upstream version update.

@@ -10,7 +10,7 @@ _channel=dev
 _pkgname=microsoft-edge-dev
 pkgname=microsoft-edge-dev-bin
 _pkgshortname=msedge-dev
-pkgver=155.0.4273.0
+pkgver=156.0.4285.0
 pkgrel=1
 _uprel=1
 pkgdesc="A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier"
Risk 0/5 · Safe PKGBUILD
Result #4001

Comment

The change only bumps the packaged Microsoft Edge Dev version and updates the SHA256 for the upstream .deb source. The source remains an HTTPS download from Microsoft's official package repository, with no new build steps, scripts, patches, or privilege-related changes introduced. I don't see any integrity regression or suspicious packaging behavior in this diff alone.

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