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
- ArmCord-arm64: 3.2.5 -> 3.2.6
- ArmCord-armhf: 3.2.5 -> 3.2.6
- FF Multi Converter-all: 2.2.2 -> 2.3.0
- Flow-arm64: ekioh_6.15.0_raspberry-pi64-flow_20231203_r39963 -> ekioh_6.16.0_raspberry-pi64-flow_20240129_r40141
- Flow-armhf: ekioh_6.15.0_raspberry-pi32-flow_20231203_r39963 -> ekioh_6.16.0_raspberry-pi32-flow_20240129_r40141
- Microsoft Teams-arm64: 1.4.3 -> 1.4.6
- Microsoft Teams-armhf: 1.4.3 -> 1.4.6
- Shattered Pixel Dungeon-all: 2.3.0 -> 2.3.1
- Unciv-all: 4.10.3-patch1 -> 4.10.5
- Webcord-arm64: 4.6.1 -> 4.7.0
- Webcord-armhf: 4.6.1 -> 4.7.0
  • Loading branch information
github-actions[bot] authored and theofficialgman committed Jan 31, 2024
1 parent 12738af commit 3c5838f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
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.5
version=3.2.6

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.5
version=3.2.6

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

version=2.2.2
version=2.3.0

# remove deprecated files. Old installations used a multitude of install methods so the files could be in many places.
if [ -f /usr/local/bin/ffmulticonverter ] || [ -f /usr/local/share/applications/ffmulticonverter.desktop ]; then
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.15.0_raspberry-pi32-flow_20231203_r39963
version=ekioh_6.16.0_raspberry-pi32-flow_20240129_r40141

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.15.0_raspberry-pi64-flow_20231203_r39963
version=ekioh_6.16.0_raspberry-pi64-flow_20240129_r40141

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.4.3
version=1.4.6

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.4.3
version=1.4.6

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/Shattered Pixel Dungeon/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.3.0
version=2.3.1

# remove deprecated file locations
rm -rf ~/.local/bin/ShatteredPD-Desktop.jar ~/.local/share/applications/shatteredpd.desktop
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.10.3-patch1
version=4.10.5

### 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/Webcord/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=4.6.1
version=4.7.0

killall webcord &>/dev/null && echo "Closing Discord first..."

Expand Down
2 changes: 1 addition & 1 deletion apps/Webcord/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=4.6.1
version=4.7.0

killall webcord &>/dev/null && echo "Closing Discord first..."

Expand Down

0 comments on commit 3c5838f

Please sign in to comment.