AUR AI Reviewer

Review Results

Version #2035 of freetube-bin · commit 521b0753fb72 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #1692

Comment

The change only bumps freetube-bin from 0.25.1 to 0.25.2 in .SRCINFO and updates the corresponding upstream release URLs and SHA256 checksums. The package remains pinned to specific release artifacts over HTTPS from the official FreeTube GitHub releases page, with no new build-time code execution, no install-script changes, and no suspicious metadata changes beyond the version update. Based on the diff provided, this is low risk.

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

Comment

The change is a straightforward version bump in .SRCINFO for the prebuilt FreeTube .deb artifacts, with updated GitHub release URLs and matching SHA256 sums. No new sources, scripts, install hooks, privilege changes, or packaging behavior are introduced by this diff. The only security-relevant question is whether the upstream release itself is trusted, but that is unchanged from the prior package and the sources remain HTTPS and pinned to a specific release asset. Based on the diff alone, this looks low risk.

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

Comment

The change only bumps the package version from 0.25.1 to 0.25.2 and updates the corresponding SHA-256 checksums for the prebuilt upstream .deb artifacts. The source URLs remain HTTPS and point to the official FreeTube GitHub releases, with no new build-time code execution, install-script logic, or packaging behavior changes. No additional integrity or persistence concerns are introduced by this diff alone.

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

Comment

The change is limited to bumping the package version from 0.25.1 to 0.25.2 and updating the x86_64/aarch64 SHA-256 checksums accordingly. No new sources, scripts, build steps, privilege changes, or packaging logic were introduced in the reviewed hunk. Based on the diff provided, this is a routine integrity update with no evident security impact.

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