AUR AI Reviewer

Review Results

Version #1976 of intellij-idea-ultimate-edition · commit 3ddbdb51f548 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #1422

Comment

Low risk change. The diff only bumps the package version and updates the corresponding upstream JetBrains download URLs and checksums in .SRCINFO. No build logic, install scripts, permissions, or additional sources were introduced. The only minor concern is that one source still points to GitHub raw/master for fsnotifier, but that was pre-existing and unchanged in this diff; this change does not add new supply-chain risk beyond the normal trust in upstream release artifacts.

@@ -1,6 +1,6 @@
 pkgbase = intellij-idea-ultimate-edition
 	pkgdesc = An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
-	pkgver = 2026.2.0.1
+	pkgver = 2026.2.1
 	pkgrel = 1
 	url = https://www.jetbrains.com/idea/
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #1423

Comment

The change is a straightforward version bump in .SRCINFO for JetBrains IntelliJ IDEA Ultimate sources and checksums. The source URLs remain HTTPS and point to the official JetBrains download host / upstream GitHub raw path, with no new build-time code execution, install-script changes, or packaging logic changes visible in this diff. The only security-relevant effect is updating pinned checksums to match the new upstream release artifacts, which is expected and does not introduce additional risk on its own.

@@ -11,12 +11,12 @@ pkgbase = intellij-idea-ultimate-edition
 	options = !strip
 	source = jetbrains-idea.desktop
 	sha256sums = 83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b
-	source_x86_64 = https://download.jetbrains.com/idea/ideaIU-2026.2.0.1.tar.gz
-	sha256sums_x86_64 = 914e31e31b4e1285d538cf3fae5b300af08bcff36bc298ac6200504bbe12f180
-	source_aarch64 = https://download.jetbrains.com/idea/ideaIU-2026.2.0.1-aarch64.tar.gz
+	source_x86_64 = https://download.jetbrains.com/idea/ideaIU-2026.2.1.tar.gz
+	sha256sums_x86_64 = dac2021204c8bf3bd8d66567a1ae36a341da0050b6006c32d42006c6577eb29a
+	source_aarch64 = https://download.jetbrains.com/idea/ideaIU-2026.2.1-aarch64.tar.gz
 	source_aarch64 = https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-linux-aarch64-b508.16.tar.gz
-	source_aarch64 = fsnotifier-2026.2.0.1::https://github.com/JetBrains/intellij-community/raw/master/bin/linux/aarch64/fsnotifier
-	sha256sums_aarch64 = 1e446106ad6f8758918ec8665fe0fd713d62491664fcd133e98913c1684a9748
+	source_aarch64 = fsnotifier-2026.2.1::https://github.com/JetBrains/intellij-community/raw/master/bin/linux/aarch64/fsnotifier
+	sha256sums_aarch64 = 110bc988fa52a702e25a8d57cc50eb0150e8f64641fa70a633f9f3798bfab6eb
 	sha256sums_aarch64 = 8704ffff0723bbe00992a02e455cda6a76697b40f9a5b833fc853e3c3b05dd14
 	sha256sums_aarch64 = aa812c5acac06435217b9018aa3e187a3546ea8d3cf136481a2d50aee4b9b23a
 
Risk 0/5 · Safe PKGBUILD
Result #1424

Comment

The change is a straightforward version bump in PKGBUILD with corresponding checksum updates for the upstream JetBrains release artifacts. The source URLs remain HTTPS and point to official JetBrains/GitHub locations, and there are no new build steps, scripts, privilege changes, or additional sources introduced. No security red flags are evident in this diff alone.

@@ -3,7 +3,7 @@
 
 
 pkgname=intellij-idea-ultimate-edition
-pkgver=2026.2.0.1
+pkgver=2026.2.1
 pkgrel=1
 jbr_ver=25.0.3
 jbr_build=aarch64-b508
Risk 0/5 · Safe PKGBUILD
Result #1425

Comment

The change only bumps the upstream IntelliJ version and refreshes the corresponding SHA-256 checksums for the official JetBrains download artifacts. The source URLs remain HTTPS and point to the vendor’s download/cache endpoints, with no new build-time code execution, no added scripts, and no packaging logic changes. I don’t see any supply-chain red flags in this diff alone.

@@ -21,8 +21,8 @@ source_aarch64=("https://download.jetbrains.com/idea/ideaIU-$pkgver-aarch64.tar.
                 "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-$jbr_ver-linux-$jbr_build.$jbr_minor.tar.gz"
                  "fsnotifier-${pkgver}::https://github.com/JetBrains/intellij-community/raw/master/bin/linux/aarch64/fsnotifier")
 sha256sums=('83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b')
-sha256sums_x86_64=('914e31e31b4e1285d538cf3fae5b300af08bcff36bc298ac6200504bbe12f180')
-sha256sums_aarch64=('1e446106ad6f8758918ec8665fe0fd713d62491664fcd133e98913c1684a9748'
+sha256sums_x86_64=('dac2021204c8bf3bd8d66567a1ae36a341da0050b6006c32d42006c6577eb29a')
+sha256sums_aarch64=('110bc988fa52a702e25a8d57cc50eb0150e8f64641fa70a633f9f3798bfab6eb'
                     '8704ffff0723bbe00992a02e455cda6a76697b40f9a5b833fc853e3c3b05dd14'
                     'aa812c5acac06435217b9018aa3e187a3546ea8d3cf136481a2d50aee4b9b23a')