wok diff codec2/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 25f8eb393142
children 6b6d14c9f7e9
line diff
     1.1 --- a/codec2/receipt	Fri Feb 07 12:27:53 2020 +0100
     1.2 +++ b/codec2/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
     1.8 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
     1.9  	sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q'
    1.10  }
    1.11