wok diff rails/receipt @ rev 25216
updated python-pbr (5.4.5 -> 5.8.0)
author | Hans-Günter Theisgen |
---|---|
date | Wed Jul 13 15:29:05 2022 +0100 (2022-07-13) |
parents | 30cc9f65eaa5 |
children |
line diff
1.1 --- a/rails/receipt Sat Apr 11 17:45:45 2020 +0100 1.2 +++ b/rails/receipt Wed Jul 13 15:29:05 2022 +0100 1.3 @@ -16,6 +16,13 @@ 1.4 1.5 COOK_OPT="!repack_src !unpack" 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 '/versions\//!d;s|.*versions/||;s|".*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {