Merge branch 'v2018.1.4' into 'master'
Update to V2018.1.4 See merge request mmk2410/intellij-idea-ultimate!3
This commit is contained in:
commit
79659c9769
19 changed files with 9 additions and 2 deletions
|
@ -4,3 +4,4 @@ Francesco Levorato (flevour) <git@flevour.net>
|
||||||
Andy Balaam (andybalaam) <mail@artificialworlds.net>
|
Andy Balaam (andybalaam) <mail@artificialworlds.net>
|
||||||
Patrick Lucas <me@patricklucas.com>
|
Patrick Lucas <me@patricklucas.com>
|
||||||
Rienk Prinsen <r.prinsen@gmail.com>
|
Rienk Prinsen <r.prinsen@gmail.com>
|
||||||
|
Matthias Hellriegel (schouk) <soschouk@gmx.net>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# intellij-idea-ultimate
|
# intellij-idea-ultimate
|
||||||
.deb Packages of IntelliJ IDEA Ultimate Edition for Ubuntu / Debian
|
.deb Packages of IntelliJ IDEA Ultimate Edition for Ubuntu / Debian
|
||||||
|
|
||||||
The latest upstream version is 2017.1 which is included in the package version 2017.1.
|
The latest upstream version is 2018.1.4 which is included in the package version 2018.1.4
|
||||||
|
|
||||||
## Adding the PPA
|
## Adding the PPA
|
||||||
|
|
||||||
|
|
Binary file not shown.
BIN
intellij-idea-ultimate_2018.1.4-1_all.deb
Normal file
BIN
intellij-idea-ultimate_2018.1.4-1_all.deb
Normal file
Binary file not shown.
|
@ -1,3 +1,9 @@
|
||||||
|
intellij-idea-ultimate (2018.1.4-1) artful; urgency=low
|
||||||
|
|
||||||
|
* Upstream version 2018.1.4
|
||||||
|
|
||||||
|
-- Matthias Hellriegel <soschouk@gmx.net> Mon, 25 May 2018 08:00:00 +0200
|
||||||
|
|
||||||
intellij-idea-ultimate (2018.1-1) artful; urgency=medium
|
intellij-idea-ultimate (2018.1-1) artful; urgency=medium
|
||||||
|
|
||||||
* Upstream version 2018.1
|
* Upstream version 2018.1
|
|
@ -5,6 +5,6 @@ set -e
|
||||||
cd /opt/
|
cd /opt/
|
||||||
|
|
||||||
## Download IntelliJ IDEA Community from the jetbrain servers
|
## Download IntelliJ IDEA Community from the jetbrain servers
|
||||||
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2018.1.tar.gz
|
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2018.1.4.tar.gz
|
||||||
|
|
||||||
##DEBHELPER##
|
##DEBHELPER##
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
Loading…
Reference in a new issue