From d22ff1628f4d0ba2ae6f24515e1a87fd3649a18d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 30 May 2026 11:09:05 +0200 Subject: [PATCH] package/icu: drop outdated comment about git tags format Commit 5bf0db998b ("package/icu: bump version to 78.1") dropped the dash-to-dot conversion logic as upstream now uses dots in the tags names (E.G. release-78.1), but forgot to drop the comment explaining why we were doing the conversion - So drop the now outdated comment. Signed-off-by: Peter Korsgaard Signed-off-by: Arnout Vandecappelle --- package/icu/icu.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/icu/icu.mk b/package/icu/icu.mk index ee1ede6f2c..9b97011f55 100644 --- a/package/icu/icu.mk +++ b/package/icu/icu.mk @@ -4,9 +4,6 @@ # ################################################################################ -# Git tags (and therefore versions on release-monitoring.org) use the -# XX-Y format, but the tarballs are named XX_Y and the containing -# directories XX.Y. ICU_VERSION = 78.2 ICU_SOURCE = icu4c-$(ICU_VERSION)-sources.tgz ICU_SITE = \