Upstream Version 2018.2.2

This commit is contained in:
Marcel Kapfer 2018-09-03 09:35:15 +02:00
parent 991663a4af
commit 02b1bc68da
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
20 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -1,3 +1,9 @@
intellij-idea-community (2018.2.2-1) bionic; urgency=medium
* Upstream version 2018.2.2
-- Marcel Kapfer <opensource@mmk2410.org> Mon, 03 Sep 2018 07:19:21 +0000
intellij-idea-community (2018.1.4-1) bionic; urgency=medium
* 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/ideaIC-2018.1.4.tar.gz
wget -c https://download-cf.jetbrains.com/idea/ideaIC-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-community"
DISTRIBUTION="artful"
DISTRIBUTION="bionic"
main() {
old="$1"