Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2438)
Browse files Browse the repository at this point in the history
- ArmCord-arm64: 3.2.3 -> 3.2.4
- ArmCord-armhf: 3.2.3 -> 3.2.4
- BlockBench-arm64: 4.8.1 -> 4.8.3
- BlockBench-armhf: 4.8.1 -> 4.8.3
- Github Desktop-arm64: 3.2.9-linux1 -> 3.3.1-linux1
- Github Desktop-armhf: 3.2.9-linux1 -> 3.3.1-linux1
- Microsoft Teams-arm64: 1.3.7 -> 1.3.8
- Microsoft Teams-armhf: 1.3.7 -> 1.3.8
- Oh My Posh-all: v18.4.0 -> v18.6.2
- Unciv-all: 4.7.17-patch1 -> 4.7.19
- WhatsApp-arm64: 20.0 -> 21.0
- WhatsApp-armhf: 20.0 -> 21.0
- Zoom-arm64: 5.15.10.6882 -> 5.15.11.7239

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 2, 2023
1 parent f6defd4 commit e852ace
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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.3
version=3.2.4

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.3
version=3.2.4

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

version=4.8.1
version=4.8.3

install_packages https://github.com/ryanfortner/blockbench-arm/raw/master/blockbench_${version}_armhf.deb || exit 1

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

version=4.8.1
version=4.8.3

install_packages https://github.com/ryanfortner/blockbench-arm/raw/master/blockbench_${version}_arm64.deb || exit 1

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.2.9-linux1
version=3.3.1-linux1
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.2.9-linux1
version=3.3.1-linux1
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/Microsoft Teams/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.3.7
version=1.3.8

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.7
version=1.3.8

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

version=v18.4.0
version=v18.6.2

#determine filename of download
if [ $arch == 32 ];then
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.7.17-patch1
version=4.7.19

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

version=20.0
version=21.0

install_packages https://github.com/cycool29/whatsapp-for-linux/releases/download/${version}/whatsapp_${version}_armhf.deb || exit 1
2 changes: 1 addition & 1 deletion apps/WhatsApp/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=20.0
version=21.0

install_packages https://github.com/cycool29/whatsapp-for-linux/releases/download/${version}/whatsapp_${version}_arm64.deb || exit 1
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.15.10.6882
version=5.15.11.7239

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

0 comments on commit e852ace

Please sign in to comment.