# HG changeset patch # User Pascal Bellard # Date 1641468491 0 # Node ID 1c472d55ff93d814d4458e83828100a86d208d28 # Parent db3b4d40d0370fcac7ed49989bb678beaa08ec3e Up tazpanel (638) diff -r db3b4d40d037 -r 1c472d55ff93 python-http-parser/receipt --- a/python-http-parser/receipt Thu Jan 06 07:57:35 2022 +0100 +++ b/python-http-parser/receipt Thu Jan 06 11:28:11 2022 +0000 @@ -18,8 +18,8 @@ current_version() { - wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/, version/!d;s|.*version ||;s|<.*||;q' } # Rules to configure and make the package. diff -r db3b4d40d037 -r 1c472d55ff93 tazpanel-extra/receipt --- a/tazpanel-extra/receipt Thu Jan 06 07:57:35 2022 +0100 +++ b/tazpanel-extra/receipt Thu Jan 06 11:28:11 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazpanel-extra" -VERSION="633" +VERSION="638" CATEGORY="system-tools" SHORT_DESC="SliTaz administration and configuration panel extra modules." MAINTAINER="pascal.bellard@slitaz.org" diff -r db3b4d40d037 -r 1c472d55ff93 tazpanel/receipt --- a/tazpanel/receipt Thu Jan 06 07:57:35 2022 +0100 +++ b/tazpanel/receipt Thu Jan 06 11:28:11 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazpanel" -VERSION="636" +VERSION="638" CATEGORY="system-tools" SHORT_DESC="SliTaz administration and configuration panel." MAINTAINER="pankso@slitaz.org"