Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2487)
Browse files Browse the repository at this point in the history
- BleachBit-all: 4.4.2-0 -> 4.6.0-0
- Caskaydia Cove NF-all: v3.0.2 -> v3.1.0
- Electron Fiddle-arm64: 0.34.3 -> 0.34.5
- Electron Fiddle-armhf: 0.34.3 -> 0.34.5
- Geekbench 6-arm64: 6.2.1 -> 6.2.2
- Github-CLI-arm64: 2.37.0 -> 2.39.1
- Github-CLI-armhf: 2.37.0 -> 2.39.1
- Intellij IDEA-arm64: 2023.2.4 -> 2023.2.5
- Linux Wifi Hotspot-all: v4.5.0 -> v4.6.0
- Microsoft PowerShell-all: 7.3.9 -> 7.4.0
- Microsoft Teams-arm64: 1.3.17 -> 1.3.22
- Microsoft Teams-armhf: 1.3.17 -> 1.3.22
- Min-arm64: 1.29.0 -> 1.30.0
- Min-armhf: 1.29.0 -> 1.30.0
- Minecraft Pi (Modded)-all: 283/artifact/out/minecraft-pi-reborn-client-2.5.1 -> 288/artifact/out/minecraft-pi-reborn-client-2.5.1
- Node.js-all: v21.1.0 -> v21.2.0
- Oh My Posh-all: v18.19.0 -> v18.26.1
- PrusaSlicer-arm64: 2.6.1 -> 2.7.0
- PrusaSlicer-armhf: 2.6.1 -> 2.7.0
- Pycharm CE-arm64: 2023.2.3 -> 2023.2.5
- Reaper-arm64: 702 -> 705
- Reaper-armhf: 702 -> 705
- Syncthing-all: https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.25.0_arm64.deb -> https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.26.1_arm64.deb
- Syncthing-all: https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.25.0_armhf.deb -> https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.26.1_armhf.deb
- Ulauncher-all: 5.15.4 -> 5.15.6
- Unciv-all: 4.8.15 -> 4.9.2-patch1
- VSCodium-arm64: 1.83.1.23285 -> 1.84.2.23319
- VSCodium-armhf: 1.83.1.23285 -> 1.84.2.23319
- WPS Office-arm64: 11.1.0.11704 -> 11.1.0.11711
- WPS Office-armhf: 11.1.0.11704 -> 11.1.0.11711
- Webcord-arm64: 4.5.1 -> 4.5.2
- Webcord-armhf: 4.5.1 -> 4.5.2
- WhatsApp-arm64: 22.0 -> 23.0
- WhatsApp-armhf: 22.0 -> 23.0
- XSnow-all: 3.7.5 -> 3.7.6
- Zoom-arm64: 5.16.6.382 -> 5.16.10.668

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 26, 2023
1 parent c851b80 commit b9069aa
Show file tree
Hide file tree
Showing 35 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion apps/BleachBit/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.4.2-0
version=4.6.0-0

if ! package_is_new_enough bleachbit 4.4.2-0 ;then
install_packages https://download.bleachbit.org/bleachbit_${version}_all_debian11.deb || exit 1
Expand Down
2 changes: 1 addition & 1 deletion apps/Caskaydia Cove NF/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v3.0.2
version=v3.1.0

mkdir -p /tmp/cascadia || error "Failed to create /tmp/cascadia folder!"
wget -O /tmp/cascadia/CascadiaCode.zip "https://github.com/ryanoasis/nerd-fonts/releases/download/${version}/CascadiaCode.zip" || error "Failed to download Caskaydia Cove NF!"
Expand Down
2 changes: 1 addition & 1 deletion apps/Electron Fiddle/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=0.34.3
version=0.34.5

install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_armhf.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Electron Fiddle/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=0.34.3
version=0.34.5

install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_arm64.deb || exit 1
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.2.1
version=6.2.2

# https://github.com/raspberrypi/bookworm-feedback/issues/107
PAGE_SIZE="$(getconf PAGE_SIZE)"
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.37.0
version=2.39.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.37.0
version=2.39.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.2.4
version=2023.2.5

status "Installing Java 17"
case "$__os_id" in
Expand Down
2 changes: 1 addition & 1 deletion apps/Linux Wifi Hotspot/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v4.5.0
version=v4.6.0

# Install dependencies
install_packages bash util-linux procps hostapd iproute2 iw haveged dnsmasq iptables make gcc g++ build-essential pkg-config libgtk-3-0 libgtk-3-dev libqrencode-dev libpng-dev || exit 1
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.9
version=7.4.0

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

version=1.3.17
version=1.3.22

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.17
version=1.3.22

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

version=1.29.0
version=1.30.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.29.0
version=1.30.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=283/artifact/out/minecraft-pi-reborn-client-2.5.1
version=288/artifact/out/minecraft-pi-reborn-client-2.5.1

# 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=v21.1.0
version=v21.2.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.19.0
version=v18.26.1

#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.1
version=2.7.0

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.1
version=2.7.0

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

version=2023.2.3
version=2023.2.5

install_packages python3-pip python3-dev || exit 1

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

version=702
version=705
version2=1.2.4.3
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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

version=702
version=705
version2=1.2.4.3
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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

filepath_32="https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.25.0_armhf.deb"
filepath_64="https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.25.0_arm64.deb"
filepath_32="https://apt.syncthing.net/dists/syncthing/stable/binary-armhf/syncthing_1.26.1_armhf.deb"
filepath_64="https://apt.syncthing.net/dists/syncthing/stable/binary-arm64/syncthing_1.26.1_arm64.deb"

case "$arch" in
"64")
Expand Down
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.4
version=5.15.6

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.8.15
version=4.9.2-patch1

### 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.83.1.23285
version=1.84.2.23319

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.83.1.23285
version=1.84.2.23319

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

2 changes: 1 addition & 1 deletion apps/WPS Office/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ preserve-environment=true" | sudo tee /etc/schroot/chroot.d/wps-office-chroot >/

echo
#package found in: https://linux.wps.cn/
version=11.1.0.11704
version=11.1.0.11711
wget "https://wps-linux-personal.wpscdn.cn/wps/download/ep/Linux2019/$(echo $version | sed 's/.*\.//g')/wps-office_${version}_arm64.deb" -O /tmp/wps-office.deb || error "In the 64-bit chroot, wget failed to download wps-office.deb!"
sudo mv /tmp/wps-office.deb /opt/wps-office-chroot/wps-office.deb

Expand Down
2 changes: 1 addition & 1 deletion apps/WPS Office/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#package found in: https://linux.wps.cn/

version=11.1.0.11704
version=11.1.0.11711

if package_is_new_enough firejail 0.9.58 ;then
firejail_package="firejail"
Expand Down
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=4.5.1
version=4.5.2

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=4.5.1
version=4.5.2

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

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=22.0
version=23.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=22.0
version=23.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/XSnow/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=3.7.5
version=3.7.6

install_packages build-essential libx11-dev libxpm-dev libxt-dev libxext-dev pkg-config libxml2-dev libgtk-3-dev libxinerama-dev libxtst-dev libgsl-dev || exit 1

Expand Down
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.16.6.382
version=5.16.10.668

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

0 comments on commit b9069aa

Please sign in to comment.