Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2474)
Browse files Browse the repository at this point in the history
- ArmCord-arm64: 3.2.4-libwebp -> 3.2.5
- ArmCord-armhf: 3.2.4-libwebp -> 3.2.5
- Boxy SVG-all: 4.12.5.zip -> 4.14.0.zip
- Flow-arm64: ekioh_6.13.0_raspberry-pi64-flow_20230907_r39511 -> ekioh_6.14.0_raspberry-pi64-flow_20231024_r39754
- Flow-armhf: ekioh_6.13.0_raspberry-pi32-flow_20230906_r39511 -> ekioh_6.14.0_raspberry-pi32-flow_20231024_r39754
- Microsoft Teams-arm64: 1.3.13 -> 1.3.14
- Microsoft Teams-armhf: 1.3.13 -> 1.3.14
- Minecraft Pi (Modded)-all: 281/artifact/out/minecraft-pi-reborn-client-2.5.0 -> 283/artifact/out/minecraft-pi-reborn-client-2.5.1
- Node.js-all: v21.0.0 -> v21.1.0
- Unciv-all: 4.8.13 -> 4.8.14
- Zoom-arm64: 5.16.2.8828 -> 5.16.5.303

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 25, 2023
1 parent f1b643b commit df883e5
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
Empty file modified .github/workflows/updates/Open-Typer.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion apps/ArmCord/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=3.2.4-libwebp
version=3.2.5

install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord_${version%-*}_armv7l.deb" || exit 1
2 changes: 1 addition & 1 deletion apps/ArmCord/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=3.2.4-libwebp
version=3.2.5

install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord_${version%-*}_arm64.deb" || exit 1
2 changes: 1 addition & 1 deletion apps/Boxy SVG/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.12.5.zip
version=4.14.0.zip

install_packages libfontconfig-dev || exit 0

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

version=ekioh_6.13.0_raspberry-pi32-flow_20230906_r39511
version=ekioh_6.14.0_raspberry-pi32-flow_20231024_r39754

sudo rm -rf /tmp/flow /opt/flow

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

version=ekioh_6.13.0_raspberry-pi64-flow_20230907_r39511
version=ekioh_6.14.0_raspberry-pi64-flow_20231024_r39754

sudo rm -rf /tmp/flow /opt/flow

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

version=1.3.13
version=1.3.14

install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_armv7l.deb || exit 1

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

version=1.3.13
version=1.3.14

install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_arm64.deb || exit 1

Expand Down
2 changes: 1 addition & 1 deletion apps/Minecraft Pi (Modded)/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Version
version=281/artifact/out/minecraft-pi-reborn-client-2.5.0
version=283/artifact/out/minecraft-pi-reborn-client-2.5.1

# Install
if [ "${arch}" = "64" ]; then
Expand Down
2 changes: 1 addition & 1 deletion apps/Node.js/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v21.0.0
version=v21.1.0
version2=v0.39.5

#Checking if using armv6
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.8.13
version=4.8.14

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down
2 changes: 1 addition & 1 deletion apps/Zoom/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=5.16.2.8828
version=5.16.5.303

#install box64
"${DIRECTORY}/manage" install-if-not-installed 'Box64' || error "Box64 installation failed!"
Expand Down

0 comments on commit df883e5

Please sign in to comment.