Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2445)
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.34.0 -> 2.35.0
- Github-CLI-armhf: 2.34.0 -> 2.35.0
- Intellij IDEA-arm64: 2023.2.1 -> 2023.2.2
- Microsoft PowerShell-all: 7.3.6 -> 7.3.7
- Min-arm64: 1.28.1 -> 1.29.0
- Min-armhf: 1.28.1 -> 1.29.0
- Minecraft Pi (Modded)-all: 272/artifact/out/minecraft-pi-reborn-client-2.4.8 -> 273/artifact/out/minecraft-pi-reborn-client-2.4.9
- Node.js-all: v20.6.1 -> v20.7.0
- Oh My Posh-all: v18.9.0 -> v18.9.1
- RiiTag-RPC-arm64: v1.3.2 -> v1.3.3
- System Monitoring Center-all: 1.43.10 -> 1.43.11
- Tor-arm64: 12.5.3 -> 12.5.4
- Tor-armhf: 12.5.3 -> 12.5.4
- Turbowarp-arm64: 1.9.0 -> 1.9.3
- Turbowarp-armhf: 1.9.0 -> 1.9.3
- Unciv-all: 4.8.4 -> 4.8.6
- VSCodium-arm64: 1.82.1.23255 -> 1.82.2.23257
- VSCodium-armhf: 1.82.1.23255 -> 1.82.2.23257
- Zoom-arm64: 5.15.12.7665 -> 5.16.0.8131

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 20, 2023
1 parent 107075e commit f1734ad
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
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.34.0
version=2.35.0

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.34.0
version=2.35.0

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.2.1
version=2023.2.2

status "Installing Java 17"
case "$__os_id" in
Expand Down
2 changes: 1 addition & 1 deletion apps/Microsoft PowerShell/install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=7.3.6
version=7.3.7

rm -rf "$HOME/powershell"
install_packages libc6 libgcc1 libgssapi-krb5-2 libstdc++6 zlib1g libicu72 '|' libicu71 '|' libicu70 '|' libicu69 '|' libicu68 '|' libicu67 '|' libicu66 '|' libicu65 '|' libicu63 '|' libicu60 '|' libicu57 '|' libicu55 '|' libicu52 libssl3 '|' libssl1.1 '|' libssl1.0.2 '|' libssl1.0.0 libunwind8 || exit 1
Expand Down
2 changes: 1 addition & 1 deletion apps/Min/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.28.1
version=1.29.0

if ! package_installed min ;then
sudo rm -f /usr/bin/min
Expand Down
2 changes: 1 addition & 1 deletion apps/Min/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.28.1
version=1.29.0

if ! package_installed min ;then
sudo rm -f /usr/bin/min
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=272/artifact/out/minecraft-pi-reborn-client-2.4.8
version=273/artifact/out/minecraft-pi-reborn-client-2.4.9

# 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=v20.6.1
version=v20.7.0
version2=v0.39.5

#Checking if using armv6
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.9.0
version=v18.9.1

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

version=v1.3.2
version=v1.3.3

"${DIRECTORY}/manage" install-if-not-installed ArmCord || error "Failed to install dependency: ArmCord"

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

version=2.22.1
version2=1.43.10
version2=1.43.11

if ! package_available gir1.2-gtk-4.0 ; then
install_packages https://github.com/hakandundar34coding/system-monitoring-center/releases/download/v${version2}/system-monitoring-center_${version2}_all.deb || exit 1
Expand Down
2 changes: 1 addition & 1 deletion apps/Tor/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=12.5.3
version=12.5.4

#if ~/tor-browser_en-US folder exists, prepare to import its user-data
if [ -d ~/tor-browser_en-US/Browser/TorBrowser/Data/Browser ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Tor/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=12.5.3
version=12.5.4

#if ~/tor-browser_en-US folder exists, prepare to import its user-data
if [ -d ~/tor-browser_en-US/Browser/TorBrowser/Data/Browser ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Turbowarp/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.9.0
version=1.9.3
install_packages https://github.com/TurboWarp/desktop/releases/download/v${version}/TurboWarp-linux-armv7l-${version}.deb || exit 1

echo -n "Moving menu launcher from Education to Programming category... "
Expand Down
2 changes: 1 addition & 1 deletion apps/Turbowarp/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.9.0
version=1.9.3
install_packages https://github.com/TurboWarp/desktop/releases/download/v${version}/TurboWarp-linux-arm64-${version}.deb || exit 1

echo -n "Moving menu launcher from Education to Programming category... "
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.4
version=4.8.6

### 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.1.23255
version=1.82.2.23257

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.1.23255
version=1.82.2.23257

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.12.7665
version=5.16.0.8131

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

0 comments on commit f1734ad

Please sign in to comment.