wok diff perl-mailtools/receipt @ rev 25371
updated tmux-mem-cpu-load (3.4.0 -> 3.6.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 29 14:34:07 2022 +0100 (2022-07-29) |
parents | e2f68a0ae086 |
children | 0af8df0b46fc |
line diff
1.1 --- a/perl-mailtools/receipt Tue Mar 31 11:27:28 2020 +0100 1.2 +++ b/perl-mailtools/receipt Fri Jul 29 14:34:07 2022 +0100 1.3 @@ -18,6 +18,12 @@ 1.4 DEPENDS="perl" 1.5 BUILD_DEPENDS="perl" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/release-name/!d;s|.*-v*||;s|<.*||;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {