wok diff rapidsvn/receipt @ rev 24642
updated hfsprescue (3.4 -> 3.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 09 17:03:53 2022 +0100 (2022-03-09) |
parents | f96e26cdfd7a |
children | 3e62030539e2 |
line diff
1.1 --- a/rapidsvn/receipt Sat Aug 08 16:48:38 2020 +0000 1.2 +++ b/rapidsvn/receipt Wed Mar 09 17:03:53 2022 +0100 1.3 @@ -17,6 +17,13 @@ 1.4 apr-util-dev cyrus-sasl-dev neon-dev libproxy-dev sqlite-dev expat-dev python \ 1.5 util-linux-uuid-dev" 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 '/latest/!d;s|.*version: ||;s|<.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {