wok diff connman-ui/receipt @ rev 25674
tiptop: race condition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 28 11:10:12 2024 +0000 (8 months ago) |
parents | 89c8d8b6cf48 |
children |
line diff
1.1 --- a/connman-ui/receipt Fri Feb 18 09:29:30 2022 +0000 1.2 +++ b/connman-ui/receipt Wed Feb 28 11:10:12 2024 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="connman-ui" 1.6 GITHASH="e4a8ddcca0870eb2ece5a7e3ea0296de9c86e5b2" 1.7 -VERSION=${GITHASH:0:7} 1.8 +VERSION="20140110" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A full-featured GTK based trayicon UI for ConnMan" 1.11 MAINTAINER="domcox@slitaz.org" 1.12 @@ -19,7 +19,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.