@@ -3214,7 +3214,7 @@ _EOF_"
32143214 11) local arch='riscv64gc-unknown-linux-gnu';;
32153215 *) local arch='x86_64-unknown-linux-gnu';;
32163216 esac
3217- local fallback_url="https://github.com/astral-sh/uv/releases/download/0.11.21 /uv-$arch.tar.gz"
3217+ local fallback_url="https://github.com/astral-sh/uv/releases/download/0.11.23 /uv-$arch.tar.gz"
32183218 Download_Install "$(curl -sSfL 'https://api.github.com/repos/astral-sh/uv/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/uv-$arch\.tar\.gz(?=\")")"
32193219 G_EXEC mv "uv-$arch/uv" /usr/local/bin/uv
32203220 G_EXEC rm -R "uv-$arch"
@@ -4651,7 +4651,7 @@ _EOF_
46514651 10) local arch='amd64';;
46524652 *) local arch='arm';;
46534653 esac
4654- local fallback_url="https://github.com/owncloud/ocis/releases/download/v8.0.4 /ocis-8.0.4 -linux-$arch"
4654+ local fallback_url="https://github.com/owncloud/ocis/releases/download/v8.0.5 /ocis-8.0.5 -linux-$arch"
46554655 Download_Install "$(curl -sSfL 'https://api.github.com/repos/owncloud/ocis/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/ocis-[^\"\/]*-linux-$arch(?=\")")" ocis
46564656 G_EXEC chmod +x ocis
46574657
@@ -7043,7 +7043,7 @@ _EOF_
70437043 (( $G_HW_ARCH == 10 )) && arch='amd64'
70447044
70457045 # Grab latest package URL
7046- local fallback_url="https://downloads.lms-community.org/nightly/lyrionmusicserver_9.1.1~1779815526_ $arch.deb"
7046+ local fallback_url="https://downloads.lms-community.org/nightly/lyrionmusicserver_9.1.2~1781881406_ $arch.deb"
70477047 Download_Install "$(curl -sSfL 'https://raw.githubusercontent.com/LMS-Community/lms-server-repository/master/stable.xml' | grep -om1 "https://[^\"]*_$arch.deb")"
70487048 G_EXEC systemctl stop lyrionmusicserver
70497049 Remove_SysV lyrionmusicserver
@@ -8498,8 +8498,8 @@ _EOF_
84988498 # Install ruTorrent: Web UI for rTorrent
84998499 # - Grab current version
85008500 local version=$(curl -sSfL 'https://api.github.com/repos/Novik/ruTorrent/releases/latest' | grep -Po '"tag_name": *"\K[^"]+(?=")')
8501- [[ $version ]] || { version='v5.3.1 '; G_DIETPI-NOTIFY 1 "Automatic latest ruTorrent 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"; }
8502- [[ $version == 'v5.'* ]] || version='v5.3.1 '
8501+ [[ $version ]] || { version='v5.3.3 '; G_DIETPI-NOTIFY 1 "Automatic latest ruTorrent 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"; }
8502+ [[ $version == 'v5.'* ]] || version='v5.3.3 '
85038503 Download_Install "https://github.com/Novik/ruTorrent/archive/$version.tar.gz"
85048504
85058505 # - Reinstall freshly with preserved configs and 3rd party plugins
@@ -9325,7 +9325,7 @@ _EOF_
93259325 # Koel v9 dropped support for PHP 8.2: https://github.com/koel/koel/releases/v9.0.0
93269326 Download_Install 'https://github.com/koel/koel/releases/download/v8.3.1/koel-v8.3.1.tar.gz'
93279327 else
9328- local fallback_url='https://github.com/koel/koel/releases/download/v9.8.0 /koel-v9.8.0 .tar.gz'
9328+ local fallback_url='https://github.com/koel/koel/releases/download/v9.9.1 /koel-v9.9.1 .tar.gz'
93299329 Download_Install "$(curl -sSfL 'https://api.github.com/repos/koel/koel/releases/latest' | grep -Po '"browser_download_url": *"\K[^"]*\/koel-[^"\/]*\.tar\.gz(?=")')"
93309330 fi
93319331
@@ -9846,7 +9846,7 @@ _EOF_
98469846 3) local arch='LinuxARM64';;
98479847 *) local arch='LinuxAMDx64';;
98489848 esac
9849- local fallback_url="https://github.com/Jackett/Jackett/releases/download/v0.24.2066 /Jackett.Binaries.$arch.tar.gz"
9849+ local fallback_url="https://github.com/Jackett/Jackett/releases/download/v0.24.2110 /Jackett.Binaries.$arch.tar.gz"
98509850 Download_Install "$(curl -sSfL 'https://api.github.com/repos/Jackett/Jackett/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/Jackett\.Binaries\.$arch\.tar\.gz(?=\")")"
98519851
98529852 # Move existing configs to unpacked install dir
@@ -9905,7 +9905,7 @@ _EOF_
99059905 local reinstall=0
99069906 [[ -f '/mnt/dietpi_userdata/nzbget/nzbget.conf' ]] && reinstall=1
99079907
9908- local fallback_url='https://github.com/nzbgetcom/nzbget/releases/download/v26.1 /nzbget-26.1 -bin-linux.run'
9908+ local fallback_url='https://github.com/nzbgetcom/nzbget/releases/download/v26.2 /nzbget-26.2 -bin-linux.run'
99099909 Download_Install "$(curl -sSfL 'https://api.github.com/repos/nzbgetcom/nzbget/releases/latest' | grep -Po '"browser_download_url": *"\K[^"]*\/nzbget-[^"/]*-bin-linux\.run(?=")')" nzbget.run
99109910 G_EXEC mkdir -p /mnt/dietpi_userdata/nzbget
99119911 G_EXEC_OUTPUT=1 G_EXEC dash nzbget.run --destdir /mnt/dietpi_userdata/nzbget
@@ -10638,7 +10638,7 @@ _EOF_
1063810638 *) local arch='arm-6';;
1063910639 esac
1064010640
10641- local fallback_url="https://github.com/go-gitea/gitea/releases/download/v1.26.2 /gitea-1.26.2 -linux-$arch.xz"
10641+ local fallback_url="https://github.com/go-gitea/gitea/releases/download/v1.26.4 /gitea-1.26.4 -linux-$arch.xz"
1064210642 Download_Install "$(curl -sSfL 'https://api.github.com/repos/go-gitea/gitea/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/gitea-[^\"\/]*-linux-$arch\.xz(?=\")")" /mnt/dietpi_userdata/gitea/gitea
1064310643
1064410644 # User
@@ -11335,7 +11335,7 @@ _EOF_
1133511335 version=${version%%\"*}
1133611336 local build=$(curl -sSfL "$url/versions/$version"); build=${build##*\":\[} build=${build%%,*}
1133711337 url=$(curl -sSfL "$url/versions/$version/builds/$build"); url=${url##*\"url\":\"} url=${url%%\"*}
11338- local fallback_url='https://fill-data.papermc.io/v1/objects/2b9f4e14b7a18f45ea227e326d8dc662a0bea328bb248c0ced64676a4309d237 /paper-26.2-rc-2-8 .jar'
11338+ local fallback_url='https://fill-data.papermc.io/v1/objects/f25a3ec6ba211c35737c196752cfaffd98d4b674b29b521218f6e683cf5b2267 /paper-26.2-31 .jar'
1133911339 (( $JAVA_VERSION < 25 )) && fallback_url='https://fill-data.papermc.io/v1/objects/5ffef465eeeb5f2a3c23a24419d97c51afd7dbb4923ff42df9a3f58bba1ccfba/paper-1.21.11-132.jar'
1134011340 fi
1134111341 Download_Install "$url" /opt/papermc/paperclip.jar
@@ -11938,7 +11938,7 @@ _EOF_
1193811938 *) local arch='amd64';;
1193911939 esac
1194011940
11941- local fallback_url="https://github.com/clidey/whodb/releases/download/0.114 .0/whodb-0.114 .0-linux-$arch"
11941+ local fallback_url="https://github.com/clidey/whodb/releases/download/0.116 .0/whodb-0.116 .0-linux-$arch"
1194211942 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
1194311943 G_EXEC chmod +x /opt/whodb/whodb
1194411944
@@ -12403,7 +12403,7 @@ _EOF_
1240312403 esac
1240412404
1240512405 # Download
12406- local fallback_url="https://github.com/tphakala/birdnet-go/releases/download/nightly-20260601 /birdnet-go-linux-$arch.tar.gz"
12406+ local fallback_url="https://github.com/tphakala/birdnet-go/releases/download/nightly-20260615 /birdnet-go-linux-$arch.tar.gz"
1240712407 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
1240812408
1240912409 # Change rpath for birdnet-go to make use of libtensorflowlite_c.so in its own dir
@@ -12644,7 +12644,7 @@ _EOF_
1264412644 *) local arch='x86_64';;
1264512645 esac
1264612646
12647- local fallback_url="https://github.com/rustdesk/rustdesk/releases/download/1.4.7 /rustdesk-1.4.7 -$arch.deb"
12647+ local fallback_url="https://github.com/rustdesk/rustdesk/releases/download/1.4.8 /rustdesk-1.4.8 -$arch.deb"
1264812648 Download_Install "$(curl -sSfL 'https://api.github.com/repos/rustdesk/rustdesk/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/rustdesk-[^\"\/]*-$arch\.deb(?=\")")"
1264912649 fi
1265012650
0 commit comments