From 16c677ed1b685c60f2b11534503dbacc3380e7d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Mar 2026 05:19:04 +0000 Subject: [PATCH] dietpi-software: update software URLs --- dietpi/dietpi-software | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) mode change 100755 => 100644 dietpi/dietpi-software diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software old mode 100755 new mode 100644 index b1e59abc76..6a14ebbced --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -3212,7 +3212,7 @@ _EOF_" 11) local arch='riscv64gc-unknown-linux-gnu';; *) local arch='x86_64-unknown-linux-gnu';; esac - local fallback_url="https://github.com/astral-sh/uv/releases/download/0.10.12/uv-$arch.tar.gz" + local fallback_url="https://github.com/astral-sh/uv/releases/download/0.11.2/uv-$arch.tar.gz" Download_Install "$(curl -sSfL 'https://api.github.com/repos/astral-sh/uv/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/uv-$arch\.tar\.gz(?=\")")" G_EXEC mv "uv-$arch/uv" /usr/local/bin/uv G_EXEC rm -R "uv-$arch" @@ -7435,7 +7435,7 @@ _EOF_ if To_Install 179 komga # Komga then - local fallback_url='https://github.com/gotson/komga/releases/download/1.24.1/komga-1.24.1.jar' + local fallback_url='https://github.com/gotson/komga/releases/download/1.24.3/komga-1.24.3.jar' Download_Install "$(curl -sSfL 'https://api.github.com/repos/gotson/komga/releases/latest' | grep -Po '"browser_download_url": *"\K[^"]*\/komga-[^"\/]*\.jar(?=")')" /mnt/dietpi_userdata/komga/komga.jar # User @@ -9502,7 +9502,7 @@ _EOF_ esac url=$(curl -sSfL 'https://api.github.com/repos/Radarr/Radarr/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*linux-core-$arch\.tar\.gz(?=\")") - local fallback_url="https://github.com/Radarr/Radarr/releases/download/v6.0.4.10291/Radarr.master.6.0.4.10291.linux-core-$arch.tar.gz" + local fallback_url="https://github.com/Radarr/Radarr/releases/download/v6.1.1.10360/Radarr.master.6.1.1.10360.linux-core-$arch.tar.gz" fi Download_Install "$url" @@ -9802,7 +9802,7 @@ _EOF_ 3) local arch='LinuxARM64';; *) local arch='LinuxAMDx64';; esac - local fallback_url="https://github.com/Jackett/Jackett/releases/download/v0.24.1427/Jackett.Binaries.$arch.tar.gz" + local fallback_url="https://github.com/Jackett/Jackett/releases/download/v0.24.1474/Jackett.Binaries.$arch.tar.gz" Download_Install "$(curl -sSfL 'https://api.github.com/repos/Jackett/Jackett/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/Jackett\.Binaries\.$arch\.tar\.gz(?=\")")" # Move existing configs to unpacked install dir @@ -11397,7 +11397,7 @@ _EOF_ *) local arch='amd64';; esac - local fallback_url="https://github.com/rclone/rclone/releases/download/v1.73.2/rclone-v1.73.2-linux-$arch.deb" + local fallback_url="https://github.com/rclone/rclone/releases/download/v1.73.3/rclone-v1.73.3-linux-$arch.deb" Download_Install "$(curl -sSfL 'https://api.github.com/repos/rclone/rclone/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/rclone-v[^\"\/]*-linux-$arch\.deb(?=\")")" fi fi @@ -11525,7 +11525,7 @@ _EOF_ *) local arch='amd64';; esac - local fallback_url="https://github.com/filebrowser/filebrowser/releases/download/v2.62.1/linux-$arch-filebrowser.tar.gz" + local fallback_url="https://github.com/filebrowser/filebrowser/releases/download/v2.62.2/linux-$arch-filebrowser.tar.gz" Download_Install "$(curl -sSfL 'https://api.github.com/repos/filebrowser/filebrowser/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/linux-$arch-filebrowser\.tar\.gz(?=\")")" ./filebrowser/ # Reinstall @@ -11900,7 +11900,7 @@ _EOF_ *) local arch='amd64';; esac - local fallback_url="https://github.com/clidey/whodb/releases/download/0.100.0/whodb-0.100.0-linux-$arch" + local fallback_url="https://github.com/clidey/whodb/releases/download/0.103.0/whodb-0.103.0-linux-$arch" Download_Install "$(curl -sSfL 'https://api.github.com/repos/clidey/whodb/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/whodb-[0-9][^\"\/]*-linux-$arch(?=\")")" /opt/whodb/whodb G_EXEC chmod +x /opt/whodb/whodb @@ -11993,7 +11993,7 @@ _EOF_ # Download Immich source version=$(curl -sSfL 'https://api.github.com/repos/immich-app/immich/releases/latest' | grep -Po '"tag_name": *"\K[^"]+') - [[ $version ]] || { version='v2.6.1'; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. Version \"$version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; } + [[ $version ]] || { version='v2.6.3'; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. Version \"$version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; } Download_Install "https://github.com/immich-app/immich/archive/$version.tar.gz" # Move source to disk to reduce RAM usage during heavy build @@ -12183,7 +12183,7 @@ _EOF_ unset -v aDEPS else local version=$(curl -sSfL 'https://api.github.com/repos/immich-app/immich/releases/latest' | grep -Po '"tag_name": *"\K[^"]+') - [[ $version ]] || { version='v2.6.1'; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. Version \"$version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; } + [[ $version ]] || { version='v2.6.3'; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. Version \"$version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; } Download_Install "https://github.com/immich-app/immich/archive/$version.tar.gz" immich_src="immich-${version#v}" fi @@ -12357,7 +12357,7 @@ _EOF_ esac # Download - local fallback_url="https://github.com/tphakala/birdnet-go/releases/download/nightly-20260321-397/birdnet-go-linux-$arch.tar.gz" + local fallback_url="https://github.com/tphakala/birdnet-go/releases/download/nightly-20260322/birdnet-go-linux-$arch.tar.gz" Download_Install "$(curl -sSfL 'https://api.github.com/repos/tphakala/birdnet-go/releases' | grep -Po "\"browser_download_url\": *\"\K[^\"]*-linux-$arch\.tar\.gz(?=\")" | head -1)" birdnet # Change rpath for birdnet-go to make use of libtensorflowlite_c.so in its own dir