Upstream release 2019.1.2

This commit is contained in:
Marcel Kapfer 2019-05-16 09:15:03 +02:00
parent 1f26368784
commit 8c3f361135
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
19 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -1,3 +1,9 @@
intellij-idea-ultimate (2019.1.2-1) disco; urgency=medium
* Upstream version 2019.1.2
-- Marcel Kapfer <opensource@mmk2410.org> Wed, 15 May 2019 17:40:23 +0000
intellij-idea-ultimate (2019.1.1-1) cosmic; urgency=medium
* Upstream version 2019.1.1

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

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -5,7 +5,7 @@
# The script intends to decrease the effort of updating the package.
PACKAGE="intellij-idea-ultimate"
DISTRIBUTION="cosmic"
DISTRIBUTION="disco"
main() {
old="$1"