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.2.4 -> 2024.3
- Oh My Posh-all: v24.3.0 -> v24.4.1
- Pycharm CE-arm64: 2024.2.4 -> 2024.3
- Unciv-all: 4.14.5-patch1 -> 4.14.6
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
1 parent b81461f commit c0bdcb9
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.2.4
version=2024.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=v24.3.0
version=v24.4.1

#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.2.4
version=2024.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.14.5-patch1
version=4.14.6

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

0 comments on commit c0bdcb9

Please sign in to comment.