AUR AI Reviewer

Review Results

Version #1727 of insync · commit 35269d379c29 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #313

Comment

The only change in this .SRCINFO hunk is a version bump from 3.9.10.60041 to 3.9.11.60043. No sources, checksums, install scripts, build steps, permissions, or package metadata beyond the version number were altered in the provided diff. Based on this hunk alone, there is no evidence of a supply-chain or packaging security issue.

@@ -1,6 +1,6 @@
 pkgbase = insync
 	pkgdesc = An unofficial Dropbox, Google Drive, and OneDrive client that runs on Linux, with support for various desktops
-	pkgver = 3.9.10.60041
+	pkgver = 3.9.11.60043
 	pkgrel = 1
 	url = https://www.insynchq.com/downloads
 	arch = x86_64
Risk 1/5 · Low .SRCINFO
Result #314

Comment

Low risk change. The diff only bumps the packaged upstream version and updates the corresponding SHA-256 for the .deb source in .SRCINFO. No new sources, scripts, install hooks, permissions, or build logic were introduced. One minor hygiene issue remains unchanged: the source URL still uses plain HTTP rather than HTTPS, which is a supply-chain integrity concern in general, but this commit does not worsen it beyond fetching a newer upstream release.

@@ -15,10 +15,10 @@ pkgbase = insync
 	depends = libxcrypt
 	optdepends = lib32-libappindicator-gtk2: Required for tray icon in some configurations
 	options = !strip
-	source = http://cdn.insynchq.com/builds/linux/3.9.10.60041/insync_3.9.10.60041-noble_amd64.deb
+	source = http://cdn.insynchq.com/builds/linux/3.9.11.60043/insync_3.9.11.60043-noble_amd64.deb
 	source = insync@.service
 	source = insync.service
-	sha256sums = 3e0739c736e3b4bf66a23af6b6a409a45a73f124dfe11348807c304660311454
+	sha256sums = 7adca8fe8b9c76250e4687a70b028e5902b9f444a7cb260c87734a14c9ae1ff0
 	sha256sums = cf276c1dbf1592ea63a21c2d61c75f7ad6ec3b13e87b3aaa331e9c14799f4598
 	sha256sums = 1432141539a6b3c5333631a2ee6696fab9bd2fe8770643bc670d95e4e96203e0
 
Risk 0/5 · Safe PKGBUILD
Result #315

Comment

The change is a routine version bump in PKGBUILD from 3.9.10.60041 to 3.9.11.60043, with the corresponding SHA256 updated for the upstream .deb. No new sources, scripts, patches, or packaging logic were introduced, and the existing source remains the same upstream CDN URL over HTTP (a pre-existing issue, but not introduced by this diff). Based on the provided hunk alone, there is no evidence of added malicious behavior or integrity regression beyond the normal trust in the upstream binary package.

@@ -6,7 +6,7 @@
 # Source : new application - https://forums.insynchq.com
 
 pkgname=insync
-pkgver=3.9.10.60041
+pkgver=3.9.11.60043
 pkgrel=1
 _dist=noble
 pkgdesc="An unofficial Dropbox, Google Drive, and OneDrive client that runs on Linux, with support for various desktops"
Risk 0/5 · Safe PKGBUILD
Result #316

Comment

The change only updates the upstream package version and the corresponding SHA-256 checksum for the downloaded .deb. The source remains the same official Insync CDN over HTTP (a pre-existing concern, but not introduced by this diff), and there are no new build steps, scripts, or packaging behaviors. No additional security impact is evident from this checksum bump alone.

@@ -29,7 +29,7 @@ arch=('x86_64')
 source=("http://cdn.insynchq.com/builds/linux/${pkgver}/${pkgname}_${pkgver}-${_dist}_amd64.deb"
     'insync@.service'
     'insync.service')
-sha256sums=('3e0739c736e3b4bf66a23af6b6a409a45a73f124dfe11348807c304660311454'
+sha256sums=('7adca8fe8b9c76250e4687a70b028e5902b9f444a7cb260c87734a14c9ae1ff0'
             'cf276c1dbf1592ea63a21c2d61c75f7ad6ec3b13e87b3aaa331e9c14799f4598'
             '1432141539a6b3c5333631a2ee6696fab9bd2fe8770643bc670d95e4e96203e0')
 package() {