wok-current diff squirrelmail-html_mail/receipt @ rev 24445
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 14 14:14:23 2022 +0000 (2022-02-14) |
parents | 9e01bc6321ea |
children | cb67b4f8be05 |
line diff
1.1 --- a/squirrelmail-html_mail/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/squirrelmail-html_mail/receipt Mon Feb 14 14:14:23 2022 +0000 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="squirrelmail-html_mail" 1.5 VERSION="2.3-1.4" 1.6 CATEGORY="network" 1.7 -SHORT_DESC="Vacation and forwarding plugin for Web mail." 1.8 +SHORT_DESC="HTML compose plugin for Web mail." 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2" 1.11 SOURCE="html_mail" 1.12 @@ -15,6 +15,12 @@ 1.13 1.14 DEPENDS="squirrelmail perl-html-parser perl-text-aspell" 1.15 1.16 +current_version() 1.17 +{ 1.18 + wget -O - "$WEB_SITE/plugin_view.php?id=209" 2>/dev/null | \ 1.19 + sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q" 1.20 +} 1.21 + 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 {