Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- Github Desktop-arm64: 3.3.6-linux2 -> 3.3.6-linux3
- Github Desktop-armhf: 3.3.6-linux2 -> 3.3.6-linux3
- Intellij IDEA-arm64: 2023.3.1 -> 2023.3.2
- Minecraft Pi (Modded)-all: 2.5.2 -> 2.5.3
- Pycharm CE-arm64: 2023.3.1 -> 2023.3.2
- Unciv-all: 4.9.10-patch1 -> 4.9.12
  • Loading branch information
github-actions[bot] authored and theofficialgman committed Dec 27, 2023
1 parent d6b7ada commit d49823a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/Github Desktop/install-32
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

version=3.3.6-linux2
version=3.3.6-linux3
install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-armhf-${version}.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Github Desktop/install-64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

version=3.3.6-linux2
version=3.3.6-linux3
install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-arm64-${version}.deb || exit 1
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=2023.3.1
version=2023.3.2

status "Installing Java 17"
case "$__os_id" in
Expand Down
2 changes: 1 addition & 1 deletion apps/Minecraft Pi (Modded)/install
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ "$PAGE_SIZE" == "16384" ]]; then
fi

# Version
version=2.5.2
version=2.5.3

# Install
if [ "${arch}" = "64" ]; 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=2023.3.1
version=2023.3.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.9.10-patch1
version=4.9.12

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

0 comments on commit d49823a

Please sign in to comment.