diff --git a/intellij-idea-community_2024.3.2.1-1_all.deb b/intellij-idea-community_2025.1-1_all.deb
similarity index 53%
rename from intellij-idea-community_2024.3.2.1-1_all.deb
rename to intellij-idea-community_2025.1-1_all.deb
index 936cc14..9eb4be6 100644
Binary files a/intellij-idea-community_2024.3.2.1-1_all.deb and b/intellij-idea-community_2025.1-1_all.deb differ
diff --git a/intellij-idea-community_2024.3.2.1.orig.tar.gz b/intellij-idea-community_2025.1.orig.tar.gz
similarity index 100%
rename from intellij-idea-community_2024.3.2.1.orig.tar.gz
rename to intellij-idea-community_2025.1.orig.tar.gz
diff --git a/intellij-idea-community_2024.3.2.1/debian/changelog b/intellij-idea-community_2025.1/debian/changelog
similarity index 95%
rename from intellij-idea-community_2024.3.2.1/debian/changelog
rename to intellij-idea-community_2025.1/debian/changelog
index 56e9382..af97222 100644
--- a/intellij-idea-community_2024.3.2.1/debian/changelog
+++ b/intellij-idea-community_2025.1/debian/changelog
@@ -1,3 +1,39 @@
+intellij-idea-community (2025.1-1) oracular; urgency=medium
+
+  * Upstream version 2025.1
+
+ -- Marcel Kapfer <opensource@mmk2410.org>  Wed, 16 Apr 2025 13:02:18 +0000
+
+intellij-idea-community (2024.3.5-1) oracular; urgency=medium
+
+  * Upstream version 2024.3.5
+
+ -- Marcel Kapfer <opensource@mmk2410.org>  Tue, 18 Mar 2025 14:02:11 +0000
+
+intellij-idea-community (2024.3.4.1-1) oracular; urgency=medium
+
+  * Upstream version 2024.3.4.1
+
+ -- Marcel Kapfer <opensource@mmk2410.org>  Thu, 06 Mar 2025 14:02:13 +0000
+
+intellij-idea-community (2024.3.4-1) oracular; urgency=medium
+
+  * Upstream version 2024.3.4
+
+ -- Marcel Kapfer <opensource@mmk2410.org>  Fri, 28 Feb 2025 14:02:33 +0000
+
+intellij-idea-community (2024.3.3-1) oracular; urgency=medium
+
+  * Upstream version 2024.3.3
+
+ -- Marcel Kapfer <opensource@mmk2410.org>  Thu, 13 Feb 2025 14:02:11 +0000
+
+intellij-idea-community (2024.3.2.2-1) oracular; urgency=medium
+
+  * Upstream version 2024.3.2.2
+
+ -- Marcel Kapfer <opensource@mmk2410.org>  Thu, 30 Jan 2025 14:02:14 +0000
+
 intellij-idea-community (2024.3.2.1-1) oracular; urgency=medium
 
   * Upstream version 2024.3.2.1
diff --git a/intellij-idea-community_2024.3.2.1/debian/compat b/intellij-idea-community_2025.1/debian/compat
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/debian/compat
rename to intellij-idea-community_2025.1/debian/compat
diff --git a/intellij-idea-community_2024.3.2.1/debian/control b/intellij-idea-community_2025.1/debian/control
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/debian/control
rename to intellij-idea-community_2025.1/debian/control
diff --git a/intellij-idea-community_2024.3.2.1/debian/copyright b/intellij-idea-community_2025.1/debian/copyright
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/debian/copyright
rename to intellij-idea-community_2025.1/debian/copyright
diff --git a/intellij-idea-community_2024.3.2.1/debian/debhelper-build-stamp b/intellij-idea-community_2025.1/debian/debhelper-build-stamp
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/debian/debhelper-build-stamp
rename to intellij-idea-community_2025.1/debian/debhelper-build-stamp
diff --git a/intellij-idea-community_2024.3.2.1/debian/install b/intellij-idea-community_2025.1/debian/install
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/debian/install
rename to intellij-idea-community_2025.1/debian/install
diff --git a/intellij-idea-community_2024.3.2.1/debian/postinst b/intellij-idea-community_2025.1/debian/postinst
similarity index 83%
rename from intellij-idea-community_2024.3.2.1/debian/postinst
rename to intellij-idea-community_2025.1/debian/postinst
index 78abafa..5627698 100644
--- a/intellij-idea-community_2024.3.2.1/debian/postinst
+++ b/intellij-idea-community_2025.1/debian/postinst
@@ -5,13 +5,13 @@ set -e
 cd /opt/
 
 ## Extract the package
