AUR AI Reviewer

Review Results

Version #1795 of freetube-bin · commit 354c174545e0 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #589

Comment

The only change in this .SRCINFO hunk is a version bump from 0.25.0 to 0.25.1. No sources, checksums, build steps, dependencies, install scripts, or permissions changed, so there is no new security-relevant behavior visible in this diff. Based on the provided hunk alone, this looks like a routine package update with minimal risk.

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

Comment

The change is a straightforward version bump in .SRCINFO for the prebuilt FreeTube binary package, updating the GitHub release URLs and corresponding SHA-256 checksums for x86_64 and aarch64. The sources remain HTTPS on the official upstream GitHub release page, and there are no new scripts, build steps, or privilege-related artifacts introduced by this diff. No security red flags are evident in the metadata-only update itself.

@@ -11,9 +11,9 @@ pkgbase = freetube-bin
 	conflicts = freetube
 	options = !strip
 	options = staticlibs
-	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
+	source_x86_64 = freetube-bin-0.25.1-amd64.deb::https://github.com/FreeTubeApp/FreeTube/releases/download/v0.25.1-beta/freetube_0.25.1_beta_amd64.deb
+	sha256sums_x86_64 = e30a9e4f0bb0887d0691f5479e04963f8d9aec8d232f9d1cef6577b8af1a50ab
+	source_aarch64 = freetube-bin-0.25.1-arm64.deb::https://github.com/FreeTubeApp/FreeTube/releases/download/v0.25.1-beta/freetube_0.25.1_beta_arm64.deb
+	sha256sums_aarch64 = 44ec8f3550a0e9a0610be5a0b66ce91ee7fb44aef0483189436a1e9d98ae19f5
 
 pkgname = freetube-bin
Risk 0/5 · Safe PKGBUILD
Result #591

Comment

The change is a simple version bump in PKGBUILD from 0.25.0 to 0.25.1 with no other modifications shown. There are no new sources, build steps, install scripts, permissions changes, or packaging logic introduced in this diff hunk. Based on the provided change alone, I see no security-relevant risk.

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

Comment

The change is a routine version bump from 0.25.0 to 0.25.1 with updated per-architecture SHA-256 checksums. No new sources, build steps, install scripts, privilege changes, or network-fetching logic were introduced in the diff. Based on the provided hunk, this does not add security risk beyond the normal trust in the upstream release artifact.

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