Upstream release 2018.3.1
This commit is contained in:
parent
f16547283f
commit
df985bd196
18 changed files with 8 additions and 2 deletions
Binary file not shown.
BIN
intellij-idea-ultimate_2018.3.1-1_all.deb
Normal file
BIN
intellij-idea-ultimate_2018.3.1-1_all.deb
Normal file
Binary file not shown.
|
@ -1,3 +1,9 @@
|
|||
intellij-idea-ultimate (2018.3.1-1) cosmic; urgency=medium
|
||||
|
||||
* Upstream version 2018.3.1
|
||||
|
||||
-- Marcel Kapfer <opensource@mmk2410.org> Sun, 09 Dec 2018 22:34:35 +0000
|
||||
|
||||
intellij-idea-ultimate (2018.3-1) cosmic; urgency=medium
|
||||
|
||||
* Upstream version 2018.3
|
|
@ -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.3.tar.gz
|
||||
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2018.3.1.tar.gz
|
||||
|
||||
##DEBHELPER##
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
|
@ -32,7 +32,7 @@ main() {
|
|||
|
||||
cd ..
|
||||
|
||||
rm -rf "$PACKAGE"_"$old"*
|
||||
rm -rf "$PACKAGE"_"$old"-*
|
||||
|
||||
# disabled until it is only called with an specific argument
|
||||
# sudo dpkg -i "$PACKAGE"_"$new"-1_all.deb
|
||||
|
|
Loading…
Reference in a new issue