Upstream version 2024.1.5

This commit is contained in:
Marcel Kapfer 2024-08-06 13:03:03 +00:00
parent ff2ffa1d57
commit bafb96c3e0
18 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
intellij-idea-community (2024.1.5-1) noble; urgency=medium
* Upstream version 2024.1.5
-- Marcel Kapfer <opensource@mmk2410.org> Tue, 06 Aug 2024 13:02:58 +0000
intellij-idea-community (2024.1.4-1) noble; urgency=medium
* Upstream version 2024.1.4

View file

@ -5,13 +5,13 @@ set -e
cd /opt/
## Extract the package
tar xf /opt/ideaIC-2024.1.4.tar.gz
tar xf /opt/ideaIC-2024.1.5.tar.gz
## Rename the directory
mv /opt/idea-IC-* /opt/intellij-idea-community
## Remove the tar.gz package
rm /opt/ideaIC-2024.1.4.tar.gz
rm /opt/ideaIC-2024.1.5.tar.gz
## Install the .desktop file, if necessary
if [ -x "/usr/bin/desktop-file-install" ]; then

View file

@ -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.1.4.tar.gz
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2024.1.5.tar.gz
##DEBHELPER##

View file

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB