Upstream release 2019.3.4
This commit is contained in:
parent
52700a7593
commit
88186f346c
19 changed files with 8 additions and 2 deletions
Binary file not shown.
BIN
intellij-idea-ultimate_2019.3.4-1_all.deb
Normal file
BIN
intellij-idea-ultimate_2019.3.4-1_all.deb
Normal file
Binary file not shown.
|
@ -1,3 +1,9 @@
|
||||||
|
intellij-idea-ultimate (2019.3.4-1) eoan; urgency=medium
|
||||||
|
|
||||||
|
* Upstream version 2019.3.4
|
||||||
|
|
||||||
|
-- Marcel Kapfer <opensoure@mmk2410.org> Sun, 29 Mar 2020 12:27:01 +0000
|
||||||
|
|
||||||
intellij-idea-ultimate (2019.2-1) disco; urgency=medium
|
intellij-idea-ultimate (2019.2-1) disco; urgency=medium
|
||||||
|
|
||||||
* Upstream version 2019.2
|
* Upstream version 2019.2
|
|
@ -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-2019.2.tar.gz
|
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2019.3.4.tar.gz
|
||||||
|
|
||||||
##DEBHELPER##
|
##DEBHELPER##
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
|
@ -3,7 +3,7 @@
|
||||||
# This script intends to decrease the effort of updating the package.
|
# This script intends to decrease the effort of updating the package.
|
||||||
|
|
||||||
PACKAGE="intellij-idea-ultimate"
|
PACKAGE="intellij-idea-ultimate"
|
||||||
DISTRIBUTION="disco"
|
DISTRIBUTION="eoan"
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
last_tag=$(git describe --abbrev=0 --tags)
|
last_tag=$(git describe --abbrev=0 --tags)
|
||||||
|
|
Loading…
Reference in a new issue