You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local file=$(curl -sSfL 'https://go.dev/dl/?mode=json' | grep -o "go[0-9.]*\.linux-$arch\.tar\.gz" | head -1)
3234
-
[[ $file ]] || { file="go1.25.4.linux-$arch.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"; }
3234
+
[[ $file ]] || { file="go1.25.5.linux-$arch.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"; }
version=$(curl -sSfL 'https://dist.ipfs.tech/kubo/versions' | sed '/-rc[0-9]*$/d' | tail -1)
4382
-
[[ $version ]] || { version='v0.38.2'; 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"; }
4382
+
[[ $version ]] || { version='v0.39.0'; 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"; }
# Bullseye: Forgejo 13 requires Git >=2.34.1: https://codeberg.org/forgejo/forgejo/pulls/8328. This is also practically true, the daemon fails right after initial web UI setup steps.
10922
10922
if (( $G_DISTRO > 6 ))
10923
10923
then
10924
-
local fallback_url="https://codeberg.org/forgejo/forgejo/releases/download/v13.0.2/forgejo-13.0.2-linux-$arch.xz"
10924
+
local fallback_url="https://codeberg.org/forgejo/forgejo/releases/download/v13.0.3/forgejo-13.0.3-linux-$arch.xz"
local fallback_url="https://codeberg.org/forgejo/forgejo/releases/download/v12.0.4/forgejo-12.0.4-linux-$arch.xz"
@@ -11468,7 +11468,7 @@ _EOF_'
11468
11468
local ha_pyenv_activation=". $ha_home/pyenv-activate.sh"
11469
11469
# Obtain latest Python 3.13.y version supported by pyenv
11470
11470
local ha_python_version=$(curl -sSfL 'https://api.github.com/repos/pyenv/pyenv/contents/plugins/python-build/share/python-build?ref=master' | mawk -F\" '/^ *"name": "3\.13\.[0-9]*",$/{print $4}' | sort -Vr | head -1)
11471
-
[[ $ha_python_version ]] || { ha_python_version='3.13.9'; G_DIETPI-NOTIFY 1 "Automatic latest Python version detection failed. Version \"$ha_python_version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
11471
+
[[ $ha_python_version ]] || { ha_python_version='3.13.10'; G_DIETPI-NOTIFY 1 "Automatic latest Python version detection failed. Version \"$ha_python_version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
11472
11472
11473
11473
G_DIETPI-NOTIFY 2 "Home Assistant user: $ha_user"
11474
11474
G_DIETPI-NOTIFY 2 "Home Assistant home: $ha_home"
@@ -11704,7 +11704,7 @@ _EOF_
11704
11704
*) local arch='amd64';;
11705
11705
esac
11706
11706
11707
-
local fallback_url="https://github.com/rclone/rclone/releases/download/v1.71.2/rclone-v1.71.2-linux-$arch.deb"
11707
+
local fallback_url="https://github.com/rclone/rclone/releases/download/v1.72.0/rclone-v1.72.0-linux-$arch.deb"
0 commit comments