Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2443)
Browse files Browse the repository at this point in the history
- Flow-arm64: ekioh_6.12.0_raspberry-pi64-flow_20230717_r39263 -> ekioh_6.13.0_raspberry-pi64-flow_20230907_r39511
- Geekbench 6-arm64: 6.1.0 -> 6.2.0
- Github-CLI-arm64: 2.33.0 -> 2.34.0
- Github-CLI-armhf: 2.33.0 -> 2.34.0
- LineRider-all: 2023.1.1 -> 2023.9.1
- Minecraft Pi (Modded)-all: 271/artifact/out/minecraft-pi-reborn-client-2.4.8 -> 272/artifact/out/minecraft-pi-reborn-client-2.4.8
- Node.js-all: v20.6.0 -> v20.6.1
- Oh My Posh-all: v18.7.0 -> v18.9.0
- PrusaSlicer-arm64: 2.6.0 -> 2.6.1
- PrusaSlicer-armhf: 2.6.0 -> 2.6.1
- Turbowarp-arm64: 1.8.1 -> 1.9.0
- Turbowarp-armhf: 1.8.1 -> 1.9.0
- Unciv-all: 4.8.2 -> 4.8.4
- VSCodium-arm64: 1.81.1.23222 -> 1.82.1.23255
- VSCodium-armhf: 1.81.1.23222 -> 1.82.1.23255

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 13, 2023
1 parent dbe15d4 commit 70d453a
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
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.12.0_raspberry-pi64-flow_20230717_r39263
version=ekioh_6.13.0_raspberry-pi64-flow_20230907_r39511

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

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

version=6.1.0
version=6.2.0

wget -O /tmp/Geekbench6.tar.gz https://cdn.geekbench.com/Geekbench-${version}-LinuxARMPreview.tar.gz
tar -xf /tmp/Geekbench6.tar.gz -C /tmp || error "Failed to extract files!"
Expand Down
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.33.0
version=2.34.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.33.0
version=2.34.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/LineRider/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#Bot automatically updates this when I make a new release.
version=2023.1.1
version=2023.9.1

#Install Depends
install_packages apt-transport-https dirmngr gnupg ffmpeg mono-devel unzip zip || exit 1
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=271/artifact/out/minecraft-pi-reborn-client-2.4.8
version=272/artifact/out/minecraft-pi-reborn-client-2.4.8

# 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.0
version=v20.6.1
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.7.0
version=v18.9.0

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

version=2.6.0
version=2.6.1

install_packages git libcurl4 libgtk-3-0 zlib1g libdbus-1-3 libxcb1 libxi6 libxfixes3 libatk-bridge2.0-0 libepoxy0 libxinerama1 libxrandr2 libxcursor1 libxcomposite1 libxdamage1 libxkbcommon0 libxcb-shm0 libxcb-render0 libpcre3 libxau6 libxdmcp6 libatspi2.0-0 libexpat1 liblzma5 libbsd0 libgpg-error0 || exit 1
# note, libffi.so.6 is linked by the binary and not provided in the appimage (appimage contains libffi.so.7). this appimage probably never worked on bullseye
Expand Down
2 changes: 1 addition & 1 deletion apps/PrusaSlicer/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.6.0
version=2.6.1

install_packages git libcurl4 libgtk-3-0 zlib1g libdbus-1-3 libxcb1 libxi6 libxfixes3 libatk-bridge2.0-0 libepoxy0 libxinerama1 libxrandr2 libxcursor1 libxcomposite1 libxdamage1 libxkbcommon0 libxcb-shm0 libxcb-render0 libpcre3 libxau6 libxdmcp6 libatspi2.0-0 libexpat1 liblzma5 libbsd0 libgpg-error0 || exit 1
# note, libffi.so.6 is linked by the binary and not provided in the appimage (appimage contains libffi.so.7). this appimage probably never worked on bullseye
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.8.1
version=1.9.0
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.8.1
version=1.9.0
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.2
version=4.8.4

### 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.81.1.23222
version=1.82.1.23255

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.81.1.23222
version=1.82.1.23255

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

0 comments on commit 70d453a

Please sign in to comment.