althttpd: fix update script to preserve 0- version prefix (#487622)

This commit is contained in:
Ben Siraphob
2026-02-06 13:46:19 +00:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ commit_date=$(echo "$json_output" | jq -r '.date')
if [ -z "$commit_date" ] || [ "$commit_date" = "null" ]; then
commit_date=$(date +%Y-%m-%d)
fi
new_version="unstable-$commit_date"
new_version="0-unstable-$commit_date"
echo "Updating althttpd to $new_version (rev $new_rev)" >&2