Skip to content

Commit

Permalink
Github-CLI, Oh My Posh, Pycharm CE, Unciv: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.49.2 -> 2.50.0
- Github-CLI-armhf: 2.49.2 -> 2.50.0
- Oh My Posh-all: v20.2.2 -> v21.0.0
- Pycharm CE-arm64: 2024.1.1 -> 2024.1.2
- Unciv-all: 4.11.15 -> 4.11.16
  • Loading branch information
github-actions[bot] committed May 30, 2024
1 parent d2bf215 commit b88dcc4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/Github-CLI/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.49.2
version=2.50.0

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1

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

version=2.49.2
version=2.50.0

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1

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=v20.2.2
version=v21.0.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.1
version=2024.1.2

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.15
version=4.11.16

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

0 comments on commit b88dcc4

Please sign in to comment.