wok diff icu/receipt @ rev 25603

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 18 11:43:32 2023 +0000 (11 months ago)
parents e7bde16e8f79
children d79ed38ace18
line diff
     1.1 --- a/icu/receipt	Sat Apr 16 12:43:33 2022 +0000
     1.2 +++ b/icu/receipt	Tue Jul 18 11:43:32 2023 +0000
     1.3 @@ -14,8 +14,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://icu.unicode.org/download 2>/dev/null | \
     1.8 -	sed '/ is now available/!d;s| is now available.*||;s|ICU ||;q'
     1.9 +	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    1.10 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;s|-|.|g;q'
    1.11  }
    1.12  
    1.13  DEPENDS="gcc83-lib-base"