Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2403)
Browse files Browse the repository at this point in the history
- BlockBench-arm64: 4.7.4 -> 4.8.0
- BlockBench-armhf: 4.7.4 -> 4.8.0 =
- Flow-arm64: ekioh_6.11.0_raspberry-pi64-flow_20230605_r38953 -> ekioh_6.12.0_raspberry-pi64-flow_20230717_r39263 =
- Flow-armhf: ekioh_6.11.0_raspberry-pi32-flow_20230605_r38953 -> ekioh_6.12.0_raspberry-pi32-flow_20230717_r39263 =
- Github-CLI-arm64: 2.32.0 -> 2.32.1 =
- Github-CLI-armhf: 2.32.0 -> 2.32.1 =
- Github Desktop-arm64: 3.2.7-linux1 -> 3.2.7-linux2 =
- Github Desktop-armhf: 3.2.7-linux1 -> 3.2.7-linux2 =
- Intellij IDEA-arm64: 2023.1.4 -> 2023.2 =
- Microsoft Teams-arm64: 1.2.6 -> 1.2.9 =
- Microsoft Teams-armhf: 1.2.6 -> 1.2.9 =
- Node.js-all: v0.39.3 -> v0.39.4 =
- Node.js-all: v20.4.0 -> v20.5.0 =
- Oh My Posh-all: v17.11.2 -> v18.2.0 =
- Processing IDE-arm64: processing-1292-4.2 -> processing-1293-4.3 =
- Processing IDE-armhf: processing-1292-4.2 -> processing-1293-4.3 =
- Pycharm CE-arm64: 2023.1.4 -> 2023.2 =
- System Monitoring Center-all: 1.43.7 -> 1.43.9 =
- Ulauncher-all: 5.15.2 -> 5.15.3 =
- Unciv-all: 4.7.9 -> 4.7.10 =
- VSCodium-arm64: 1.80.1.23194 -> 1.80.2.23209 =
- VSCodium-armhf: 1.80.1.23194 -> 1.80.2.23209 =
- Zoom-arm64: 5.15.3.4839 -> 5.15.5.5603 =

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 29, 2023
1 parent ca380b5 commit 2093d0b
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
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.7.4
version=4.8.0

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.7.4
version=4.8.0

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

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.11.0_raspberry-pi32-flow_20230605_r38953
version=ekioh_6.12.0_raspberry-pi32-flow_20230717_r39263

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.11.0_raspberry-pi64-flow_20230605_r38953
version=ekioh_6.12.0_raspberry-pi64-flow_20230717_r39263

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.2.7-linux1
version=3.2.7-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.2.7-linux1
version=3.2.7-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/Github-CLI/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.32.0
version=2.32.1

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1

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

version=2.32.0
version=2.32.1

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.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.1.4
version=2023.2

status "Installing Java 17"
case "$__os_id" in
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.2.6
version=1.2.9

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.2.6
version=1.2.9

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

Expand Down
4 changes: 2 additions & 2 deletions apps/Node.js/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

version=v20.4.0
version2=v0.39.3
version=v20.5.0
version2=v0.39.4

#Checking if using armv6
if [ ! -z "$(cat /proc/cpuinfo | grep ARMv6)" ];then
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=v17.11.2
version=v18.2.0

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Processing IDE/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=processing-1292-4.2
version=processing-1293-4.3

cd ~/.local/share/
rm -rf processing-*
Expand Down
2 changes: 1 addition & 1 deletion apps/Processing IDE/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=processing-1292-4.2
version=processing-1293-4.3

cd ~/.local/share/
rm -rf processing-*
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.1.4
version=2023.2

install_packages python3-pip python3-dev || exit 1

Expand Down
2 changes: 1 addition & 1 deletion apps/System Monitoring Center/install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=1.43.7
version=1.43.9

install_packages https://github.com/hakandundar34coding/system-monitoring-center/releases/download/v${version}/system-monitoring-center_${version}_all.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Ulauncher/install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=5.15.2
version=5.15.3

install_packages https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}_all.deb python3-distutils-extra python3-levenshtein python3-websocket || 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.7.9
version=4.7.10

### 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.80.1.23194
version=1.80.2.23209

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.80.1.23194
version=1.80.2.23209

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${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.3.4839
version=5.15.5.5603

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

0 comments on commit 2093d0b

Please sign in to comment.