Upstream version 2018.2.
This commit is contained in:
parent
e928efb82f
commit
7af19c3b6b
18 changed files with 8 additions and 2 deletions
Binary file not shown.
BIN
intellij-idea-ultimate_2018.2.2-1_all.deb
Normal file
BIN
intellij-idea-ultimate_2018.2.2-1_all.deb
Normal file
Binary file not shown.
|
@ -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
|
|
@ -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##
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue