Upstream release 2019.3.4
This commit is contained in:
parent
c27221d851
commit
bb2c011025
19 changed files with 8 additions and 2 deletions
Binary file not shown.
BIN
intellij-idea-community_2019.3.4-1_all.deb
Normal file
BIN
intellij-idea-community_2019.3.4-1_all.deb
Normal file
Binary file not shown.
|
@ -1,3 +1,9 @@
|
|||
intellij-idea-community (2019.3.4-1) eoan; urgency=medium
|
||||
|
||||
* Upstream version 2019.3.4
|
||||
|
||||
-- Marcel Kapfer <opensource@mmk2410.org> Sun, 29 Mar 2020 12:02:07 +0000
|
||||
|
||||
intellij-idea-community (2019.2-1) disco; urgency=medium
|
||||
|
||||
* Upstream version 2019.2
|
|
@ -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-2019.2.tar.gz
|
||||
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2019.3.4.tar.gz
|
||||
|
||||
##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.
|
||||
|
||||
PACKAGE="intellij-idea-community"
|
||||
DISTRIBUTION="disco"
|
||||
DISTRIBUTION="eoan"
|
||||
|
||||
main() {
|
||||
last_tag=$(git describe --abbrev=0 --tags)
|
||||
|
|
Loading…
Reference in a new issue