Compare commits
6 commits
v2024.3.1.
...
main
Author | SHA1 | Date | |
---|---|---|---|
be4e4c3d1c | |||
7b5c5952a4 | |||
60edd82b80 | |||
fafab50eda | |||
1da17cea58 | |||
73e7751978 |
19 changed files with 39 additions and 3 deletions
Binary file not shown.
BIN
intellij-idea-ultimate_2024.3.4.1-1_all.deb
Normal file
BIN
intellij-idea-ultimate_2024.3.4.1-1_all.deb
Normal file
Binary file not shown.
|
@ -1,3 +1,39 @@
|
|||
intellij-idea-ultimate (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-ultimate (2024.3.4-1) oracular; urgency=medium
|
||||
|
||||
* Upstream version 2024.3.4
|
||||
|
||||
-- Marcel Kapfer <opensource@mmk2410.org> Fri, 28 Feb 2025 14:02:31 +0000
|
||||
|
||||
intellij-idea-ultimate (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-ultimate (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-ultimate (2024.3.2.1-1) oracular; urgency=medium
|
||||
|
||||
* Upstream version 2024.3.2.1
|
||||
|
||||
-- Marcel Kapfer <opensource@mmk2410.org> Fri, 24 Jan 2025 14:02:14 +0000
|
||||
|
||||
intellij-idea-ultimate (2024.3.2-1) oracular; urgency=medium
|
||||
|
||||
* Upstream version 2024.3.2
|
||||
|
||||
-- Marcel Kapfer <opensource@mmk2410.org> Fri, 17 Jan 2025 14:02:15 +0000
|
||||
|
||||
intellij-idea-ultimate (2024.3.1.1-1) oracular; urgency=medium
|
||||
|
||||
* Upstream version 2024.3.1.1
|
|
@ -5,13 +5,13 @@ set -e
|
|||
cd /opt/
|
||||
|
||||
## Extract the package
|
||||
tar xf /opt/ideaIU-2024.3.1.1.tar.gz
|
||||
tar xf /opt/ideaIU-2024.3.4.1.tar.gz
|
||||
|
||||
## Rename the directory
|
||||
mv /opt/idea-IU-* /opt/intellij-idea-ultimate
|
||||
|
||||
## Remove the tar.gz package
|
||||
rm /opt/ideaIU-2024.3.1.1.tar.gz
|
||||
rm /opt/ideaIU-2024.3.4.1.tar.gz
|
||||
|
||||
## Install the .desktop file, if necessary
|
||||
if [ -x "/usr/bin/desktop-file-install" ]; then
|
|
@ -5,6 +5,6 @@ set -e
|
|||
cd /opt/
|
||||
|
||||
## Download IntelliJ IDEA Community from the jetbrain servers
|
||||
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2024.3.1.1.tar.gz
|
||||
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2024.3.4.1.tar.gz
|
||||
|
||||
##DEBHELPER##
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Loading…
Add table
Reference in a new issue