AUR AI Reviewer

Review Results

Version #2384 of firefox-beta-bin · commit 29908188d5d3 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3152

Comment

The change only bumps pkgver in .SRCINFO from 156.0b2 to 156.0b4. 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 no security red flags in the provided hunk.

@@ -1,6 +1,6 @@
 pkgbase = firefox-beta-bin
 	pkgdesc = Standalone web browser from mozilla.org - Beta
-	pkgver = 156.0b2
+	pkgver = 156.0b4
 	pkgrel = 1
 	url = https://www.mozilla.org/en-US/firefox/channel/#beta
 	install = firefox-beta-bin.install
Risk 0/5 · Safe .SRCINFO
Result #3153

Comment

The change is a routine version bump in .SRCINFO for firefox-beta-bin from 156.0b2 to 156.0b4, updating the official Mozilla archive URL and matching checksum. The source remains HTTPS and points to the upstream Mozilla release archive, with no new scripts, build steps, privileges, or persistence mechanisms introduced. No security red flags are evident in this diff alone.

@@ -21,13 +21,13 @@ pkgbase = firefox-beta-bin
 	optdepends = networkmanager: Location detection via available WiFi networks
 	optdepends = pulseaudio: Sound
 	optdepends = upower: Battery API
-	provides = firefox=156.0b2
+	provides = firefox=156.0b4
 	conflicts = firefox-beta
-	source = https://archive.mozilla.org/pub/firefox/releases/156.0b2/linux-x86_64/en-US/firefox-156.0b2.tar.xz
+	source = https://archive.mozilla.org/pub/firefox/releases/156.0b4/linux-x86_64/en-US/firefox-156.0b4.tar.xz
 	source = firefox-beta.sh
 	source = firefox-beta-bin.desktop
 	source = policies.json
-	sha256sums = 253933601916a019a7a818eae24a7db0566c16e7c50ec7e859012fde14aac8fd
+	sha256sums = 12da6322acfb2ff3676ef04f9aff93aa1feec1c23630c8afbc58997016587b52
 	sha256sums = 4bec62032e49c28ff27750abddbdbdbb1a4b5cba719c39498968fe53adee790b
 	sha256sums = 210f13ea47c4b96387f26ee7fc4dfc5c192cfb169aef2a13303fbd1ee58b3761
 	sha256sums = e977c3d690224dd727d8761d2c0a66ba41bfd02ae0fd7850c4545d06b5a8e63c
Risk 0/5 · Safe PKGBUILD
Result #3154

Comment

The change only bumps pkgver from 156.0b2 to 156.0b4 in PKGBUILD. No source URLs, checksums, build steps, install scripts, permissions, or packaging logic are altered. This is a routine version update with no security-relevant behavior introduced by the diff shown.

@@ -3,7 +3,7 @@
 
 pkgname=firefox-beta-bin
 _pkgname=firefox-beta
-pkgver=156.0b2
+pkgver=156.0b4
 _major=${pkgver/rc*}
 _build=${pkgver/*rc}
 pkgrel=1
Risk 0/5 · Safe PKGBUILD
Result #3155

Comment

The change is a straightforward upstream version bump for the Firefox beta binary package: it updates the Mozilla archive URL from 156.0b2 to 156.0b4 and refreshes the corresponding SHA-256 checksum. The source remains HTTPS on the official Mozilla archive, there are no new build-time downloads, scripts, privilege changes, or packaging logic changes in this hunk. No security red flags are introduced by this diff alone.

@@ -22,11 +22,11 @@ optdepends=('ffmpeg: H264/AAC/MP3 decoding'
 provides=("firefox=$pkgver")
 conflicts=('firefox-beta')
 install=$pkgname.install
-source=("https://archive.mozilla.org/pub/firefox/releases/156.0b2/linux-x86_64/en-US/firefox-156.0b2.tar.xz"
+source=("https://archive.mozilla.org/pub/firefox/releases/156.0b4/linux-x86_64/en-US/firefox-156.0b4.tar.xz"
         "$_pkgname.sh"
         "$pkgname.desktop"
         "policies.json")
-sha256sums=('253933601916a019a7a818eae24a7db0566c16e7c50ec7e859012fde14aac8fd'
+sha256sums=('12da6322acfb2ff3676ef04f9aff93aa1feec1c23630c8afbc58997016587b52'
             '4bec62032e49c28ff27750abddbdbdbb1a4b5cba719c39498968fe53adee790b'
             '210f13ea47c4b96387f26ee7fc4dfc5c192cfb169aef2a13303fbd1ee58b3761'
             'e977c3d690224dd727d8761d2c0a66ba41bfd02ae0fd7850c4545d06b5a8e63c')