Upstream Version 2021.3

This commit is contained in:
Marcel Kapfer 2021-12-02 17:39:47 +00:00
parent 4a52f7a642
commit 0cffdf7ac0
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
17 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
intellij-idea-community (2021.3-1) impish; urgency=medium
* Upstream version 2021.3
-- Marcel Kapfer <opensource@mmk2410.org> Thu, 02 Dec 2021 17:37:32 +0000
intellij-idea-community (2021.2.3-1) impish; urgency=medium
* Upstream version 2021.2.3

View File

@ -5,13 +5,13 @@ set -e
cd /opt/
## Extract the package
tar xf /opt/ideaIC-2021.2.3.tar.gz
tar xf /opt/ideaIC-2021.3.tar.gz
## Rename the directory
mv /opt/idea-IC-* /opt/intellij-idea-community
## Remove the tar.gz package
rm /opt/ideaIC-2021.2.3.tar.gz
rm /opt/ideaIC-2021.3.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-2021.2.3.tar.gz
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2021.3.tar.gz
##DEBHELPER##

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB