Skip to content

Commit a72ddac

Browse files
dietpi-software: update software URLs
1 parent e21368e commit a72ddac

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

dietpi/dietpi-software

100755100644
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3215,7 +3215,7 @@ _EOF_"
32153215
11) local arch='riscv64gc-unknown-linux-gnu';;
32163216
*) local arch='x86_64-unknown-linux-gnu';;
32173217
esac
3218-
local fallback_url="https://github.com/astral-sh/uv/releases/download/0.10.12/uv-$arch.tar.gz"
3218+
local fallback_url="https://github.com/astral-sh/uv/releases/download/0.11.3/uv-$arch.tar.gz"
32193219
Download_Install "$(curl -sSfL 'https://api.github.com/repos/astral-sh/uv/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/uv-$arch\.tar\.gz(?=\")")"
32203220
G_EXEC mv "uv-$arch/uv" /usr/local/bin/uv
32213221
G_EXEC rm -R "uv-$arch"
@@ -4310,7 +4310,7 @@ _EOF_
43104310
then
43114311
# Get latest download
43124312
local file=$(curl -sSfL 'https://download.yacy.net/?C=N;O=D' | grep -o 'yacy_v[0-9._a-f]*\.tar\.gz' | head -1)
4313-
[[ $file ]] || { file='yacy_v1.940_202405270005_70454654f.tar.gz'; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. \"$file\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
4313+
[[ $file ]] || { file='yacy_v1.941_202603291103_f0464e7fb.tar.gz'; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. \"$file\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
43144314

43154315
Download_Install "https://download.yacy.net/$file" /etc
43164316

@@ -6161,7 +6161,7 @@ _EOF_
61616161
*) local arch='amd64';;
61626162
esac
61636163

6164-
local fallback_url="https://github.com/navidrome/navidrome/releases/download/v0.60.3/navidrome_0.60.3_linux_$arch.tar.gz"
6164+
local fallback_url="https://github.com/navidrome/navidrome/releases/download/v0.61.0/navidrome_0.61.0_linux_$arch.tar.gz"
61656165
Download_Install "$(curl -sSfL 'https://api.github.com/repos/navidrome/navidrome/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/navidrome_[0-9.]*_linux_$arch\.tar\.gz(?=\")")" /opt/navidrome
61666166

61676167
# Data dir
@@ -7438,7 +7438,7 @@ _EOF_
74387438

74397439
if To_Install 179 komga # Komga
74407440
then
7441-
local fallback_url='https://github.com/gotson/komga/releases/download/1.24.1/komga-1.24.1.jar'
7441+
local fallback_url='https://github.com/gotson/komga/releases/download/1.24.3/komga-1.24.3.jar'
74427442
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
74437443

74447444
# User
@@ -9285,7 +9285,7 @@ _EOF_
92859285
aDEPS=("php$PHP_VERSION-bcmath" "php$PHP_VERSION-curl" "php$PHP_VERSION-mbstring" "php$PHP_VERSION-sqlite3" "php$PHP_VERSION-xml")
92869286

92879287
# Grab latest release
9288-
local fallback_url='https://github.com/koel/koel/releases/download/v8.3.1/koel-v8.3.1.tar.gz'
9288+
local fallback_url='https://github.com/koel/koel/releases/download/v9.0.0/koel-v9.0.0.tar.gz'
92899289
Download_Install "$(curl -sSfL 'https://api.github.com/repos/koel/koel/releases/latest' | grep -Po '"browser_download_url": *"\K[^"]*\/koel-[^"\/]*\.tar\.gz(?=")')"
92909290

92919291
# Reinstall: Clear previous install, but keep existing config file
@@ -9505,7 +9505,7 @@ _EOF_
95059505
esac
95069506

95079507
url=$(curl -sSfL 'https://api.github.com/repos/Radarr/Radarr/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*linux-core-$arch\.tar\.gz(?=\")")
9508-
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"
9508+
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"
95099509
fi
95109510
Download_Install "$url"
95119511

@@ -9805,7 +9805,7 @@ _EOF_
98059805
3) local arch='LinuxARM64';;
98069806
*) local arch='LinuxAMDx64';;
98079807
esac
9808-
local fallback_url="https://github.com/Jackett/Jackett/releases/download/v0.24.1427/Jackett.Binaries.$arch.tar.gz"
9808+
local fallback_url="https://github.com/Jackett/Jackett/releases/download/v0.24.1526/Jackett.Binaries.$arch.tar.gz"
98099809
Download_Install "$(curl -sSfL 'https://api.github.com/repos/Jackett/Jackett/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/Jackett\.Binaries\.$arch\.tar\.gz(?=\")")"
98109810

98119811
# Move existing configs to unpacked install dir
@@ -11400,7 +11400,7 @@ _EOF_
1140011400
*) local arch='amd64';;
1140111401
esac
1140211402

11403-
local fallback_url="https://github.com/rclone/rclone/releases/download/v1.73.2/rclone-v1.73.2-linux-$arch.deb"
11403+
local fallback_url="https://github.com/rclone/rclone/releases/download/v1.73.3/rclone-v1.73.3-linux-$arch.deb"
1140411404
Download_Install "$(curl -sSfL 'https://api.github.com/repos/rclone/rclone/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/rclone-v[^\"\/]*-linux-$arch\.deb(?=\")")"
1140511405
fi
1140611406
fi
@@ -11433,7 +11433,7 @@ _EOF_
1143311433
fi
1143411434

1143511435
# Get latest version
11436-
local fallback_url='https://releases.wikimedia.org/mediawiki/1.45/mediawiki-1.45.1.tar.gz'
11436+
local fallback_url='https://releases.wikimedia.org/mediawiki/1.45/mediawiki-1.45.3.tar.gz'
1143711437
Download_Install "$(curl -sSfL 'https://www.mediawiki.org/wiki/Download' | grep -o 'https://releases\.wikimedia\.org/mediawiki/[^/"]*/mediawiki-[^"]*\.tar\.gz' | head -1)"
1143811438

1143911439
# Enable required PHP modules
@@ -11528,7 +11528,7 @@ _EOF_
1152811528
*) local arch='amd64';;
1152911529
esac
1153011530

11531-
local fallback_url="https://github.com/filebrowser/filebrowser/releases/download/v2.62.1/linux-$arch-filebrowser.tar.gz"
11531+
local fallback_url="https://github.com/filebrowser/filebrowser/releases/download/v2.62.2/linux-$arch-filebrowser.tar.gz"
1153211532
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/
1153311533

1153411534
# Reinstall
@@ -11903,7 +11903,7 @@ _EOF_
1190311903
*) local arch='amd64';;
1190411904
esac
1190511905

11906-
local fallback_url="https://github.com/clidey/whodb/releases/download/0.100.0/whodb-0.100.0-linux-$arch"
11906+
local fallback_url="https://github.com/clidey/whodb/releases/download/0.104.0/whodb-0.104.0-linux-$arch"
1190711907
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
1190811908
G_EXEC chmod +x /opt/whodb/whodb
1190911909

@@ -11996,7 +11996,7 @@ _EOF_
1199611996

1199711997
# Download Immich source
1199811998
version=$(curl -sSfL 'https://api.github.com/repos/immich-app/immich/releases/latest' | grep -Po '"tag_name": *"\K[^"]+')
11999-
[[ $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"; }
11999+
[[ $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"; }
1200012000
Download_Install "https://github.com/immich-app/immich/archive/$version.tar.gz"
1200112001

1200212002
# Move source to disk to reduce RAM usage during heavy build
@@ -12010,7 +12010,7 @@ _EOF_
1201012010
fallback_url="https://github.com/extism/js-pdk/releases/download/v1.6.0/extism-js-$arch-linux-v1.6.0.gz"
1201112011
Download_Install "$(curl -sSfL 'https://api.github.com/repos/extism/js-pdk/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/extism-js-$arch-linux-[^\"\/]*\.gz(?=\")")" /usr/local/bin/extism-js
1201212012
G_EXEC chmod +x /usr/local/bin/extism-js
12013-
fallback_url="https://github.com/WebAssembly/binaryen/releases/download/version_128/binaryen-version_128-$arch-linux.tar.gz"
12013+
fallback_url="https://github.com/WebAssembly/binaryen/releases/download/version_129/binaryen-version_129-$arch-linux.tar.gz"
1201412014
Download_Install "$(curl -sSfL 'https://api.github.com/repos/WebAssembly/binaryen/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/binaryen-[^\"\/]*-$arch-linux\.tar\.gz(?=\")")"
1201512015
G_EXEC mv binaryen-*/bin/wasm-merge binaryen-*/bin/wasm-opt /usr/local/bin/
1201612016
G_EXEC rm -R binaryen-version_*
@@ -12186,7 +12186,7 @@ _EOF_
1218612186
unset -v aDEPS
1218712187
else
1218812188
local version=$(curl -sSfL 'https://api.github.com/repos/immich-app/immich/releases/latest' | grep -Po '"tag_name": *"\K[^"]+')
12189-
[[ $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"; }
12189+
[[ $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"; }
1219012190
Download_Install "https://github.com/immich-app/immich/archive/$version.tar.gz"
1219112191
immich_src="immich-${version#v}"
1219212192
fi
@@ -12360,7 +12360,7 @@ _EOF_
1236012360
esac
1236112361

1236212362
# Download
12363-
local fallback_url="https://github.com/tphakala/birdnet-go/releases/download/nightly-20260321-397/birdnet-go-linux-$arch.tar.gz"
12363+
local fallback_url="https://github.com/tphakala/birdnet-go/releases/download/nightly-20260322/birdnet-go-linux-$arch.tar.gz"
1236412364
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
1236512365

1236612366
# Change rpath for birdnet-go to make use of libtensorflowlite_c.so in its own dir

0 commit comments

Comments
 (0)