wok diff fltk-2.0.x/receipt @ rev 25808

created recipe for xmenu
author Hans-G?nter Theisgen
date Thu Dec 19 16:09:37 2024 +0100 (10 days ago)
parents d66160614dc4
children
line diff
     1.1 --- a/fltk-2.0.x/receipt	Sat May 27 11:13:29 2023 +0000
     1.2 +++ b/fltk-2.0.x/receipt	Thu Dec 19 16:09:37 2024 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  current_version()
     1.5  {
     1.6          wget -O - https://github.com/fltk/fltk-legacy/commits/branch-2.0 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 configure and make the package.