wok diff imapbox/receipt @ rev 25674

tiptop: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 28 11:10:12 2024 +0000 (4 months ago)
parents 89c8d8b6cf48
children
line diff
     1.1 --- a/imapbox/receipt	Fri Feb 18 09:29:30 2022 +0000
     1.2 +++ b/imapbox/receipt	Wed Feb 28 11:10:12 2024 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="imapbox"
     1.6  GITHASH="c7265e34b03ee41963aad243055a5508c9e88fc9"
     1.7 -VERSION=${GITHASH:0:7}
     1.8 +VERSION="20181231"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Dump imap inbox in a backupable format: html, json and attachements"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -18,7 +18,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.