wok rev 24278
Up tazpanel (638)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 06 11:28:11 2022 +0000 (2022-01-06) |
parents | db3b4d40d037 |
children | 2ac466d9d0a7 |
files | python-http-parser/receipt tazpanel-extra/receipt tazpanel/receipt |
line diff
1.1 --- a/python-http-parser/receipt Thu Jan 06 07:57:35 2022 +0100 1.2 +++ b/python-http-parser/receipt Thu Jan 06 11:28:11 2022 +0000 1.3 @@ -18,8 +18,8 @@ 1.4 1.5 current_version() 1.6 { 1.7 - wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.8 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/, version/!d;s|.*version ||;s|<.*||;q' 1.11 } 1.12 1.13 # Rules to configure and make the package.
2.1 --- a/tazpanel-extra/receipt Thu Jan 06 07:57:35 2022 +0100 2.2 +++ b/tazpanel-extra/receipt Thu Jan 06 11:28:11 2022 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="tazpanel-extra" 2.7 -VERSION="633" 2.8 +VERSION="638" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="SliTaz administration and configuration panel extra modules." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/tazpanel/receipt Thu Jan 06 07:57:35 2022 +0100 3.2 +++ b/tazpanel/receipt Thu Jan 06 11:28:11 2022 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="tazpanel" 3.7 -VERSION="636" 3.8 +VERSION="638" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="SliTaz administration and configuration panel." 3.11 MAINTAINER="pankso@slitaz.org"