Upstream release 2019.3.4

This commit is contained in:
Marcel Kapfer 2020-03-29 12:45:20 +00:00
parent 52700a7593
commit 88186f346c
19 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -1,3 +1,9 @@
intellij-idea-ultimate (2019.3.4-1) eoan; urgency=medium
* Upstream version 2019.3.4
-- Marcel Kapfer <opensoure@mmk2410.org> Sun, 29 Mar 2020 12:27:01 +0000
intellij-idea-ultimate (2019.2-1) disco; urgency=medium
* Upstream version 2019.2

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/ideaIU-2019.2.tar.gz
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2019.3.4.tar.gz
##DEBHELPER##

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -3,7 +3,7 @@
# This script intends to decrease the effort of updating the package.
PACKAGE="intellij-idea-ultimate"
DISTRIBUTION="disco"
DISTRIBUTION="eoan"
main() {
last_tag=$(git describe --abbrev=0 --tags)