wok diff pybootchartgui/receipt @ rev 25676

Update some current_version()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 28 15:51:05 2024 +0000 (3 months ago)
parents d765616e1f3d
children
line diff
     1.1 --- a/pybootchartgui/receipt	Sat May 07 20:53:56 2022 +0000
     1.2 +++ b/pybootchartgui/receipt	Wed Feb 28 15:51:05 2024 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - https://github.com/kraj/poky/commits/master 2>/dev/null | \
     1.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     1.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.