wok diff qtwebkit/receipt @ rev 25705

fusecloop/extract_compressed_fs: can convert to v0.68 or v1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 22 12:48:49 2024 +0000 (5 days ago)
parents 5db546345599
children
line diff
     1.1 --- a/qtwebkit/receipt	Tue Jul 18 11:43:32 2023 +0000
     1.2 +++ b/qtwebkit/receipt	Sat Jun 22 12:48:49 2024 +0000
     1.3 @@ -22,7 +22,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - https://github.com/qtwebkit/qtwebkit/tags 2>/dev/null | \
     1.7 -	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
     1.8 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
     1.9  }
    1.10  
    1.11  compile_rules()