AUR AI Reviewer

Review Results

Version #1761 of freetube-bin · commit f2c3d95c5eac · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #1103

Comment

The change only bumps pkgver in .SRCINFO from 0.24.1 to 0.25.0. No source URLs, checksums, build steps, install scripts, or permissions are altered in the provided diff, so there is no direct security impact visible from this change alone. Risk is minimal.

@@ -1,6 +1,6 @@
 pkgbase = freetube-bin
 	pkgdesc = An open source desktop YouTube player built with privacy in mind.
-	pkgver = 0.24.1
+	pkgver = 0.25.0
 	pkgrel = 1
 	url = https://github.com/FreeTubeApp/FreeTube
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #1104

Comment

The change is a straightforward version bump in .SRCINFO for the freetube-bin package, updating the GitHub release URLs and checksums for x86_64 and aarch64. The sources remain HTTPS and point to the official upstream FreeTube release assets, with no new build-time execution, install-script, or privilege-related behavior introduced by this metadata-only change. No integrity red flags are visible in the diff itself.

@@ -11,9 +11,9 @@ pkgbase = freetube-bin
 	conflicts = freetube
 	options = !strip
 	options = staticlibs
-	source_x86_64 = freetube-bin-0.24.1-amd64.deb::https://github.com/FreeTubeApp/FreeTube/releases/download/v0.24.1-beta/freetube_0.24.1_beta_amd64.deb
-	sha256sums_x86_64 = cd08d06694ca97cf1af25229c44b6867175f9fac89244288d9693b775a0d1c6d
-	source_aarch64 = freetube-bin-0.24.1-arm64.deb::https://github.com/FreeTubeApp/FreeTube/releases/download/v0.24.1-beta/freetube_0.24.1_beta_arm64.deb
-	sha256sums_aarch64 = d82d2162be3eddcbae5653986aff8201b90181dc2daaf00b0dc3606f1b0f1437
+	source_x86_64 = freetube-bin-0.25.0-amd64.deb::https://github.com/FreeTubeApp/FreeTube/releases/download/v0.25.0-beta/freetube_0.25.0_beta_amd64.deb
+	sha256sums_x86_64 = b2f87f5e4ad1285b5004ea0028000edf0c4fba94ffab292a84cfebb196fbaa84
+	source_aarch64 = freetube-bin-0.25.0-arm64.deb::https://github.com/FreeTubeApp/FreeTube/releases/download/v0.25.0-beta/freetube_0.25.0_beta_arm64.deb
+	sha256sums_aarch64 = c0e5b2659604d7f1a8ebf7de9c9fdaff57965f358380819b305f19f8b23abbd2
 
 pkgname = freetube-bin
Risk 0/5 · Safe PKGBUILD
Result #1105

Comment

The change is a routine version bump in a binary AUR package, with corresponding checksum updates for the upstream release artifacts. No new sources, scripts, install hooks, privilege changes, or build-time network behavior were introduced in the diff. Based on the provided hunk alone, this appears low risk.

@@ -4,7 +4,7 @@
 
 _pkgname=freetube
 pkgname=${_pkgname}-bin
-pkgver=0.24.1
+pkgver=0.25.0
 pkgrel=1
 pkgdesc="An open source desktop YouTube player built with privacy in mind."
 arch=('x86_64' 'aarch64')
Risk 0/5 · Safe PKGBUILD
Result #1106

Comment

The change is limited to bumping freetube-bin from 0.24.1 to 0.25.0 and updating the per-architecture SHA-256 checksums. I do not see any new build steps, network fetches, install-script logic, privilege escalation, or packaging changes in this diff. The source remains the upstream release artifact referenced by the existing PKGBUILD, and the checksum update is the expected integrity pin for a version bump. No obvious security regression is introduced by this hunk alone.

@@ -29,5 +29,5 @@ package() {
     ln -s "/opt/FreeTube/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
 }
 
-sha256sums_x86_64=('cd08d06694ca97cf1af25229c44b6867175f9fac89244288d9693b775a0d1c6d')
-sha256sums_aarch64=('d82d2162be3eddcbae5653986aff8201b90181dc2daaf00b0dc3606f1b0f1437')
+sha256sums_x86_64=('b2f87f5e4ad1285b5004ea0028000edf0c4fba94ffab292a84cfebb196fbaa84')
+sha256sums_aarch64=('c0e5b2659604d7f1a8ebf7de9c9fdaff57965f358380819b305f19f8b23abbd2')