wok diff sysstat/receipt @ rev 24948
updated nagios-nrpe again (4.0.2 -> 4.0.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 22 17:47:12 2022 +0100 (2022-04-22) |
parents | 3d97a4760b5e |
children | 2b9ff117a412 |
line diff
1.1 --- a/sysstat/receipt Sun Apr 26 17:56:55 2020 +0100 1.2 +++ b/sysstat/receipt Fri Apr 22 17:47:12 2022 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 DEPENDS="gcc83-lib-base" 1.5 BUILD_DEPENDS="bzip2 gcc83 gettext" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed '/released/!d;/devel/d;s|.*stat ||;s| .*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {