Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2457)
Browse files Browse the repository at this point in the history
- Flow-armhf: ekioh_6.12.0_raspberry-pi32-flow_20230717_r39263 -> ekioh_6.13.0_raspberry-pi32-flow_20230906_r39511
- Github Desktop-arm64: 3.3.1-linux1 -> 3.3.3-linux2
- Github Desktop-armhf: 3.3.1-linux1 -> 3.3.3-linux2
- System Monitoring Center-all: 2.23.0 -> 2.24.0
- Unciv-all: 4.8.10 -> 4.8.12
- VSCodium-arm64: 1.82.2.23257 -> 1.83.0.23277
- VSCodium-armhf: 1.82.2.23257 -> 1.83.0.23277
- Webcord-arm64: 3.10.2 -> 4.4.3
- Webcord-armhf: 3.10.2 -> 4.4.3

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 9, 2023
1 parent 5df2d63 commit 5b49729
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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.12.0_raspberry-pi32-flow_20230717_r39263
version=ekioh_6.13.0_raspberry-pi32-flow_20230906_r39511

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

Expand Down
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.1-linux1
version=3.3.3-linux2
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.1-linux1
version=3.3.3-linux2
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/System Monitoring Center/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.23.0
version=2.24.0
version2=1.43.11

if ! package_available gir1.2-gtk-4.0 ; 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.8.10
version=4.8.12

### 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/VSCodium/install-32
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg

version=1.82.2.23257
version=1.83.0.23277

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_armhf.deb" || exit 1

2 changes: 1 addition & 1 deletion apps/VSCodium/install-64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg

version=1.82.2.23257
version=1.83.0.23277

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_arm64.deb" || exit 1

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=3.10.2
version=4.4.3

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=3.10.2
version=4.4.3

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

Expand Down

0 comments on commit 5b49729

Please sign in to comment.