wok diff cmix/receipt @ rev 25771

Up ntpclient (3.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 13:57:13 2024 +0000 (5 weeks ago)
parents 2a0479881723
children
line diff
     1.1 --- a/cmix/receipt	Sun Feb 13 13:09:42 2022 +0000
     1.2 +++ b/cmix/receipt	Tue Sep 10 13:57:13 2024 +0000
     1.3 @@ -12,11 +12,12 @@
     1.4  
     1.5  DEPENDS="gcc83-lib-base"
     1.6  BUILD_DEPENDS="gcc83"
     1.7 +
     1.8  # What is the latest version available today?
     1.9  current_version()
    1.10  {
    1.11  	wget -O - https://github.com/byronknoll/cmix/releases 2>/dev/null | \
    1.12 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.13 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.14  }
    1.15  
    1.16