Upstream version 2018.2.

This commit is contained in:
Marcel Kapfer 2018-09-03 07:09:56 +00:00
parent e928efb82f
commit 7af19c3b6b
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
18 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -1,3 +1,9 @@
intellij-idea-ultimate (2018.2.2-1) bionic; urgency=medium
* Upstream version 2018.2.2
-- Marcel Kapfer <opensource@mmk2410.org> Mon, 03 Sep 2018 08:55:14 +0200
intellij-idea-ultimate (2018.1.4-1) bionic; urgency=low
* Upstream version 2018.1.4

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-2018.1.4.tar.gz
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2018.2.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="artful"
DISTRIBUTION="bionic"
main() {
old="$1"