wok-current diff lvmts/receipt @ rev 24922
updated mpfr and mpfr-dev (4.0.2 -> 4.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 11 07:23:35 2022 +0100 (2022-04-11) |
parents | 9689f1b75619 |
children | 4e4d5f129bd1 |
line diff
1.1 --- a/lvmts/receipt Tue Dec 30 10:01:09 2014 +0100 1.2 +++ b/lvmts/receipt Mon Apr 11 07:23:35 2022 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 DEPENDS="lvm2 blktrace libconfuse" 1.5 BUILD_DEPENDS="wget lvm2-dev libconfuse" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE/commits/master 2>/dev/null | \ 1.11 + sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {