Skip to content

Commit

Permalink
Intellij IDEA, Oh My Posh, Pycharm CE, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Intellij IDEA-arm64: 2024.1.2 -> 2024.1.3
- Oh My Posh-all: v21.4.0 -> v21.5.0
- Pycharm CE-arm64: 2024.1.2 -> 2024.1.3
- Unciv-all: 4.11.18-patch1 -> 4.11.19
  • Loading branch information
github-actions[bot] committed Jun 11, 2024
1 parent 26f54c5 commit e8da3c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/Intellij IDEA/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2024.1.2
version=2024.1.3

status "Installing Java 17"
case "$__os_id" in
Expand Down
2 changes: 1 addition & 1 deletion apps/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v21.4.0
version=v21.5.0

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Pycharm CE/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2024.1.2
version=2024.1.3

install_packages python3-pip python3-dev || exit 1

Expand Down
2 changes: 1 addition & 1 deletion apps/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.11.18-patch1
version=4.11.19

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down

0 comments on commit e8da3c4

Please sign in to comment.