wok diff httpfs2-enhanced/receipt @ rev 25674

tiptop: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 28 11:10:12 2024 +0000 (3 months ago)
parents 0748d49b3e26
children
line diff
     1.1 --- a/httpfs2-enhanced/receipt	Fri Aug 26 10:41:11 2022 +0000
     1.2 +++ b/httpfs2-enhanced/receipt	Wed Feb 28 11:10:12 2024 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="httpfs2-enhanced"
     1.6  GITHASH="416cd8d56c75fa470ad8c58791c42212c8cfc0aa"
     1.7 -VERSION=${GITHASH:0:7}
     1.8 +VERSION="20171111"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="HTTP/HTTPS Filesystem implemented with FUSE."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -20,7 +20,7 @@
    1.13  current_version()
    1.14  {
    1.15  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    1.16 -	sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q'
    1.17 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    1.18  }
    1.19  
    1.20  # Rules to configure and make the package.