From 6e1edc7d62c8759b52dcf518d36703a53e0b2da8 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Mon, 16 Feb 2026 16:09:50 +0000 Subject: [PATCH] fix: correct Sparkle appcast version for 2026.2.15 The sparkle:version was incorrectly set to '11213' instead of '202602150', causing the macOS app to not detect the 2026.2.15 update. Sparkle compares versions as strings, so '11213' < '202602140' (2026.2.14's version), preventing the update from being offered to users. Fixes openclaw/openclaw#18178 --- appcast.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appcast.xml b/appcast.xml index 2b3ed8fcc9a..3318fbaf86b 100644 --- a/appcast.xml +++ b/appcast.xml @@ -144,7 +144,7 @@ 2026.2.15 Mon, 16 Feb 2026 05:04:34 +0100 https://raw.githubusercontent.com/openclaw/openclaw/main/appcast.xml - 11213 + 202602150 2026.2.15 15.0 OpenClaw 2026.2.15