-tar xf /opt/ideaIC-2024.3.2.1.tar.gz
+tar xf /opt/ideaIC-2025.1.tar.gz
 
 ## Rename the directory
 mv /opt/idea-IC-* /opt/intellij-idea-community
 
 ## Remove  the tar.gz package
-rm /opt/ideaIC-2024.3.2.1.tar.gz
+rm /opt/ideaIC-2025.1.tar.gz
 
 ## Install the .desktop file, if necessary
 if [ -x "/usr/bin/desktop-file-install" ]; then
diff --git a/intellij-idea-community_2024.3.2.1/debian/postrm b/intellij-idea-community_2025.1/debian/postrm
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/debian/postrm
rename to intellij-idea-community_2025.1/debian/postrm
diff --git a/intellij-idea-community_2024.3.2.1/debian/preinst b/intellij-idea-community_2025.1/debian/preinst
similarity index 60%
rename from intellij-idea-community_2024.3.2.1/debian/preinst
rename to intellij-idea-community_2025.1/debian/preinst
index b4e71de..984853a 100644
--- a/intellij-idea-community_2024.3.2.1/debian/preinst
+++ b/intellij-idea-community_2025.1/debian/preinst
@@ -5,6 +5,6 @@ set -e
 cd /opt/
 
 ## Download IntelliJ IDEA Community from the JetBrain servers
-wget -c https://download-cf.jetbrains.com/idea/ideaIC-2024.3.2.1.tar.gz
+wget -c https://download-cf.jetbrains.com/idea/ideaIC-2025.1.tar.gz
 
 ##DEBHELPER##
diff --git a/intellij-idea-community_2024.3.2.1/debian/rules b/intellij-idea-community_2025.1/debian/rules
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/debian/rules
rename to intellij-idea-community_2025.1/debian/rules
diff --git a/intellij-idea-community_2024.3.2.1/debian/source/format b/intellij-idea-community_2025.1/debian/source/format
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/debian/source/format
rename to intellij-idea-community_2025.1/debian/source/format
diff --git a/intellij-idea-community_2024.3.2.1/debian/source/include-binaries b/intellij-idea-community_2025.1/debian/source/include-binaries
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/debian/source/include-binaries
rename to intellij-idea-community_2025.1/debian/source/include-binaries
diff --git a/intellij-idea-community_2024.3.2.1/debian/watch b/intellij-idea-community_2025.1/debian/watch
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/debian/watch
rename to intellij-idea-community_2025.1/debian/watch
diff --git a/intellij-idea-community_2024.3.2.1/intellij-idea-ce.png b/intellij-idea-community_2025.1/intellij-idea-ce.png
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/intellij-idea-ce.png
rename to intellij-idea-community_2025.1/intellij-idea-ce.png
diff --git a/intellij-idea-community_2024.3.2.1/intellij-idea-community b/intellij-idea-community_2025.1/intellij-idea-community
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/intellij-idea-community
rename to intellij-idea-community_2025.1/intellij-idea-community
diff --git a/intellij-idea-community_2024.3.2.1/intellij-idea-community.desktop b/intellij-idea-community_2025.1/intellij-idea-community.desktop
similarity index 100%
rename from intellij-idea-community_2024.3.2.1/intellij-idea-community.desktop
rename to intellij-idea-community_2025.1/intellij-idea-community.desktop