Skip to content

Commit

Permalink
Updated to IntelliJ version 2020.3.2 (#279)
Browse files Browse the repository at this point in the history
2020.3.2 is now the default version installed.
  • Loading branch information
freemanjp authored Jan 27, 2021
1 parent 23c9217 commit e705ae2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ are shown below):
```yaml
# IntelliJ IDEA version number
intellij_version: '2020.3.1'
intellij_version: '2020.3.2'

# Mirror where to dowload IntelliJ IDEA redistributable package from
# Using HTTP because of https://github.com/ansible/ansible/issues/11579
Expand Down Expand Up @@ -130,6 +130,7 @@ The following versions of IntelliJ IDEA are supported without any additional
configuration (for other versions follow the Advanced Configuration
instructions):
* `2020.3.2`
* `2020.3.1`
* `2020.3`
* `2020.2.4`
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# IntelliJ IDEA version number
intellij_version: '2020.3.1'
intellij_version: '2020.3.2'

# Mirror where to dowload IntelliJ IDEA redistributable package from
# Using HTTP because of https://github.com/ansible/ansible/issues/11579
Expand Down
3 changes: 3 additions & 0 deletions vars/versions/2020.3.2-community.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
intellij_redis_sha256sum: 2db84ef019da6157d544c43d780901d6178bd029ce686267eec9ac23e2ae727e
3 changes: 3 additions & 0 deletions vars/versions/2020.3.2-ultimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
intellij_redis_sha256sum: 86590262232e23a6d4351a8385a0dd3c85f8b2846323c1586e44c86e019a4b38

0 comments on commit e705ae2

Please sign in to comment.